Wednesday, April 26, 2006

SFV

here is a tutorial that teaches u how to create an SFV on windoze
http://www.binaries4all.com/quicksfv/

first u need to install quickfsv
http://www.quicksfv.org/

happy leeching :-)

Thursday, April 06, 2006

proxy authentication

Just copy paste this in your ".bashrc" and invoke it by the command "#proxy"
This is a secure authentication method:

function proxy(){
echo -n "username:"
read -e username
echo -n "password:"
read -es password
export http_proxy=http://$username:$password@vsnlproxy.iitk.ac.in:3128/
}