웹 작업시 유용한 자바스크립트 라이브러리 10선
관련 자료를 찾던 중 유용한 정보를 발견하여 포스팅합니다. http://www.devbattles.com/en/sand/post-1004-10+Awesome+JavaScript+Libraries+Worth+Checking+Out+In+2015
관련 자료를 찾던 중 유용한 정보를 발견하여 포스팅합니다. http://www.devbattles.com/en/sand/post-1004-10+Awesome+JavaScript+Libraries+Worth+Checking+Out+In+2015
출처 : Gyuyeon :: Nginx PHP-FPM 연동시 502 bad gateway 에러 해결법.
구글링을 해보면 워드프레스 최적화를 위한 varnish 세팅이 많이 있는데 대부분 3.0버전 대의 vcl이라서 varnish 4.0 버전에서는 에러가 난다. 최근에 찾은 varnish 4.0용 가장 핫한 default.vcl 세팅이다. # This is my VCL file for Varnish 4.0.2 & Wordpress 4.0 # # ASSUME The builtin VCL is called afterwards. # # Specify
원문 출처 : Configuring Your LEMP System (Linux, nginx, MySQL, PHP-FPM) For Maximum Performance.
터미널에서 실행, 모든 베타 시드를 업데이트 하려면 For All Betas를 적용 ➥ For the public Betas (like the “YosemiteBetaAccessUtility”): sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL https://swscan.apple.com/content/catalogs/others/index-10.10beta-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz ➥ For ALL Betas: sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL https://swscan.apple.com/content/catalogs/others/index-10.10seed-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz ➥ The diffrence is just the one word, where the Xs stand: sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate
Making an Amazon EBS Volume Available for Use - Amazon Elastic Compute Cloud.
//S3FS 준비 - 그냥 순서대로하면 에러없이 설치됨1. superuser 권한 획득sudo su2. s3fs 설치위한 준비yum install -y gcc libstdc++-devel gcc-c++ curl-devel libxml2-devel openssl-devel mailcap fuse fuse-devel automake git3. git으로 s3fs 파일 다운git clone git://github.com/s3fs-fuse/s3fs-fuse.gitcd s3fs4. s3fs 설치./autogen.sh ./configure make install5. other 권한 부여vi /etc/fuse.conf# user_allow_other -> user_allow_other (#