Archives

You are currently viewing archive for July 2008
Category: Linux tips
Posted by: hajime osako
VMware Communities: esx kickstart config generator? ...

cd /usr/lib/vmware/webAccess/tomcat/apache-tomcat-5.5.17/webapps/ui/WEB-INF/

Category: Linux tips
Posted by: hajime osako
FTPサイトに置かれているmd5sumとは

$ md5sum --check SUMS.md5sum
Category: Linux tips
Posted by: hajime osako
Howto add permanent static routes in Ubuntu -- Ubuntu Geek

/etc/network/interfaces
up route add -net 172.20.11.0/16 gw 172.20.10.254 dev eth1

07/22: Linux > nmap

Category: Linux tips
Posted by: hajime osako
己を知り、敵を知る――Nmapで見つめ直す自分の姿 - @IT

# nmap -sT -sU -P0 -p 67-68 -oN result.log 192.168.0.*

# nmap -p 1-9999 -A 192.168.1.0/24 --exclude 192.168.1.100 -oX nmapTest1.1.xml