August 19th, 2010 at 12:30am |
In order to verify that two copies of a directory are equivalent there are different options: 1) diff – the easiest way diff -qr dir1 dir2 reports any differences in file contents in a similar way to md5sum. For more methods read on here:
Read the rest of verify and compare two directories differences
August 3rd, 2010 at 11:23pm |
M$ Windows is well known for expanding quickly in size on the hard disk (as a virus someone would say) and requiring a full format and reinstall every 16 months or so since there is no way to clearly determine what the junk is (M$ Windows itself someone would say…). This is not the case [...]
Read the rest of Recover wasted disk space in Ubuntu
June 17th, 2010 at 11:40am |
It’s been some time Zeroconf and Avahi have been implemented into linux, however most of the people (and tutorial out there) still deal with IP numbers, which is a pain when they often change. The following tasks may be a trivial however, having to manually seek the new local IP each time you connect the [...]
Read the rest of connect to local computers easily
May 25th, 2010 at 11:46am |
Following Sun Microsystem acquisition by Oracle also VirtualBox releases signing key has been updated to reflect the new ownership. This would prompt you with error: W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://download.virtualbox.org lucid Release: The following signatures couldn’t be [...]
Read the rest of update VirtualBox signing key 54422A4B98AB5139
May 5th, 2010 at 9:51am |
The following tutorial explains how to create a larger casper-rw device for your Ubuntu based flash drive install. This would enable you with more persistent storage space for saving changes. The following steps need to be performed from a different linux environment than the one you’re willing to modify. Either use an existing setup, a [...]
Read the rest of Enable larger persistent data for Linux Live on SolidState or USB devices
April 22nd, 2010 at 1:19pm |
It may happen to decide having a try with one of the many customized Ubuntu distributions available, but eventually deciding to convert it back to a standard Ubuntu setup without reinstalling the whole OS. Playing around a little bit with the installed software packages would probably lead you to remove those meta-packages that keep the [...]
Read the rest of Software Sources does not work any more
March 9th, 2010 at 11:45am |
eee-control is so far the best utility for controlling Eee PC hardware under Linux. It definitely does its job, instead of the now obsolete not-working-at-all eee-applet program, and has is even better than eeepc-tray, whose development has now been explicitly stopped by its author, for a couple of reasons: has better hardware control for powersaving [...]
Read the rest of eee-control – the best device control tray icon for Eee-PCs
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 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 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