GeoIP 데이터 업데이트
StudyRoom/Linux_Server최신 버전 데이터는 아래 주소에서 받을 수 있다.
http://geolite.maxmind.com/download/geoip/database/
서버에서는
[root@ns ~] wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
[root@ns ~] gzip -d GeoIP.dat.gz
[root@ns ~] ll
-rw-r--r-- 1 root root 1115248 1월 4 01:16 GeoIP.dat
[root@ns ~] mv GeoIP.dat /var/geoip/
이렇게 하면 기존 파일을 덮어씌우기 하면서 업데이트가 끝난다.
'StudyRoom > Linux_Server' 카테고리의 다른 글
VSFTP 설정 (0) | 2011.09.06 |
---|---|
RED5 + FFMPEG + FFserver 스트리밍 서버 구축하기 (0) | 2011.09.06 |
Bridge Server Install (0) | 2011.09.06 |
모바일웹용 mp4 동영상 스트리밍 재생 방법 (0) | 2011.09.06 |
아파치 웹서버 로그파일 상세분석 (0) | 2011.01.05 |