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...
Here we will see one Complete example to copy shell script and execute it, & get its output. I. Make Ansible Conifguration # cat ansible.cfg [defaults] inventory = hosts remote_user=saket...
Today we will introduce you to a very useful tip to perform server operations on multiple servers together. For this we will use a a application called csshx shared by...
Today lets have a look at an ansible playbook to copy a shell script to remote server and then run it as root. And finally get its output on our...
Till now we have seen how to create a python script file and execute it. In this post, we will look how to include comments in the script and how...