Latest Posts

How to Play Super Nintendo (SNES) Game In Ubuntu Hardy

super-nintendo
Image by Chris.JP

Previously, I have talked about the way to play playstation game in Ubuntu. For those who are a fanboy of Super Nintendo (SNES), I didn’t forget about you too. Here is how you can play SNES game in Ubuntu Hardy.

There are several popular SNES emulators for Linux, namely: ZSNES, SNES9X, BSNES, SNEmul. We will be using ZSNES because it is the best among the rest and works great in Ubuntu.

Continue reading …

Popularity: 1% [?]

Having a boring day? Try Playing Tetris On Your Mac Terminal

After a long boring day at work, what about taking a short break and play some cool tetris game on your Mac terminal? Yes, you hear me right, I am referring to the black, ugly, unglamorous terminal app that you never want to open, and you can play tetris on it. Here’s how:

Continue reading …

Popularity: 1% [?]

Extend Your Start Menu Functionality With Vista Start Menu

Windows only: Vista Start Menu replaces the traditional Start menu on your desktop and present you a much easier and faster way to locate your files and applications. If you are always looking for ways to get things done faster, then this application might just be the one for you.

Continue reading …

Popularity: 1% [?]

Share Your Virtualbox VM Across Different OS

While creating a virtual machine in Virtualbox is an easy task, sharing the virtual machine across different OS is not. If you are dual-booting your computer and have created a virtual machine in one of the OS partition, due to the difference in file structure among the different OS, you will not be able to access and open the VM file in the other partition.

Continue reading …

Popularity: 2% [?]

How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy

If you have files that are bigger than 4GB in size, you will find that you can’t back them up to your external hard disk, even though it has 1TB of storage space. The reason being, when you first bought the hard disk, it is pre-formatted with FAT32 format, and in case you don’t know, FAT32 has a 4GB file size restriction. This means that it can’t store files that are bigger than 4GB in size.

A good way to overcome this is to reformat the external hard disk to NTFS format. NTFS does not has a 4GB file restriction and can be accessed easily from Windows, Mac and Linux (with the help of NTFS-3G).

Continue reading …

Popularity: 2% [?]

Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs

eCryptfs is a encryption application for Linux that you can use to encrypt your files/folders and prevent others from viewing it. eCryptfs does not require its own partition. You can easily create a dynamic encrypted private directory on your Home folder that will shrink or grow in size according to the files you add to it. Whatever files you place in the private directory will be encrypted and safe from the public eyes.

Continue reading …

Popularity: 7% [?]

How to Change The Displayed Time to 24 Hour Format In Windows

Windows by default uses a 12 hour time format to display the time on the taskbar. For those who want to change it to 24 hour time format, you will find that there is no option for you to do so in the Right click->Adjust Date/Time menu.

To change the time to 24 hour time format, this is what you have to do:

Continue reading …

Popularity: 8% [?]

Ubuntu Ibex Alpha 6 Review

The Ubuntu team has released Ubuntu 8.10 Alpha 6 for testing. This will be the final alpha build for Intrepid Ibex before we see the beta release.

What has changed in the backend?

This alpha 6 release is shipped with the latest Gnome 2.23.92, which is a testing and development series for the upcoming Gnome 2.24. Hopefully, we can see the 2.24 in action in the beta release of Ubuntu Ibex. Other new stuffs include the new Linux kernal 2.6.27 and the X.Org7.4 which is said to have better hardware support and can allow the great majority of users to run without a /etc/X11/xorg.conf file.

Samba 3.2 was also found in Intrepid Ibex with clustered file server support, encrypted network transport, IPv6 support, and better integration with recent versions of Microsoft Windows clients and servers.

Continue reading …

Popularity: 9% [?]

How to Boot & Install Ubuntu Ibex From a USB Thumb Drive


Image source: noeren

Ubuntu released the Intrepid Ibex alpha 6 for public testing last week. If you want to install and test the new Ibex on your system, but do not want to burn the iso file into a CD (either because your computer does not has a CD-ROM or you find it a waste to burn into a CD that you might use only once), here’s a neat way to create a bootable USB thumb drive where you can use it to boot up Ubuntu Ibex and install it in your system.

Continue reading …

Popularity: 10% [?]

How to Achieve Nice Font Rendering in Ubuntu Hardy

If you have always feel that the font in Ubuntu looks strange and ugly, it is because the font smoothing option is not turned on by default.

To get a nice smooth font in your Ubuntu Hardy, do the following:

In the terminal, type:

sudo ln -sf /etc/fonts/conf.avail/10-autohint.conf /etc/fonts/conf.d/

Once it is done, log out and log in again. You should see a noticeable change in the font.

The font before smoothing

The font before smoothing

The font after smoothing

The font after smoothing

[via Ubuntu forum]

Popularity: 12% [?]