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