Show System Status on tty0

From wiki.linuxonlinehelp.eu
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