Category Archives: 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 press Enter Go to /apps/gnome-power-manager/actions/critical_battery Change the value to whatever you wish. Possible values are hibernate, suspend,… Read More »

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 sums 1237260170 2341625838The solution is to make the installer believe it’s being run on an older version of GNU/Linux. Open a Terminal… Read More »