Sometimes you may need to copy file to EC2 instance without password using SCP. Here is how to use SCP with PEM file (SSH key).
How to Use Rsync With SSH Key
Sometimes you may need to use rsync with SSH key. Here are the steps to do it using public key generation.
How to Do Google Search from Terminal
Sometimes you may need to do Google search from Linux terminal. Here are the steps to do it using Googler.
How to Backup WordPress to Dropbox
How to Read File Line by Line Into Python List
How to Print Without Newline or Space in Python
How to Set Current Working Directory to Directory of Shell Script
Sometimes you may need to set current working directory to directory of shell script. Here are the steps to do it.