|
|
| Unix Administration Firewall Intrusion Detection Network Security Hacking MORE HOME |
netstat -an
lsof -n | grep 111
chkconfig --del process_nam (where process_name is really one of the scripts in /etc/init.d)
dd if=/dev/urandom of=/.cryptofile bs=1k count=[size] modprobe cryptoloop losetup -e [algo] -k [number-of-keybits] -P [hash-algorithm] /dev/loop0 /.cryptofile mount -o loop,ecncryption=[algo],keybits=[numberofkeybits],phash=[hashalgo] /.cyrptofile
/.cryptofile /crypt ext3 noauto,user,loop,encryption=aes,keybits=256,phash=sha256 0 0
| CopyLeft (l) 2003 by Raffael Marty |