Author's posts

rsync를 이용한 원격백업

준비물: rsync를 이용할 수 있는 유닉스 박스 두대(box1, box2라 임의로 명하겠음) 참고사이트: http://troy.jdmz.net/rsync/index.html 먼저 box1의 화일을 box2에서 카피하고자 한다면, 다음과 같은 명령을 내려서 테스트 해 보자. $ rsync -avz -e ssh user@box1:/home/user /home/ rsync가 정상적으로 작동한다면 Warning: the RSA host key for ‘box1’ differs from the key for the IP address ‘xxx.xxx.xxx.xxx’ Offending key for …

Continue reading

linux 커널 메시지.

OS: Fedora core 5  증상: httpd process가 무수히 많이 생기면서 좀비프로세스가 생김. 이때 메모리와 CPU를 거의 httpd 데몬이 점유하면서 느려짐. 메시지: 아래와 같음  Out of Memory: Kill process 12558 (httpd) score 84120 and children. Out of memory: Killed process 12558 (httpd). 원인은 뭘까요????

WRT-54G 펌웨어 관련글

원래 글은 60$짜리 라우터를 600$짜리로 바꾼다는 글. 원래 펌웨어에서 지원하지 않는 신호세기 조정이라든지, QoS를 지원한다든지에 관한 글이다. 잠깐봤는데, VLAN도 있는듯. 하지만 지원되는지는 모르겠다. 참고사이트: http://kldp.org/node/77332 http://www.wrtrouters.com/guides/upgradetolinux/ http://www.lifehacker.com/software/router/hack-attack-turn-your-60-router-into-a-600-router-178132.php  

MySQL에 데이타베이스, 사용자추가

기억력이 나빠서.. 할때마다 문서찾기.. 그냥 적어 놓으련다. mysql> CREATE database 디비; Query OK, 0 rows affected (0.00 sec) mysql> GRANT all privileges on 디비.* TO 사용자@localhost > IDENTIFIED BY ‘패스워드’; Query OK, 0 rows affected (0.00 sec)

RedHat 9.0에서 MRTG 구축하기 실습

원문은 bigadmin.org의 운영자인 dk가 작성. 필요한 파일을 다운 받아서 /usr/local/src 로 받아둡니다. 초고속으로 설치할 수 있게.. 간단하게 명령어들만 정리했습니다. 자세한 설명은 저도 잘 모르기 때문에.. 생략했습니다.. ^^;; 1. zlib-1.2.1.tar.gz 2. libpng-1.2.5.tar.gz 3. gd-2.0.15.tar.gz 4. mrtg-2.10.5.tar.gz 1. zlib-1.2.1.tar.gz 설치 # gzip -d zlib-1.2.1.tar.gz; tar xvf zlib-1.2.1.tar # cd zlib-1.2.1 # ./configure –prefix=/usr/local/zlib # make # make …

Continue reading

이것도 영어다

kldp 블로그에 재미있는 글이 있어서.. 이곳에.. 헤에헤.. 원문은 여기.. http://blog.kldp.org/node/view/722 Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn’t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can …

Continue reading

snoop

snoop의 간단한 아주 간단한 사용법.. 헤에헤.. 심심해서 써 봅니다.. solaris에서 기본적으로 제공되는 snoop를 이용하면 패킷들을 볼 수 있습니다. 물론, 네트워크의 정상 작동 유무를 확인할 수 있는 툴입니다만 이것을 이용하면, telnet, ftp등이 얼마나 보안에 취약한지도 알 수 있습니다. 각설하고, snoop -d hme0 host xxx.xxx.xxx.xxx 이렇게 하면, 기본적으로 hme0를 통과해서 목적지가 xxx.xxx.xxx.xxx인 패킷들이 보입니다. 비슷한 툴로는 tcpdump가 …

Continue reading

C shell에서 setfilec의 역할

set filec Set file-completion for csh This allows the escape key to be used for filename completion in a csh line command.

E-mail Header의 의미가 자세히 설명되어 있는곳..

http://www.stopspam.org/email/headers.html 에 아주 자세하게 설명.. 단, 영문이라 보기에 불편하지만, 꽤나 상세하게 나와 있다.

OBP에서 에러

하드 디스크를 하나 추가하고 Probe-scsi 했을때 아래 에러 메시지가 나왔다. Fatal SCSI error at script address 2d0 SCSI parity error Arbitration Complete. 하드디스크를 꾹 눌러주고 다시 했더니 정상 … 접촉불량인걸까?