Monthly Archive: January 2015

Improve performance on Linux VM or Physical machines 0

Improve performance on Linux VM or Physical machines

1 Inspect your current configuration If you have logical volumes, do as follow. Otherwise look at the instructions for resizing swap partitions. $> cat /etc/fstab # /etc/fstab /dev/mapper/vg_centos-lv_root / ext4 defaults 1 1 UUID=963b29a5-578a-4d05-bfb4-95d42057df57 /boot...

0

"Starting file manager" always opening in CentOS

Problem: Every now and then one or multiple items appear in the taskbar with label "Starting file manager". Solution : Type in console : $> gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop false This will resolve...