Show System Status on tty0

From wiki.linuxonlinehelp.eu
Revision as of 15:34, 1 April 2011 by Author (talk | contribs) (Created page with "== Show System Status on tty0 == to see system status after boot on tty without login do: <pre> $sudo aptitude install htop $sudo nano /etc/rc.conf </pre> add lines: <pre> sleep...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Show System Status on tty0

to see system status after boot on tty without login do:

$sudo aptitude install htop
$sudo nano /etc/rc.conf

add lines:

sleep 15   # to wait 15 Seconds
htop       # to start htop System Monitor
exit 0

for clean shutdown:

$sudo nano /etc/init.d/halt

add first line after #!/bin/bash

killall htop