Browse Category

Tutorials

Linux tutorials

Load monitoring in Linux using atop

What is atop?

The program atop is an interactive monitor to view the load on a Linux system. It shows the occupation of the most critical hardware resources (from a performance point of view) on system level, i.e. cpu, memory, disk and network.

Keep Reading

How to setup vsftpd on CentOS 7

To have your own ftp server running on your VPS – you can use either proftpd or vsftpd servers. In this howto we’ll setup and configure vsftpd for basic needs. To begin we have to install the package:

Keep Reading