May 01 2013
Change Linux Keyboard
One can change the current session keyboard mapping with loadkeys. To load the French keyboard map, simply run loadkeys fr Available keymaps can be found in /lib/kbd/keymaps/ You can even create your own
May 01 2013
One can change the current session keyboard mapping with loadkeys. To load the French keyboard map, simply run loadkeys fr Available keymaps can be found in /lib/kbd/keymaps/ You can even create your own
Apr 19 2008
Disabling Image Files Xen usually stores running domains in /var/lib/xen/save, causing a /var full on many systems when dom0 is shut down. Edit /etc/sysconfig/xendomains or /etc/default/xendomains and replace "XENDOMAINS_SAVE=/var/lib/xen/save" with "XENDOMAINS_SAVE=" This sends a shutdown signal to all virtual machines before dom0 reboots. A 300 second timeout is defined before killing an OS that hangs […]