Toggle the Ubuntu System menu icons to Visible
By default, the Ubuntu System menu icons are rendered invisible. You can toggle them on with this simple command: gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons True [...]
By default, the Ubuntu System menu icons are rendered invisible. You can toggle them on with this simple command: gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons True [...]
So you want to wipe your hard drive clean and reinstall a fresh Ubuntu copy. Before you do that, it might be wise to make a list of currently installed packages and reinstall them in a jiffy afterwards on the new OS: sud[...]
NTP sometimes greatly slows down your Ubuntu’s boot time. To disable it just do a simple sudo apt-get remove ntpdate [...]
If you want to disable X screen blanking (aka. disable the X screensaver) that comes up unexpectedly while you’re watching a movie in MPlayer, all you have to do is setterm -powersave off -blank 0 To make the chang[...]