sun-path projections

태양궤적도를 다음과 같이 여러 투영법으로 투영하여 작성하였다.

태양의 위치는 천구 위에 표현되기 때문에 3차원 구이다. 이것을 2차원 평면으로 표현하려면 투영법이 필요하다.

  1. Sun-path projections
  2. Stereographic projection
  3. Coordinate transformations
  4. Transformations and Projections
  5. Spherical Projections
  6. Stereographic projection
  7. 日照環境のための基礎計算式 THE CALCULATION METHODS OF SOLAR ENVIRONMENT [in Japanese]
  8. The Sun’s Position
  9. Cylindrical Equidistant Projection
  10. Reading Sun Path Diagrams

[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