If you are a Linux user, you must know nohup command. If you don’t now, this GIF should be suffice. Usually when you close your terminal, the shell would send a SIGHUP signal to all processes(only after terminal receives SIGHUP from kernel) attached to it. So that processes get to know that the controlling terminal has […]
How to integrate Hubot with Slack to create an efficient Chatbot
In this article, let me get you through the steps to integrate (a chatbot app) with . Have you thought of having a chatbot who can automate most of your office works? like Jarvis of Tony Stark (not exactly 😛 ). If yes, go ahead and read this article. If you are not familiar with […]
Getting something done in Linux with Python, Bash and Java be like this
Getting something done in Linux with Python, Bash and Java be like this 😛 True, right? For example, you want to write a script which returns IP address of a domain name. Let’s see length of code and time required to write the same in Python, Bash and Java. In Bash, /usr/bin/bash host www.easyaslinux.com In […]
DevOps and SRE JDs
If a company has both DevOps and SRE openings, The JDs would look like this 😛 Note : Not every company 😀 You had experience like this? Comment your thoughts below. Also subscribe to this blog so that you don’t miss out anything useful (Checkout Right Sidebar for the Subscription Form) 🙂
How to efficiently use AWS Free Tier services ( RDS,EC2,EIP,S3 ) to host your Website / blog
I know you are aware that AWS provides free tier services to new customers for one year. This is mainly to attract new customers to AWS. Actually AWS free tier service encouraged me to start a new blog because other hosting providers make you pay at-least 200INR monthly. Usually bloggers make money with advertisement programs […]
A DevOps interview !
A DevOps interview 😀 . There was time when Jenkins was center of DevOps universe. Is it still so? You had experience like this? Comment your thoughts below. Also subscribe to this blog so that you don’t miss out anything useful (Checkout Right Sidebar for the Subscription Form) 🙂
Damn .. Gentoo Linux installation is easy!
Have you guys tried installing Gentoo Linux? Yeah it is very easy. I know! Are you familiar with Gentoo Linux? You never forget this Linux distro, if you ever tried to install it! You had experience like this? Comment your thoughts below. Also subscribe to this blog so that you don’t miss out anything […]
If someone ask you what DevOps is, show him this pic!
Now on don’t waste your time explaining what DevOPs is, to anyone. If someone ask you what DevOps is, show him this pic 😀 And this memes does not mean that ops face a high risk of extinction in the near future 😛 Let me come back with hilarious memes soon.Subscribe to this blog so that […]
How to periodically Backup your website and MySQL database to local server as well as S3 bucket using Bash script (video)
You might have gone through situation where you need simple script to backup your website and database server. In this article, I will explain how you can periodically Backup your MySQL database and website to local server as well as S3 bucket using Bash script. The reason I am writing the backup script in bash […]
How to Create a MySQL Database in RDS and migrate existing MySQL database to RDS (Video)
Amazon Relation Database Service(RDS) is a managed database service in Cloud provided by AWS. If you are tired of managing database server of your website/webapp, RDS is your best choice. RDS comes with monitoring, 99.99% uptime and Backup service. AWS even provides RDS Free tier service for new customer so that they can test the […]