In this tutorial, How to install Vagrant on Windows 10. Vagrant the essential for DevOps Roles. Required Tools Virtual Box Vagrant Git Table…
DevOps Blog – Latest DevOps Articles and Tutorials
Install git from source Centos 6
In this tutorial, How to install Git from source Centos 6. Git the essential for DevOps Roles. To install Git from source…
RPM query installed packages in Centos RHEL and Fedora
In this tutorial, I using the rpm command to query lists the packages installed on the system. How do I…
bad interpreter: /bin/sh^M: no such file or directory solve problem
In this tutorial, How to solve bad interpreter when running the shell exit with “bad interpreter: /bin/sh^M: no such file…
Useful shell commands
In this tutorial, I will write about Useful shell commands. Tips and trick about kill process, How to remove ssh…
How to Import Export Jobs Jenkins
Table of Contents1 Introduction2 Install butler3 Import Export Jobs Jenkins3.1 OLD SERVER3.2 NEW SERVER4 Conclusion Introduction In this tutorial, How…
Bash script copy rename multiple files
In this tutorial, I am written a small program with “Bash script copy rename multiple files” on Linux. Linux the…
Linux shell script tips
In this tutorial, How do I use Linux shell script tips? shell script the essential for DevOps Roles. Linux shell…
Bash script opening application
In this tutorial, I have written a small program opening application by the shell script. Linux the essential for DevOps…
How to kill specific processes in Linux
Table of Contents1 Introduction2 Why Kill Processes in Linux?3 How to View Running Processes3.1 Using ps3.2 Using top and htop4…