전체 글 썸네일형 리스트형 CentOS Net Install을 통한 설치 CentOS Net Install을 통한 설치 centos.org 사이트에서 CentOS-x.x-i386-netinstall.iso 파일을 다운로드 리눅스 부팅 후 INSTALL METHOD : FTP 선택. Web Site Name : ftp.sayclub.co.kr CentOS Directory : /pub/centos/5.3/os/i386 Web Site Name : ftp.daum.net CentOS Directory : /centos/5.3/os/i386 INSTALL METHOD : HTTP 선택. Web site name : centos.mirror.cdnetworks.com CentOS directory : /5.5/os/i386/ CentOS 더보기 리눅스에서 sysstat설치 및 사용 방법 리눅스에서 sysstat(sar) 설치 및 사용 방법sysstat는 Linux 시스템의 CPU, 메모리, I/O, 네트워크 등의 성능 데이터를 수집하고 분석할 수 있는 도구 모음입니다. 1. sysstat 소스 설치sysstat 소스 파일을 다운로드합니다.wget http://pagesperso-orange.fr/sebastien.godard/sysstat-9.0.5.tar.gz압축 해제tar -xzf sysstat-9.0.5.tar.gzcd sysstat-9.0.5컴파일 및 설치./configuremakemake install설치가 완료되면 sar 관련 실행 파일이 시스템에 설치됩니다.2. sysstat 데이터 수집 설정sysstat는 cron을 이용하여 시스템 성능 데이터를 주기적으로 수집합니다. 설.. 더보기 php 임의의 패스워드 생성 php 임의(랜덤)의 패스워드 생성vim passwdcreate.php 더보기 리눅스에서 Timezone을 Seoul로 변경하는 방법 리눅스에서 시스템 시간(Timezone)을 서울로 변경하는 방법1. 현재 시스템 Timezone 확인현재 시스템의 localtime 설정을 확인합니다.ls -al /etc/localtime-rw-r--r-- 1 root root 3519 Feb 26 2006 /etc/localtime2. 한국(서울) Timezone 설정한국 표준 시간(KST)을 사용하려면 /etc/localtime을 Asia/Seoul timezone으로 연결합니다.ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime3. Timezone 적용 확인설정 후 /etc/localtime이 올바르게 연결되었는지 확인합니다.ls -al /etc/localtimelrwxrwxrwx 1 root root 3.. 더보기 [Cacti] cacti Patches [0.8.7g] Download Official Patches [0.8.7g] // 0.8.7g 패치 wget http://www.cacti.net/downloads/patches/0.8.7g/data_source_deactivate.patch wget http://www.cacti.net/downloads/patches/0.8.7g/graph_list_view.patch wget http://www.cacti.net/downloads/patches/0.8.7g/html_output.patch wget http://www.cacti.net/downloads/patches/0.8.7g/ldap_group_authenication.patch wget http://www.cacti.net/downloads/patches/0... 더보기 [보안] rootkit hunter (rkhunter) 설치 1. Rootkit 설치 옵션 설정 Rootkit Hunter installer 1.2.13 Usage: ./installer.sh Ordered valid parameters: --help (-h) : Show this help. --examples : Show layout examples. --layout : Choose installation template. The templates are: - default: (FHS compliant; the default) - /usr - /usr/local - oldschool: old version file locations - custom: supply your own installation directory - RPM: for building RPM'.. 더보기 crontab을 이용한 서버 시간 동기화 설정 crontab을 이용한 서버 시간 동기화 설정crontab을 이용해 서버 시간을 주기적으로 동기화하는 방법입니다.crontab 설정crontab 편집crontab -e00 03,15 * * * /usr/bin/rdate -s time.bora.net && /sbin/clock -w &> /dev/null00 : 분 (00분)03,15 : 시 (03시, 15시)* * * : 매일 실행rdate -s : 지정된 타임 서버와 시간 동기화clock -w : 시스템 시간을 하드웨어 시계(HW Clock)에 기록&> /dev/null : 표준 출력 및 에러 메시지 제거설정 확인crontab 등록 여부를 확인한다.crontab -l00 03,15 * * * /usr/bin/rdate -s time.bora.net &.. 더보기 DNS 캐싱(caching) 유형 DNS 캐싱(caching) 유형 DNS 캐싱은 DNS(Domain Name System) 서버에서 이전에 수행한 DNS 조회 결과를 저장하여 미래의 조회에서 속도를 향상시키는 메커니즘입니다. DNS 캐싱은 일반적으로 세 가지 유형으로 나뉩니다. 캐싱(Caching) 긍정 캐싱(Positive Caching) 부정 캐싱(Negative Caching). DNS 캐시되지 않은 응답 DNS 캐시된 응답 1. 캐싱 (Caching) DNS 서버는 이전에 수행한 DNS 조회 결과를 메모리나 디스크와 같은 로컬 저장소에 저장합니다. 이는 동일한 조회가 반복될 때 재조회를 하지 않고 저장된 결과를 반환함으로써 네트워크 대역폭을 절약하고 조회 응답 시간을 단축시킵니다. 일반적으로 DNS 캐시의 만료 시간(TTL)을 .. 더보기 이전 1 ··· 297 298 299 300 301 302 303 ··· 318 다음