December 17th, 2009 at 6:08pm |
Although you can use K9Copy to extract the audio track from DVD some times is more convenient to use the commanline. Ripping the sound track of a DVD movie through the terminal can be achieved using transcode and lsdvd commands.
Read the rest of Extract audio from a DVD in linux
December 12th, 2009 at 6:53am |
A partire dalla versione ddi Ubuntu Karmic 9.10 il nuovo gestore dell’avvio GRUB2 viene installato di default sulle nuove installazioni (non negli aggiornamenti). GRUB2 presenta una serie di miglioramenti, tra cui il supporto nativo per una varietà maggiore di filesystem, una configurazione modulare, il supporto per il ripristino automatico delle impostazioni in caso di necessità [...]
Read the rest of Impostare un’immagine di sfondo all’avvio di Ubuntu linux GRUB
December 8th, 2009 at 6:33pm |
In Ubuntu Karmic 9.10 the frequency scaling GNOME applet always requires a password in order to allow you to change CPU frequency or governor. This is due to policykit profiles enforcing some more strict security. Helas these profiles are not editable trough the applet in System -> Administration -> Authorisation. Fortunately, as always in linux [...]
Read the rest of Do not require the password for cpu frequency scaling in Ubuntu Karmic 9.10
December 8th, 2009 at 5:48pm |
SquirrelMail is an OpenSource powerful yet easy to use webmail interface. Setting it up is extremely easy. Here I am going to cover just a few not so obvious aspects of the setup process. Download Squirrel Mail installation package from here:
Read the rest of Setting up SquirrelMail webmail
December 6th, 2009 at 5:34pm |
If you get the following error at login The panel encountered a problem while loading OAFIID:Glipper that means your computer if pretty fast and glipper loads too fast. The workaround consists in slowing down glipper starup a few seconds.
Read the rest of Glipper fails to load sometimes
December 4th, 2009 at 5:14pm |
If you are used to customize your GNOME desktop environment according to you needs you would probably end with a too much populated “open with” contextual menu. When you right click on some ODT, MP3, AVI or whatever file you could end with several duplicate entries for Okular, Audacious, VLC, Brasero etc. Getting rid of [...]
Read the rest of Get rid of GNOME “open with” duplicate entries
December 2nd, 2009 at 7:25pm |
here is a list of handy Ubuntu Linux DVD backup tools:
Read the rest of linux DVD backup tools
December 1st, 2009 at 7:03pm |
There is a very simple command that reinstalls all the distribution packages and reconfigures them automatically. This is particularly helpful when you have done a partial upgrade and eventually have broken the system dependencies tree. sudo dpkg-reconfigure -phigh -a since this command would take a lot of time to process (~1 hour) depending on your [...]
Read the rest of Reinstall Ubuntu automatically
November 30th, 2009 at 6:55pm |
“bash: ./configure: /bin/sh: bad interpreter: Permission denied” error commonly occurs when you have wrong options set in /etc/fstab and are trying to compile some code.
Read the rest of “bash: ./configure: /bin/sh: bad interpreter: Permission denied”
November 29th, 2009 at 6:46pm |
xset is an X.org command line utility. A bunch of interesting things can be done with it: Tweak the mouse sensitivity or accelleration on the fly xset m (accelleration value) Turn the system bell off temorarly xset b off Manually switch off the display / Force the display to go on standby now xset dpms [...]
Read the rest of xset