If you host your own server and website like myself, you'll probably want to distplay your current uptime somewhere on your site. You are in luck, it is easy....
It uses the Linux command uptime and strips the unecessary gubbins from the output string:
$ uptime
This results contains some useful info including number of users logged on and
more »