Intasll smartypdt :
http://code.google.com/p/smartypdt/
A Blog about technology, linux, peer2peer, cool new downloads and software development.
Saturday, June 14, 2008
Friday, June 13, 2008
ftp to sftp tunnel application
http://www.bitvise.com/tunnelier
tunnel ftp://localhost to a sftp host
Friday, June 6, 2008
cool putty mods
PuTTY Connection Manager : putty wrapper with tabs.
kitty : putty mod that ads improved bookmark management, auto-login and putty cygwin support (fix the puttycyg by copying the \usr\bin\cygwin1.dll into the kitty directory)
Wednesday, June 4, 2008
Ubuntu linux : Restart USB to reset stuck usb drives
$ sudo -s
# modprobe -vr ehci_hcd
# modprobe -v ehci_hcd
Sunday, June 1, 2008
fix in ubuntu : error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
$ sudo -s
# cd /usr/lib
# ln -s libcrypto.so.0.9.8 libcrypto.so.0.9.7
# ln -s libssl.so.0.9.8 libssl.so.0.9.7
Subscribe to:
Posts (Atom)