tools
Different tools for project manager.
A Little Tips
To know the hardware on a linux machine, use the next command:
# dmidecode
How to check the watchdog
With this small script you are able to genereta a kernel panic:
# sync; sleep 2; sync; echo c > /proc/sysrq-trigger
You can see more information about sysrq-trigger in this link: Linux Magic System Request Key Hacks.