Archive for October, 2007

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 [...]

Ubuntu 7.10 is here!

Ubuntu 7.10 code name “Gutsy Gibbon” has been been released!
Get it here!
Review and screenshots coming tomorrow.
If you like this post, please consider buying me a beer.

HOWTO: Convert 3gp videos to mpeg

I really dont like the 3gp format, but most mobile phones use it. So when I download the movies from my phone to my Ubuntu box I like to convert them to mpeg.
Here’s how:
First we need ffmpeg, a complete solution to record, convert and stream
audio and video.

apt-get install ffmpeg

After the install, converting videos is easy:

ffmpeg [...]