Sep 12, 2009

Tucan manager



Tucan Manager is a free and open source and multiplatform software designed for automatic management of downloads and uploads at hosting sites like rapidshare or megaupload. It is released under GPLv2 license. What I really like on tucan is, that it checks all the links first before downloading. If you don't have premium account and you have to wait some time between downloads, tucan will check the time and start downloading files immediately after this period of time expired. For more info check the homepage http://tucaneando.com/index-en.html Deb install file is available from here: http://www.getdeb.net/app/Tucan

Sep 11, 2009

Sync and Share your files with ubuntu one

With this fancy thing you can: Sync your files, share your work with others or work remotely with your Ubuntu computers. Ubuntu one is only available for Ubuntu and no other OS. You need to register first in order to install the ubuntu one client. If everything goes ok, you will be able to launch ubuntu one via Applications » Internet » Ubuntu One menu. There are 2 options available - 2GB Free space (no fee) and 10GB Free space (charged $10 per month). If interested, check it out on https://one.ubuntu.com/.

Check ubuntu release version from command line

This info is stored in /etc/lsb-release file:

baban@ubuntu :~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"

You can also use lsb_release command with -a argument, which shows all info:

baban@ubuntu :~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty
baban@ubuntu :~$