In Linux, the top command is used to view a server’s processor activity in real-time. The htop command is an alternative to top, offering an easier interface featuring color, mouse operation, the ability to scroll through processes. In this video, we'll show how htop is overall more intuitive, although providing similar output as the regular top command.
Comments (1)
Sorry for the late comment, but could you guys possibly enable sshd by default? This can be done by:
1. Install openssh: pacman -Sy openssh
2. Add sshd to the DAEMONS array in /etc/rc.conf
3. Add this to /etc/hosts.allow: sshd: ALLOW
This would make it a lot easier for Arch users so we can just ssh into our Linodes immediately. Thanks, Charlie.