Git has lot of command line options. Since isn’t harder to refer huge manual each time. By keeping that in mind, gathered handful list of Useful git commands. Organized this document to match with development lifecycle. Such as a developer start configure repository, develop and submit code.
Category: DevOps
Get execution time of each task – Ansible
Ansible can report execution time for each task. And total time taken for playbook execution. It is more useful to estimate the time of completion as specially for long running jobs.
monitor wordpress site through bash script
Have created a small bash script to monitor wordpress site status and report to the web admin in near real time. I really enjoyed the benefit of outcome of this script. What it does?
AIX – Install awscli exclusively to current user
On AIX platform, How to install awscli only to current user? In case non-privileged user, Is it possible for the user to do without sudo privileges?
The answer is big fat YES. It is absolutely possible. The AWS documentation may work well for other distribution. But for AIX, it requires to pass few extra arguments along with pip installer.