1st September 2009
in
Applications, System
If you start a GTK GUI with root permissions and you notice that it uses the old GTK theme, you can make all applications started as root to use your current theme by doing this:
sudo ln -s ~/.themes /root/.themessudo ln[...]
Tags: GTK, theme, Ubuntu
2 Comments
30th August 2009
in
System, cli
NTP sometimes greatly slows down your Ubuntu’s boot time. To disable it just do a simple
sudo apt-get remove ntpdate
[...]
Tags: ntp, Ubuntu
4 Comments
10th August 2009
in
Applications, GNOME, System
If you want your most-used applications already opened when you boot up into your Ubuntu box, all you have to do is go to System > Preferences > Startup Applications and in the Options tab check the box next to [...]
Tags: Applications, remember, Ubuntu
2 Comments
6th August 2009
in
KDE
Here’s how to install the newly-release KDE 4.3 in Ubuntu Jaunty.Open up your sources.list file:
sudo nano /etc/apt/sources.list
add the following line at the bottom of the file:
deb http://ppa.launchpad.net/kubunt[...]
Tags: Jaunty, KDE, Ubuntu
6 Comments