Wget – automatically resume broken downloads

By | February 20, 2013

Wget is a commandline utility to download files over the http protocols. To download a file for example the syntax would be $ wget http://www.somesite.com/file.zip The above command will start downloading the file and save it in the home directory of the user. However if the download breaks, due to poor internet for example then… Read More »

How to Check if Virtualbox Guest Additions are Installed in a Linux Guest OS

By | May 1, 2023

Virtualbox guest additions allow better integration between the host and guest operating systems like seamless copy/paste, flexible screen resolution of the guest os etc. After installing an OS inside VirtualBox you should install the Guest Additions right away to get the best features and functionality out of it. It installs driver programs that enables native… Read More »

Top gui download managers for ubuntu/linux

By | May 30, 2013

Download managers Download managers are gui applications that allow users to manage multiple downloads in a single place, and do things like schedule, pause, resume, control download speed etc. And also download a file in multiple parts to maximise the download speed. On linux the traditional method to download files is through the use of… Read More »

Flareget – file download manager for linux

By | February 16, 2013

Flareget – The flashget for linux Flareget is a featureful file download manager for linux. The conventional file download managers available for ubuntu/linux are kget, wget, curl etc. But each of them has some sort of limitation or lacks certain features not making them easy for common users. This is where flareget comes in. It… Read More »

Does gedit open slow ? speed it up

By | February 16, 2013

Gedit is the default text editor on gnome desktop. If you notice that it takes quite some time to launch after clicking the menu icon, then here is a simple trick that can speed it up. 1. Open gedit. 2. Go to Edit > Preferences, Plugins tab. 3. Disable the plugin named "File Browser Panel"…. Read More »