본문 바로가기

hi.pe.kr2191

APM + Snort + ADODB + BASE + oinkmaster 설치 1. APM 1.1 apache homepage : http://www.apache.org # wget http://www.apache.org/dist/httpd/httpd-2.2.4.tar.gz # tar xvzf httpd-2.2.4.tar.gz # cd httpd-2.2.4 # ./configure --prefix=/usr/local/apache --with-charset=euc_kr \ > --enable-module=so --with-included-apr # make # make install # vi /usr/local/apache/conf/httpd.conf 아래 내용을 변경 „ ServerRoot “/usr/local/apache” apache의 기본 디렉토리 내용 확인 „ Documen.. 2008. 12. 26.
NIC 제조사별 고유 MAC Address 리스트 00-00-02 BBN (was internal usage only, no longer used) 00-00-0C Cisco 00-00-0E Fujitsu 00-00-0F NeXT 00-00-10 Hughes LAN Systems (formerly Sytek) 00-00-11 Tektronix 00-00-15 Datapoint Corporation 00-00-18 Webster Computer CorporationAppletalk/Ethernet Gateway 00-00-1A AMD (?) 00-00-1B Novell >> now Eagle Technology 00-00-1D Cabletron 00-00-20 DIAB (Data Intdustrier AB) 00-00-21 SC&C 00-00-22 Vis.. 2008. 12. 26.
[MS 주요 서버 트러블슈팅] 장애 해결 방법론 핵심 강의 강의를 보시기에 앞서~ 기초지만 가장 중요한 내용을 동영상으로 먼저 살펴 보세요. 문제해결 클리닉 문제 해결 동영상 파일 다운로드하기 Windows Server 트러블슈팅 강좌 Windows 트러블슈팅 기초 - Troubleshooting 전략, 문제 분석 방법, 유용한 도구 Troubleshooting Group Policy Active Directory Replication issue의 대표적 유형 소개와 Troubleshooting 방법 및 Tool 소개 Network Troubleshooting의 필수요소, Network Monitor Tool Windows Server 2003 트러블슈팅 방법론 - Windows 내의 시스템 리소스 알아보기 IIS Troubleshooting - architec.. 2008. 12. 26.
rsync 활용 미러링 백업 대역폭 제한, 특정파일만 백업 1. rsync하는 대역폭의 제한, 그리고 --progress 옵션 네트웍이 허락하는 한도내에서 백업을 할 경우에 디스크 액세스가 많아져서 서비스에 지장을 초래할 수 있다면 대역폭 제한 옵션을 사용해보자. # rsync -av --progress conf.tar.gz 192.168.123.11::conf_bak building file list ... 1 file to consider conf.tar.gz 70633661 100% 11.05MB/s 0:00:06 (1, 100.0% of 1) sent 70642382 bytes received 36 bytes 10868064.31 bytes/sec total size is 70633661 speedup is 1.00 위는 대역폭이 허용하는 한도내(11.0.. 2008. 12. 26.
호스트간의 데이터 동기화(rsync) 및 미러링(mirroring) ∼∼∼∼∼∼∼∼∼ 목 차 ∼∼∼∼∼∼∼∼∼∼ 0. 미러링(mirroring) 이란? ■사용환경 1. rsync는 무엇인가? 2. rsync 특징 2.1 rsync 는 전체 디렉토리 트리와 파일 시스템을 업데이트 할 수 있다. 2.2 선택적으로 심볼릭 링크, 하드 링크, 파일 소유권, 권한, 장치와 시간을 유지할 수 있다. 2.3 설치하기 위해서 특별한 권한을 요구하지 않는다. 2.4 국제적인 정보루트로 다양한 파일들의 대기 시간을 단축한다. 2.5 rsh, ssh 또는 전송(transport)과 같은 직접 소켓(direct sockets)을 사용할 수 있다. 2.6 이상적인 미러링(mirroring)을 위한 익명의(anonymous) rsync를 지원한다. 3. rsync 컴파일(Compilation) .. 2008. 12. 24.