Create a DNS server on Linux
How to setup Master and Slave DNS server on Linux easily
How to setup Master and Slave DNS server on Linux easily
Analyse disk usage on containers
To show cumulative human-readable size: du -sh # To sort directories/files by size: du -sk *| sort -rn # find out top biggest directories under /home partition. du -a /home…
In this section, we will understand how to lock and unlock a swarm cluster
Linux Process Management