Weblog Archives
You are currently browsing the archives for the System tag.
Published on October 30th, 2009 by George Notaras - Comments Off
setenforce is a command line utility that is used to switch the mode SELinux is running in from enforcing to permissive and vice versa without requiring a reboot. Lately, I’ve started experimenting again with SELinux on a live system. The default targeted SELinux policy, as usual, needs some adjustment to work with a custom server [...]
Published on October 7th, 2009 by George Notaras - Comments : 4
Usually, the only time I make a change to the timezone setting of the operating system is during the installation time. But it may happen that a change to that setting is necessary. There are several ways to do this, but, as usual, there is only one Right Way™ to set the timezone info in [...]
Published on March 28th, 2009 by George Notaras - Comments Off
During the last week two applications I use quite often, Skype and the official Last.fm client, had stopped working. The error message that was displayed the first time any of these programs was launched during the login session indicated that there was a problem with the imsettings-applet. This has been a bit frustrating as I [...]
Published on February 1st, 2009 by George Notaras - Comments : 2
During the last months, I’ve been experimenting with Xen virtualization. An old computer, equipped with a Pentium III running at 700Mhz, 512MB of RAM and an 160GB IDE HDD runs four installations of my favorite Linux distribution, CentOS, one as a Dom0 and the other three as DomUs with 64MB of memory each.
Published on January 4th, 2009 by George Notaras - Comments Off
If there are still references to device nodes for block devices, as they are set by the kernel, for example /dev/hda, in /etc/fstab, you should seriously consider replacing them with the volume’s label or its UUID. Even if you use an LVM setup, the /boot partition shouldn’t be referenced by its device node.
Published on November 26th, 2008 by George Notaras - Comments : 3
What I tried to accomplish today was to prevent a system shutdown or reboot or suspend, if a specific process was still running in the background. This might sound pretty useless, but having shut my PC down once again this afternoon while the backup process was still active in the background, I decided to resolve [...]
Published on December 7th, 2007 by George Notaras - Comments Off
This post is not an article about how to receive email notifications from your system, but rather a tip about what should be your very first (No.1) action after a clean installation of a Linux system. It is well known that Linux – and obviously many other *nix systems, if not all – are pre-configured [...]
Published on November 5th, 2007 by George Notaras - Comments Off
Although I do not intend to run VMWare directly on a physical partition containing Windows any time soon, a recent discussion on a greek linux users group about the implications of such an experiment made me write a post about an article I stumbled upon today. The article author notes:
VMWare is an incredibly useful piece [...]
Published on October 18th, 2007 by George Notaras - Comments : 4
After 30 months of exclusive use of Linux as my desktop environment, I decided that it was about time to refresh my knowledge of Microsoft Windows and Office. This is not about switching back to Windows. Actually, having used open-source software exclusively for such a long time, I’d say it would be quite impossible to [...]
Published on September 15th, 2007 by George Notaras - Comments : 1
Until now I have been creating partition images with Partimage, which has never failed. Another very popular tool nowadays is CloneZilla. This software, which happens to include partimage among various other utilities, has wider filesystem support and a better set of features – taking/restoring backups across the network is supported. The fact that this is [...]