How to encrypt bash shell script in Linux ?
Today in this post, we will see how to encrypt a shell script in Linux. Lets have a look at this step by step. 1. Download shc source code from...
We usually give sudo access via /etc/sudoers.conf file using visudo command. However sometimes we need to grant specific command access to users with limited options. In this case, it is...
Today we will look at a very basic article to know various ways to create a file in linux. Lets see the various commands below. 1. Touch command [root@ngelinux ]#...
1. What is Docker ? Docker is a software package which is installed on a server or host OS and then provides a facility to create containers. Each container can...