February 15, 2008

Enlightenment 17

Enlightenment 0.17 is the next generation of UNIX graphical environments. It is not just a window manager, but it is also a desktop shell. A desktop shell means, a window manager plus a file manager, plus configuration utilitys all in one. They are not [...]

February 15, 2008

Install firefox 3 beta 3 on ubuntu

So I decided to give firefox 3 b3 a try. And it’s great!
I ditched firefox 2 because it’s was to slow and crashed alot.
I’ve been testing ff3b3 for a few hours now and I haven’t got the famous flash crash yet.
Oh, did I mention it’s lighting fast?

February 15, 2008

Schedule pc shutdown

If for whatever reasonĀ  you need to shutdown the pc after x hours you can use an easy command to do so.
To shutdown the computer at a fixed hour, lets say 23:15, use this command in the terminal:
sudo shutdown 23:15
To shutdown the system after x minutes, lets say 30, use this command in the terminal:
sudo [...]