[ubuntu]How to check my System Specifications

[Problem]
How do I check my system specifications(or hardware configuration)?

[Solution]
– Use lshw(list hardware) as a root

– Install it if needed

– If you want to see it on the web page

[Reference]
http://manpages.ubuntu.com/manpages/precise/man1/lshw.1.html
http://askubuntu.com/questions/55609/how-do-i-check-system-specifications

[wp]backWPup Error

  1. Problem 1

ERROR: ZipArchive returns status: Seek error: Invalid argument

  1. Guess 1
    On 32bit system, you can’t generate ZIP files larger than 2GB.
    (source https://bugs.php.net/bug.php?id=53587)
  2. Solution 1
    Zip to TAR
  3. Problem 2

ERROR: If /home/www/mchangho/wp-content/uploads/1/1065465563.pdf will be added to your backup archive, the archive will be too large for operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each.

Security patch for Apache

#추가 보안패치. (.git, .svn, .env 등 dot로 시작하는 파일 및 폴더 보호, Web Access가 되어서는 안될 파일들의 접근 제어)

파일 중간의 <FilesMatch ^\.ht> 구문 다음에 추가한다.

[Reference]
https://blog.lael.be/post/73