notes 1 - 4 of 4:
2006-01-30
Change administrator password for XP Home
In command line: control userpasswords2
2005-09-27
IPTABLES
iptables -I INPUT -p (tcp or udp) --dport (port num) -j ACCEPT
iptables -t nat -I PREROUTING -p tcp --dport XX -j DNAT --to IP.IP.IP.IP:YY
2005-09-20
Autologin in Linux using Putty Pageant
make .ssh folder in your home folder, chmod 700 .ssh
add authorized_keys file, paste your public key there, chmod 600 authorized_keys



