Category Archives: Linux

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 »

How to Enable Webgl in Google Chrome on Ubuntu 12.10

By | May 20, 2023

By default google chrome would keep webgl features disabled if your gpu driver does not support 3d acceleration. However there are options to force enable it. To enable webgl in Google Chrome launch it with the following flags –enable-webgl –ignore-gpu-blacklist Here is the command: $ google-chrome –enable-webgl –ignore-gpu-blacklist Now test webgl by opening the following… Read More »

Best puzzle solving games for ubuntu

By | May 15, 2023

Here is a list of most popular puzzle games on Ubuntu Linux Marble Arena 2 Excellent graphics and colorful. This is a game where a marble is to be moved around and points to be collected. Project website http://www.marble-arena.com/ Install on ubuntu 1. Download Linux version from http://www.marble-arena.com/ 2. Install libwebkit1.1-cil from synaptic 3. Extract… Read More »

Best php ide and web development tools on ubuntu

By | May 10, 2020

There are a lot of IDEs for ubuntu for doing php related web development. Lets see a few. Aptana Studio Supports PHP, Ruby, Python and more. Autosuggest dropdowns available, Integrated preview available. Project website http://www.aptana.com/ Install on ubuntu Download from http://www.aptana.com/ Quanta Quanta is the Dreamweaver of Linux. However it is not developed anymore. As… Read More »

Install Quanta on Ubuntu 11.10

By | May 10, 2020

I upgraded my ubuntu few hours back from 11.04 to 11.10 ; it all went fine. After the upgrade I noticed that Quanta – my favorite php development tool had vanished. Doing few searches on google lead to the information that its now deprecated and not maintained in the repos anymore. So I got it… Read More »