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 […]
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 run Python, Perl, Ruby, Bash – any script with Django Views
Have you ever wondered how we can run a ready-made script with Django ? In this article, I will explain how to run / execute any script( Python , Perl , Ruby , Bash ..etc) from Django views. I hope you have installed and configured Django on your box. If not, read my article on “How to Install and configure […]