How to Solve: Backspace key does not work in Mozilla Firefox in Ubuntu Linux

Problem:

Most of us are used-to of using the backspace key to go back to previous page while browsing in Mozilla Firefox. By default, Firefox in Linux doesn’t provide the functionality of pressing backspace for going back to previous page which is quite irritating as it forces one to use the mouse.

Solution:

A little tweak is required in Firefox configuration to make it work. Here is what you need to do:

  • Open Firefox new tab
  • Type about:config in the address bar
  • Click yes to the warning
  • Now search for browser:backspace_action
  • Double click on it to change its value from 2 to 0

Alternate Solution:

There is another way to go to previous or next pages in any browser, in any OS and that is by using arrow keys. The shortcut is as follows:

  • Alt-Left = back
  • Alt-Right = forward

Questions and suggestions are most welcomed. Cheers :)

Gaming on budget: Play old school legacy games with DosBox on your computer.

There are many people, who just can’t forget that sweet era of classic computer games, when there weren’t that many computers, people came together to play the newest and coolest Warcraft installation, or to shoot a few more aliens with Duke Nukem. For me the golden era of computer games was in the middle of the nineties. I remember that we were amazed by the “superior” graphics, the humor, and if we played an RPG, the deep storyline. I still cherish these times. The days are long gone, when a bunch of us gathered to play a game, the sole computer in the room evolved to a LAN party, then network game. Heck, if I would play a game nowadays, I would never see my opponents face, the most of I would get is an avatar, and I believe kinda hard to befriend with a picture. However if you still want some old-school fun this is possible in a cross-platform way. DosBox is an emulator which makes running old games a breeze. Actually, the software is made for running DOS games easily across multiple platforms, unlike FreeDos, which is a complete operating system, and makes possible to run legacy applications. DosBox runs on Linux, MacOS X, Windows, and a couple of other systems. [Read more…]

How to fix: Android Samsung Galaxy S2 not recognized on Linux

Problem:

I was facing problems connecting my Samsung Galaxy S2 on Ubuntu, which is particularly annoying bearing in mind the total lack of support by Samsung for Linux (even Kies is of no use). Strange enough, it works flawlessly on Windows 7, where it recognises it instantly and I can transfer files between my phone and computer.
When I plug it into my Linux machine, it is recognised and I can see the contents of the root of /sdcard and the SD card but I cannot access the contents of any file or folder as all the folders are empty.
When I connect my phone to USB there is no “mount USB” option but just MTP application in the home screen. [Read more…]

Basic Tutorial in Vim and rails.vim: The open source Rails editing platform

Coders knew Vim for the last twenty years for its unmatched efficiency in editing source code. Vim wasn’ t too popular in the Rails community until lately when Tim Pope published his plug-in: Rails.vim. This plug-in and Vims legendary extendibility made it the editor of choice of many programmers who used some proprietary applications in the past. The plug-in offers shortcuts for easy navigation between files, makes it possible to run scripts, generate controllers, views, do some refactoring, and do auto completion , all of these from Vims cosy interface. Some people say that it is the least user friendly text editor ever. While these accusations might be partly true, because of the rather steep learning curve, many programmers just liked the way Vim helped them do their work quickly and efficiently.
Enough said lets see how to create a very simple blog in Rails from Vim. [Read more…]

How to install the free version of Spotify on Linux

Spotify is on Linux again and this time its free as well. Well that should sounds music to the ears of Linux users who love music but were not willing to pay for the premium account of Spotify. So here is what Sptify is calling “Linux Preview”, which is nothing but sort of beta version.

Features:

If you are not familiar with Spotify, I’ll list some salient features that make Spotify my favorite music streaming application: [Read more…]

This Christmas enjoy the snowfall and Santa on your Ubuntu desktop

Christmas is here and everyone is in holiday mood. To celebrate Christmas on your computer, Google provided us with “let it snow”. Moreover, I have come across a tiny little cute app which lets it snowfall on your desktop and Santa and reindeer running all over the screen. [Read more…]

Linux Mint, not Ubuntu, is the most popular Linux distribution?

The Best Linux Distribution?

One always wonders which Linux distribution is best. Answer to this question is really very different as it depends upon the likes of person. Some people like core Linux which is more command line oriented while some want Linux to be usable by humans :)

Ubuntu and Linux Mint fall in the category of easy to use and ideal for beginners to learn Linux. Since these are preferred by beginner level user, these are very popular. But who is popular them all? Well, till now Ubuntu used to be the most popular Linux distribution but it seems that Linux Mint have taken the top position from Ubuntu.

Who decides the most popular Linux distribution?

According to distrowatch.com (a website keeping a tab on different Linux distribution) Linux Mint took the first position this week. The data are calculated by page visit of the related distribution website which (some reader) might not take for granted as the measure of popularity but one should remember that distrowatch.com is a respected website and is considered as a reliable source on the distribution measurement.

Here is what was shown on the distrowatch.com

It would be interesting to see that how long Mint stays at the top position.

What could be the reason for the downfall of Ubuntu?

It is not a secret that Ubuntu’s decision to stick with Unity has irked its loyal user and Unity, not being the typical desktop environment, has also scared off the new Linux users. Now when Ubuntu has added the option of Gnome shell, in my opinion, it should get back its lost glory.

Which Linux distribution in your opinion is the best?

How to install restricted wireless drivers in Ubuntu without wired network

If you are having trouble with your wireless network adapter then you might get some help from these posts here and here.

To install the restricted drivers (broadcom wireless drivers) in the ubuntu 11.04 Natty Narwhal and Ubuntu 11.10 Oneiric without a wired Internet connection follow the instructions below: [Read more…]

Make Windows default OS in dual boot with Ubuntu: The easy Way

When you install Ubuntu (or any other Linux OS), it makes Ubuntu the default operating system. So if you want to use Windows, you have to select it manually within 10 sec otherwise it boots into Ubuntu directly.

But what if you are not a regular Ubuntu user (Why so?) and use Windows most of the time? It irritates you that you have to wait at each boot to select Windows. If you are facing such problems then you might want to make Windows your default operating system so that it boots into Windows by default. [Read more…]