$ dpkg -L (패키지명)
imageproxy 는 웹서버 앞단에서 static file cache 역할과 image resizing 역할을 수행하는 Go 언어로 작성된 프록시 서버 입니다. git 1.8 설치 (아래 go get 명령시 git clone 실행됨)wget http://springdale.math.ias.edu/data/puias/computational/6/x86_64/git-1.8.3.1-1.sdl6.x86_64.rpm && \wget http://springdale.math.ias.edu/data/puias/computational/6/x86_64/perl-Git-1.8.3.1-1.sdl6.noarch.rpm && \yum remove git -y && \yum localinstall git-*.rpm perl-..
IDC에 웹 CMS용 서버 1대 운용중이었는데 어느날 D state process 장애로 6시간동안 정상적 서비스를 하지 못하였고 이후를 장애를 대비하기 위해 서버 이중화 구성을 검토하게 됨. 제일 좋은 구성은 앞단에 로드밸런서를 놓고 Global 세션 서버도 추가하고 CMS 서버를 하나 더 추가하는것이겠으나 이렇게 하려면 총 3대의 서버가 필요. 허나, 가용 가능한 서버는 1 대 뿐. 구글링을 통하여 총 2대에서 가능한 failover 스택 찾음.HeartbeatPacemaker + corosync (위 Heartbeat 의 다음세대 스택)KeepalivedHeartbeat 는 legacy 한 스택이라 패스하고 pacemaker 는 복잡복잡열매가 열려서 패스하니 keepalived 만이 남음. Vagr..
원격 리눅스 서버에 암호 입력 없이 로그인 할 수 있습니다.간단한 3단계 절차를 진행하면 되는데ssky-keygen 사용과 이 글에서 설명하고 있는 ssh-copy-id 입니다. ssh-keygen 은 공용과 개인 키들을 생성합니다. ssh-copy-id 는 로컬호스트의 공용 키를 원격 호스트의 authorized_keys 파일에 복사합니다. ssh-copy-id 또한 알맞은 권한을 원격 호스트의 홈, ~/.ssh, ~/.ssh/authorized_keys에 부여합니다.이 글은 또한 ssh-copy-id 사용과 ssh-copy-id와 ssh-agent를 함께 사용하는 방법의 3가지 소소한 귀찮음을 설명합니다. 단계 1: localhost 에서 ssh-key-gen 사용하여 public 과 private ..
EPEL 저장소 셋팅yum install epel-release -y REMI 저장소 셋팅RHEL 7/CentOS 7rpm -Uvh http://mirror.premi.st/epel/7/x86_64/e/epel-release-7-5.noarch.rpmrpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpmRHEL 6/CentOS 6rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpmRHEL 5/CentOS 5rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm PHP 설치시 --enablerepo=re..
공식 설치 문서는 http://nginx.org/en/linux_packages.htmlRHEL/CentOS 에 yum 저장소를 셋업하려면 vi /etc/yum.repos.d/nginx.repo 하고 아래의 내용을 입력:[nginx] name=nginx repo baseurl=http://nginx.org/packages/mainline/OS/OSRELEASE/$basearch/ gpgcheck=0 enabled=1 “OS” 는 리눅스 배포판에 따라 “rhel” 또는 “centos” 으로 치환하고 “OSRELEASE” 는 버젼에 맞춰 5.x, 6.x, or 7.x 로 치환.위와 같이 했으나 설치 안됨https://ma.ttias.be/enable-http2-in-nginx/ 의 조언에 따라 아래와 같이 ..
root 계정으로 아래 명령 실행$ rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm $ rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm $ cd /etc/yum.repos.d $ curl -O http://rpms.famillecollet.com/enterprise/remi.repo http://itzone.tistory.com/669 참고하여 저장소 enabling http://saksin.tistory.com/1282 참고하여 저장소 추가PHP 5.6.x 설치하려면 remi 저장소의 remi, remi-php56 을 활성화 :$ vi /etc/yum.re..
1. NginX 웹서버의 사용자 계정 확인$ cat /etc/nginx/nginx.conf | grep useruser nginx음... nginx 로군. 2. 웹서버 루트 실제 경로 확인/home 아래 호스팅 계정이라 가정$ vi /etc/nginx/conf.d/vhost.confserver { ...... root /home/some/public_html ......} 3. 퍼미션과 owner 확인$ namei -om /home/some/public_html접근 권한을 확인하고 chmod, chown 사용하여 적절히 변경한다. 4. 퍼미션 등 확인웹서버 로그 설정 확인하여 tail 명령 실행$ tail -f /var/log/nginx/some_error.log브라우저로 사이트 접속 시도위 tail 명..
time curl http://www.abc.com
- Total
- Today
- Yesterday
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
- Linux
- Mac
- classic asp
- 워드프레스
- Prototype
- JQuery
- 한글
- centos
- Docker
- Android
- IE
- API
- iphone
- Chrome
- iis
- laravel
- ASP
- sencha touch
- PHP
- Wordpress
- JSON
- nodejs
- git
- Debug
- IOS
- CSS
- 안드로이드
- mssql
- nginx
- javascript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |