Jumat, 27 Februari 2009

How to close ssh session without close running process ?

In this example we used Putty to run ssh session to the remotely host, 

putty-session

The key is to put “nohup” command when we want to start an process.

Enjoy!

Kamis, 26 Februari 2009

How to download torrent file using debian etch ?

First login to your debian console and do “cd” command to the location that u want to save the downloaded file and then download the torrent file using the wget command e.g :

~#wget –c ftp://kambing.ui.edu/centos/5.2/isos/i386/CentOS-5.2-i386-bin-DVD.torrent

After downloaded the torrent file u can run this command :

~#btdownloadcurses CentOS-5.2-i386-bin-DVD.torrent

Enjoy!