I found moztraybiff extension, which can installed into Thunderbird.
Just download the xpi file and in Thunderbird goto Tools->Add ons-> click on install button and give the path to downloaded xpi file.
I have installed this on my machine with Thunderbird 2.0 on Debian Etch. Everything seems to be working fine.
Monday, December 24, 2007
Wednesday, December 19, 2007
Using X server from windows using XDMCP
Monday, December 17, 2007
ssh over http proxy
For quite some time I've been searching how I could access a ssh/svn through http proxy. I finally found answer for this on lifehacker blogs.
Its pretty simple:
1. Install corkscrew
2. Add this lines to ~/.ssh/config
Host *
ProxyCommand corkscrew http-proxy.example.com 8080 %h %p
# change http-proxy.example.com and 8080 to your proxy server and port
Go through the following URL if you are also want the same
http://www.linuxhowtos.org/Security/sshproxy.htm
Enjoy...
Its pretty simple:
1. Install corkscrew
2. Add this lines to ~/.ssh/config
Host *
ProxyCommand corkscrew http-proxy.example.com 8080 %h %p
# change http-proxy.example.com and 8080 to your proxy server and port
Go through the following URL if you are also want the same
http://www.linuxhowtos.org/Security/sshproxy.htm
Enjoy...
Subscribe to:
Posts (Atom)