How to Setup/Configure MySQL (Master-Slave) Replication on Linux

MySQL master-slave replication is a process that automatically copies data from one MySQL database server (master) to one or more MySQL database servers (slaves). MySQL supports various replication methods, but …

How to Setup/Configure MySQL (Master-Slave) Replication on Linux Read More

How to Configure/Setup Disk Quotas in Linux

Disk space usage can be controlled by implementing disk quota on Linux. This will allow a user to use only the allocated disk space. Also, it keeps your partition under …

How to Configure/Setup Disk Quotas in Linux Read More

How to Check Open Ports on Linux System

It is the responsibility of the administrator to know which TCP and UDP ports are open on your computer. Also, you need to know for what purpose these ports were …

How to Check Open Ports on Linux System Read More

Top 7 Linux File Compression and Archive Tools

There are many applications on Linux that compress and decompress files. These tools temporarily shrink unused files or directories and save disk space. It is very useful to save files …

Top 7 Linux File Compression and Archive Tools Read More