A Blog about technology, linux, peer2peer, cool new downloads and software development.

Saturday, June 14, 2008

Add smarty support to eclipse php

Intasll smartypdt :
http://code.google.com/p/smartypdt/

Friday, June 13, 2008

weekly downloads update

Apple Safari 4 Developer Preview for Windows
Zend Studio for Eclipse 6.0.1
Opera for Windows 9.50 Build 10063 Final
Recuva 1.15.327

ftp to sftp tunnel application

http://www.bitvise.com/tunnelier

tunnel ftp://localhost to a sftp host

Friday, June 6, 2008

Weekly downloads update

Microsoft Virtual Earth 3D 2.5 Beta
Komodo Edit Beta 4.4.0b1
Skype for Windows 3.8.0.139
VirtuaWin 4.1 Beta 1
save2pc 3.29
Taskbar Shuffle 2.5
The GIMP 2.4.6

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