Multi-Directory GIT
You may or may not find this useful. I work with a my GIT repositories all at the same level. I like to keep them in sync. However going to…
You may or may not find this useful. I work with a my GIT repositories all at the same level. I like to keep them in sync. However going to…
Obviously you do not want to add your Username/Password to scripts so how can you enter those and make use of execute_cmd and sftp_file without them? Simple provide them as…
Sometimes instead of executing a built in command on a remote system you need to upload a script that you will need to execute. Again a simple expect script comes…
Often we need to connect to a remote machine and execute a command. If that system is Unix/Linux then with a simple script this becomes very easy to create a…