Are you having problems monitoring your Linux network bandwidth usage? Do you need help? It’s important that you are able to visualize what is happening in your network in order to understand and resolve whatever is causing network slowness or simply to keep an eye on your network. Read Also: 20 Command Line Tools to
Make Linux Great Again
20 Command Line Tools to Monitor Linux Performance
It’s really a very tough job for every System or Network administrator to monitor and debug Linux System Performance problems every day. After being a Linux Administrator for 10 years in the IT industry, I came to know that how hard is to monitor and keep systems up and running. For this reason, we’ve compiled
Secure Apache with Let’s Encrypt Certificate on Rocky Linux
In our previous guide, we walked you through the installation of the LAMP stack on Rocky Linux and further proceeded to configure Apache virtual hosts in case you need to host multiple websites on a single server. But it doesn’t just end there. Website security is now one of the greatest concerns across most organizations
How to Install MongoDB on Rocky Linux and AlmaLinux
MongoDB is a high-performance, highly scalable document-oriented NoSQL database that is designed to handle high traffic and huge volumes of data. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. Thanks to its schema-less
How to Configure Apache Virtual Hosts on Rocky Linux
This is an optional step intended only for those who wish to host multiple sites on the same server. So far, our LAMP setup can only host one site. If you wish to host multiple sites, then you need to set up or configure virtual host files. Apache virtual host files encapsulate the configurations of
Top 5 Software Tools for Linux with Data Encryption
Data encryption is a must-have feature in today’s world of cybersecurity. It allows you to encode your data making it unintelligible to someone who doesn’t have the authorized access. To be more secure online, it might be a good idea to opt for software that comes with this useful feature by default. [ You might
7 Best Mail Transfer Agents (MTA’s) for Linux
On a network such as the Internet, mail clients send mails to a mail server which then routes the messages to the correct destinations (other clients). The mail server uses a network application called Mail Transfer Agent (MTA). Best Linux Mail Transfer Agents (MTA’s) What is a Mail Transfer Agent (MTA)? An MTA is an
How to Install Java 16 in Rocky Linux and AlmaLinux
Java is a cross-platform, object-oriented, and multipurpose programming language that is primarily used for creating mobile, web, and cloud applications. Additionally, you can use Java to create games, chatbots, enterprise applications, and a whole lot more. To develop Java applications, you need to install an IDE (Integrated Development Environment). IntelliJ IDEA is a perfect example