19th September 2010
in
GNOME, Hardware, System
One of the few things you can’t easily configure in Ubuntu is the option to make the computer sleep instead of hibernate when idle for X minutes. Here’s how to do it:
Press Alt+F2 and type gconf-editor then p[...]
No Comments
7th May 2010
in
Applications, System
When running older .RUN and .BIN archives in Linux, you might get the following (or a similar) error:
Verifying archive integrity…tail: cannot open `+6′ for reading: No such file or directoryError in check su[...]
No Comments
14th April 2010
in
Applications, System, cli
To find out more about your system’s temperature, install acpi. Then do a simple
acpi -V
to get a listing similar to this one:
Battery 0: Full, 100%Battery 0: design capacity 7800 mAh, last full capacity 4988 mAh =[...]
Tags: acpi, temperature
5 Comments
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
3 Comments