3rd March 2010
in
Applications, cli
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[...]
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
22nd August 2009
in
System, cli
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[...]
Tags: blank, screen saver, X
1 Comment
15th August 2009
in
Networking, cli
If you want to find out what external IP address your router has assigned to it, you can either search the Internet for sites that can display that said IP address or you can use the Linux command line:
wget -O - -q ican[...]
Tags: IP, router
4 Comments