In this tutorial, The describe systemd service unit notes. systemd is a system and service manager for Linux. init is…
DevOps Blog – Latest DevOps Articles and Tutorials
Docker Images history
The size of the Docker Image was suddenly increasing, I will check it. Using docker history <Image name> you can…
Nginx reverse proxy for Jenkins in docker
Table of Contents1 Introduction1.1 Procedure as below2 Installing and Configuring on CentOS/RedHat 7/62.1 Install Epel and Remi repository on CentOS/RedHat…
Directory size displayed by du command does not match
When the directory size displayed by the du command does not match between the parent directory and child directory in…
Docker tutorial series – part 2
In this article, I will write about “data mount (volume), Docker Network, Docker Compose”. Now, let’s go Docker tutorial series…
Docker tutorial series part 1
In this article, I will Write about understanding the mechanism of Docker. The whole picture of various concepts around Docker.…
cal command in Linux with Examples
cal command means Printing an ASCII calendar of the given month or year. cal command is used to see the…
How to Use the Date Command in Linux: Step-by-Step Examples
Table of Contents1 Introduction1.1 date command syntax2 date command in Linux with Examples3 Conclusion Introduction Linux offers various command-line tools…
reboot command in Linux with Examples
reboot command means Restart your machine gently. How do I reboot my Linux based system or remote Linux Server? Syntax…
shutdown command in Linux with Examples
shutdown command means Halt, power-off or reboots the machine. In this tutorial, How to shutdown command in Linux with Examples.…