Archive for the 'Apps' Category

Top native Linux BitTorrent clients

Deluge

Deluge is a Bittorrent client, created using Python and GTK+, for Linux and other Unix-Like operating systems.
The current version of Deluge is 0.5.5, you can find screenshots on their website.
Deluge features:

Mainline DHT
FAST protocol extension
uTorrent Peer Exchange
BitTorrent Protocol Encryption
UPnP and NAT-PMP
Proxy support for Peers, Tracker, DHT and Web-Seed
Private Torrents
Able to download multiple files in a single [...]

How to install uTorrent in Ubuntu with wine

uTorrent is my favorite torrent client, unfortunately it works only on Windows. We can emulate Windows with wine and run uTorrent.
So first lets install wine:
sudo apt-get install wine
Now go to the uTorrent download page and get the latest version, in my case:
wget http://download.utorrent.com/1.7.5/utorrent.exe
Installing it is very easy, just run
wine utorrent.exe
and it will ask you to [...]

Hotwire graphical terminal

Hotwire is a graphical terminal intended to replace the interactive command execution portion of a typical Unix shell. It includes much of the functionality found in the combination of a terminal emulator, a shell, and core utilities like ls and grep.
Here’s a video I found on youtube, its awesome!

Installing Hotwire in Ubuntu 7.10 (Gutsy):
There are [...]