Setup PS3 controller over bluetooth on Ubuntu

The PS3 Sixaxis and DualShock3 bluetooth controllers are a great for gaming on your PS3 but will work just as well under Linux. With this guide you will be able to configure them to work on your Ubuntu Linux 8.10 (Intrepid Ibex) PC in USB as well as wireless bluetooth mode.
There are a variety of [...]

Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu

Hardware support in Linux, specifically Ubuntu 8.10 (Intrepid Ibex) for the Dell XPS M1530 and M1330 is very impressive. However in certain cases the process is not as straight forward as it could be, and it takes a bit of tinkering in order to get it to work. In this article I will go through [...]

How to SSH into Ubuntu LiveCD

The ability to remotely SSH into a machine running an Ubuntu LiveCD can come in handy in many situations. The LiveCD supports a large variety of hardware and can be used to troubleshoot system problems on a machine where you have limited or no access. A user with limited skills can easily setup remote access [...]

Allow sudo access without passwords in Ubuntu

To give a specific user access to sudo without having to enter a password you have to edit the /etc/sudoers configuration file. For security reasons you should only edit the file using the visudo command.

$ sudo visudo

In Ubuntu the following lines are placed at the bottom of /etc/sudoers by default. This gives your default [...]

Fix Skype audio on Ubuntu with Dell XPS M1530/M1330

To get Skype audio working with Ubuntu Intrepid Ibex (Ubuntu 8.10) and Dell XPS M1530/M1330 requires a few changes to the standard install.
Make sure you have added the medibuntu repository and installed Skype.
You need to enable the embedded microphone. Go to Volume Control by clicking on the volume icon. In Preferences select Digital Input Source. [...]

Add Ubuntu medibuntu repository

The Medibuntu repository (Multimedia, Entertainment & Distractions In Ubuntu) contains packages that cannot be included into the Ubuntu distribution for legal reasons. Some of these packages include Skype Acrobat Reader, Google Earth, and multimedia codecs.
Add Medibuntu to your sources.list. Make sure you specify the correct version of your distribution. This example uses Intrepid Ibex [...]