Just another trying-to-be-a-geek's blog
Posts tagged sysadmin
Too many external links?
Dec 7th
From time to time people hit on me that even though i am a sysadmin i always google on stuff before doing it myself (same goes for blog, i do add external links whenever possible instead of stealing their content and pasting in my blog). Well the reason i do so is to:
htop : top for colorful people
Sep 18th
Being a sysadmin by profession top is one of the command that i use most of the time when i face some issues. Now its a great tool, no denying that, but for my laptop which has colorful themes, icons, wdigets, even the terminal, it seems a bit out of league. So i use htop. Its same as top but provides things in more readable way by making things colorful and acii graphs of ram, processor and swap usage. You can install it by
apt-get install htop
OR
aptitude install htop
For details, check it man page.