Ubuntu 12.04 LTS Released, Download Here !

6:56 PM

Ubuntu 12.04 Codename Precise Pangolin which has been scheduled to be released today (April 26th 2012) has been released just now , See the changes and improvement here until wait official review from Ubuntu.Buzz! soon.

Upgrade to Ubuntu 12.04 (Ubuntu 11.10/10.04 LTS)
To upgrade Ubuntu 11.10 or Ubuntu 10.04 LTS to Ubuntu 12.04 you can press press Alt+F2 then type "update-manager -d" (without the quotes) into the command box that appear. Update Manager should open up and tell you the new distribution is available. Click Upgrade and follow the on-screen instructions.

Download Ubuntu 12.04 LTS
Download Ubuntu 12.04 LTS Precise Pangolin Image trough following link, A full list of available release also available in BitTorrent files :


0 comments

» read more....

Download and Convert YouTube Videos with DamnVid

8:15 AM

DamnVid is yet another YouTube video downloader and converter. It's cross platform application to do such tasks. It supports not only YouTube, but many video sharing websites such as DailyMotion, Veoh, Metacafe, etc. DamVid is currently available in English, French, Spanish, Portuguese, and Norwegian.


DamnVid has three main features:
1. Video converter. DamnVid can be used to convert your videos in hard drive or downloaded from video sharing websites.
2. Video downloader. If you need an application to download ONLY without converting, DamnVid can do such task.
3. Video download and converter. DamnVid converts as it downloads, making the whole processes much faster than the other application.

Installation on Ubuntu
Ubuntu (and its derivatives) users can install DamnVid by typing the following command:
  • sudo add-apt-repository ppa:damnvid/ppa
  • sudo apt-get update
  • sudo apt-get install damnvid
If you are using another distribution of Linux, please download DamnVid here.

DamnVid is also available for Windows and Mac OSX, please click here for further information.

0 comments

» read more....

DownVerter: Free YouTube Video Downloader and Converter

8:02 AM

DownVerter is a free, fast, and easy-to-use YouTube video downloader and converter which can run on Windows, Linux, and Mac. It can convert YouTube videos to many video (and audio only) formats: MP3, AVI, 3GP, MP4, MOV, WMV for your handheld devices. It allows you to "download only" without converting too!


To download and convert YouTube video, all you need to do is follow the three easy steps. First, paste the video link in the given field, wait a moment until DownVerter displays the information of the video such as thumbnail, total views, available download quality, etc. Second, select your download and convert settings. You can set download quality, conversion format, conversion quality, video volume, and destination folder to save converted video. Third, simply hit the "Download & Convert" button and DownVerter will do the rest.

Installing on Ubuntu
Ubuntu users can install DownVerter by downloading the *.deb package here. It's available for 32bit and 64bit architectur. Once downloaded, type the following command to install:
  • sudo dpkg -i downverter-32.deb
Change "downverter-32.deb" with the filename of downloaded file.

Once installed, DownVerter can be accessed from Internet section on Menu. Enjoy :)

0 comments

» read more....

Free High Resolution Gimp tutorial PDFs

7:27 PM

Tuxradar is giving you high resolution GIMP tutorial PDFs which means they'll look awesome on your screen, or printed out. The down-side of this is that the files are quite big - the total download is 90MB. This collection contains 18 tutorials and you're free to use these tutorials for personal use or for non-commercial offline redistribution.


Okay, if you like it, please download by clicking the below link:

Download Tuxradar free high resolution GIMP tutorial PDFs

Enjoy :)

0 comments

» read more....

Introducing My Ebooks Collection Online Folder

6:57 PM

As a self-educated person in Linux and open-source, reading e-books is one of my methods to learn Linux. There are a lot e-books on the Internet talking about Linux and other computer stuff, but getting them in one place is too difficult because they are spread at the certain place on the Internet. Today, I'd like to share my e-books collection in one place so you can browse and download it easily. My collection contains many kinds of e-books about Linux, open-source, programming, and another computer stuff.


Some of my e-books come with Indonesian, and some with English. If you find any great Indonesian e-book, please free to contact its author for asking permission to translate it into your language. Well, if you're interested in checking my e-books collection, simply click the link below:

My e-books collection online folder

I will update that folder regularly, so please make sure to bookmark that page and check it regularly to get an updated e-books collection.

Regards.

0 comments

» read more....

Boost Apt-Get Download Speed Using Apt-Fast and Apt-Proz, Install Them on Ubuntu via PPA

1:58 PM

Recently, I have wrote about how to limit apt-get download speed. Today, I'd like to show you cross-purposed applications called apt-fast and apt-proz. Both of them can boost your apt-get download speed by using such an engine, apt-fast use Axel engine and apt-proz use ProZilla engine. They can do parallel download, so as expected, your download speed is faster than usig reguler apt-get operation.

Apt-Fast


Install it on Ubuntu (Lucid, Maverick, Natty, Oneiric):
  • sudo add-apt-repository ppa:tldm217/tahutek.net
  • sudo apt-get update
  • sudo apt-get install apt-fast

Usage instruction:
  • sudo apt-fast install packge_name
or
  • sudo apt-fast upgrade

Apt-Proz


Install it on Ubuntu (Lucid, Maverick, Natty, and Oneiric):
  • sudo add-apt-repository ppa:tldm217/tahutek.net
  • sudo apt-get update
  • sudo apt-get install apt-proz

Usage instruction:
  • sudo apt-proz install package_name
or
  • sudo apt-proz upgrade

Enjoy :)

0 comments

» read more....

Install ProZilla Download Accelerator on Ubuntu 11.10 Oneiric Ocelot via PPA

7:35 AM

ProZilla is ncurses based download accelerator that supports parallel downloads, HTTP and FTP downloads with FTP search feature. FTP search means ProZilla can search fastest FTP mirror for faster download speed. Because it based on ncurses, ProZilla is lightweight download accelerator too.


Installation:
Ubuntu Lucid, Maverick, Natty and Oneiric can install ProZilla download accelerator by simply typing the following command:
  • sudo add-apt-repository ppa:tldm217/tahutek.net
  • sudo apt-get update
  • sudo apt-get install prozilla

Usage instruction:
General usage
  • proz download_link
Resume download
  • proz -r download link
Limit download speed (at 20000 bps)
  • proz --max-bps=20000 download_link
Do FTP search
  • proz -s download_link
More download options
  • proz --help

Happy downloading :)

0 comments

» read more....

How to Limit Apt-Get Download Speed

10:42 AM

Hello everybody, have a nice weekend! Today I'd like to show you how to limit apt-get download speed. This trick is useful when you're sharing your Internet connection among your friends or family. With this trick, you can perform such apt operation (install or upgrade) without interrupting the other members of your network.


In case, you want to limit your apt-get download speed at 20kb/s, so you should run the following command to perform apt-get operation (install or upgrade):
  • sudo apt-get -o Acquire::http::Dl-Limit=20K install package_name
Please take a look at statement  "Acquire::http::Dl-Limit=20K", replace "20K" with your desired download speed. This trick was tested and worked well on Ubuntu 11.10 Oneiric Ocelot Beta 2, but it should works on other versions of Ubuntu too.

Got questions? Have something in your mind? Please don't be a stranger, just fill in the form :)

0 comments

» read more....

How to Download All Videos of YouTube Playlist on Ubuntu

9:04 PM

Imagine you have a playlist on YouTube that contains hundreds of videos in it and you want to download them, what will you do? Do you really want to download them one by one? I think that's not a good idea. So, in this my first post, I'd like to show you how download all videos of YouTube playlist by simply type a few commands.


Applications used:
In order to getting this trick done, we have to install two applications called umph and youtube-dl. Umph is such an application that can parse YouTube feeds, it can parse playlists, favourite lists, and user upload lists. Youtube-dl is well-known command line tool for downloading YouTube videos by giving their video links.



Installing applications:
Fortunately, I've created a PPA contains those two applications. Simply type the following command to install them:
  • sudo add-apt-repository ppa:tldm217/tahutek.net
  • sudo apt-get update
  • sudo apt-get install umph youtube-dl
Usage instructions:
  • umph playlist_ID | youtube-dl -l -a -
You can get playlist_ID from playlist URL, for example, we will download all videos in PHPAcademy 200 JQuery Tutorials, see the picture below for more details.

Take a look at part marked with red box, you will get the weird phrase "PL46408891B63317A4". By removing the "PL" characters, now you have the playlist ID: 46408891B63317A4. You're ready to go:
  • umph 46408891B63317A4 | youtube-dl -l -a -
By default, umph will parse 25 videos. So, by executing the above command you will download the first video until 25th video. If you want to download all videos (200 videos) you must add an argumen "-m 200".
  • umph -m 200 46408891B63317A4 | youtube-dl -l -a -
The tricky part is in umph command line arguments, please take look at this documentation for further information.

Have a question? Please let me know by filling in the comment form :)

0 comments

» read more....