A script a day will allow you some freedom to play and build other useful
and more complicated scripts. Every day, I attempt to make my life
easier—by
this I mean, trying to stop doing the repetitive tasks. If a process is repeatable; it
can be scripted and automated. The idea to automate everything is not new, but
try automating a command on a remote host.
SSH is very flexible, and it comes with many options. My absolute favorite is
its ability to let you run a command on a remote server by passing the
-t
flag. An example: