Web Design

Archive for the ‘System’

Make Ubuntu sleep instead of hibernate

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[...]


Install older .RUN and .BIN archives in Linux

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[...]


Find out details about your system’s temperature

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 =[...]


Use the same GTK theme for applications started as root

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[...]