How to Install BpyTOP Resource Monitor
It is a Python-based resource monitor for your terminal. Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop. To install on…
It is a Python-based resource monitor for your terminal. Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop. To install on…
Planka is a self-hosted Trello-like kanban board built with React and Redux. In this article, we are going to learn how to install Planka on AlmaLinux 9. So, let’s get started. Checkout…
Docker is a container engine that uses the Linux Kernel to create the containers on top of an operating system. Which is used to create, deploy and run the applications…
Installing Docker Compose Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application’s services. Then, using a single…
Let’s Encrypt is a non-profit certificate authority run by Internet Security Research Group that provides X.509 certificates for Transport Layer Security encryption at no charge. In this article, we are…
Very Secure FTP Daemon (VSFTPD) is an FTP daemon that establishes a secure connection to FTP Server by creating a secure tunnel that encrypts data flow to and from FTP…
To install Fail2ban, The EPEL repository needs to be installed first. Note: It will prompt for permission Press “y” and “Enter” to continue. Next, install the fail2ban package. Note: This…
Netdata is an Open Source real-time server monitoring tool. It collects real-time data like CPU usage, RAM usage, Load, SWAP usage, Bandwidth usage, Disk usage, etc. Installing EPEL Repo Install…