Setup a Centralized Log Server with Rsyslog in CentOS/RHEL 8
In order for a system administrators to recognize or analyze problems on a CentOS 8 or RHEL 8 server, it is important to know and view the events that occurred on the server in...
Linux ‘tree Command’ Usage Examples for Beginners
The tree is a tiny, cross-platform command-line program used to recursively list or display the content of a directory in a tree-like format. It outputs the directory paths and files in each sub-directory and...
How to Install MongoDB 4 on Debian 10
MongoDB is an opensource, cross-platform NoSQL database server that developed by MongoDB Inc. It uses JSON to store its data and is popular for handling large amounts of data due to its scalability, high...
How to Install Ansible Automation Tool on CentOS/RHEL 8
Ansible is a free and opensource automation tool that allows system administrators to configure and control hundreds of nodes from a central server without the need of installing any agents on the nodes. It...
Installation of “CentOS 8.0″ with Screenshots
CentOS 8 has finally been released! The new version, which is a community version of RHEL 8, ships with new and exciting features which promise an enhanced user experience. Installing CentOS 8 is pretty...
Initial Server Setup with CentOS/RHEL 8
In this article, we will walk you through the first basic steps that you need to apply after installing a minimal CentOS/RHEL 8 server with no graphical environment in order to retrieve the information...
CentOS 8 Released – Download DVD ISO Images
CentOS is a free and open-source, community-driven Linux distribution based on the popular security-focused Red Hat Enterprise Linux. It was designed to be consistent rolling-release distro joined with Red Hat but still independent from...
How to Set Filesystem (Disk) Quotas on Ubuntu
Filesystem quota is a standard built-in feature found in Linux Kernel. Quotas determine the amount of space a file should have to support user activities. The disk quotas also limit the number of files...
How to Install the Latest MySQL 8 on Debian 10
MySQL is the most widely used open-source database management system used to keep and retrieve data for a broad variety of famous applications. In Debian 10, MariaDB comes with by default as a drop-in...
12 ss Command Examples to Monitor Network Connections
ss command is a tool that is used for displaying network socket related information on a Linux system. The tool displays more detailed information that the netstat command which is used for displaying active...
How to Install Apache Tomcat in RHEL 8
Apache Tomcat is an open-source, lightweight, powerful and widely-used web server developed and maintained by Apache Foundation. It is an implementation of the Java Servlet, JavaServer Pages (JSP), Java Expression Language (EL) and Java...
How to Setup MySQL Master-Slave Replication on RHEL 8
MySQL Replication is a process where data from one server is automatically copied or replicated onto another backup server in real time. Replication provides redundancy and fault tolerance and gives the user peace of...
How to Recover Deleted Files Using TestDisk in Linux
We all know the feeling of looking for a file and not finding it, even in the trash. The trauma that comes with file and data loss should end thanks to the TestDisk –...
How to Install Zabbix on Debian 10
Zabbix is a free, open-source, popular and feature-rich IT infrastructure monitoring software developed using PHP language. It is used to monitor networks, servers, applications, services as well as cloud resources. It also supports monitoring...
How to Install Java on RHEL 8
Java is a fast, secure, reliable, and popular, general-purpose programming language and computing platform. Java is more than just a language, it is a technology platform with many interconnected capabilities. To run Java-based applications...
How to Install and Use TestDisk Data Recovery Tool in Linux
TestDisk is a free and opensource, command-line data recovery tool that is used to recover data from deleted or lost partitions. Further, you can use it to revive non-bootable partitions which can be caused...
How to Install Cinnamon Desktop On Ubuntu
If you are looking for a simple and neat desktop environment, then you should try out the Cinnamon desktop environment. Being the default environment for Linux Mint, Cinnamon somewhat mimics the Windows UI and...
How to Install WordPress Alongside LAMP on Debian 10
First released in 2003, WordPress has grown to become one of the leading CMS systems in the internet, accounting for over 30% of the market share. WordPress is a free and opensource CMS that...
How to Setup MySQL Master-Slave Replication on Ubuntu 18.04
MySQL master-slave replication is a procedure that allows database files to be replicated or copied across one or more nodes in a network. This setup provides redundancy and fault tolerance such that in the...
How to Install Apache ActiveMQ on Debian 10
Apache ActiveMQ is a flexible and powerful open-source multi-protocol message broker built using Java. A message broker mediates communication among applications by translating a message from the formal messaging protocol of the sender to...