python-lists
A list is widely used data structures in python. It’s a collection of data items separated by a comma and enclosed in square brackets. Li…
Google Analytics – using Python API
Google analytics is a free tool for website traffic analysis, it’s widely used and is most popular analytics tool. Google provides API to…
Top 20 Interview Questions in Perl
If you go for an interview for the role of Webmaster, DevOps or SRE, Production Support, Automation etc. You might be asked questions on …
apache configuration information
You probably have configured apache multiple times, a lot of times we ignore the inside details behind some important configuration, we j…
How to backup your blog/website.
If you own a website, you might be thinking of ways to restore your website if your server goes down. Backup is very critical, I highly r…
phpMyAdmin – Blowfish error?
You might be having a file config.sample.inc.php under phpMyAdmin installation directory. First of all, this must be renamed to config.in…
Top 20 Linux commands you should know
Let’s not talk about basic commands like ls,cd, rm, mkdir, touch, vi etc. There are several important linux commands which are very usefu…
10 Tips to increase website traffic
Every webmaster’s goal is to maximize web traffic. It’s not easy to generate traffic – there are thousands of blogs/websites and competit…
How to setup AWS cloudfront, S3 with subdomain.
If you are planning to use CDN then AWS -Amazon is a good choice? Why :
- It’s cheap
- It provides a lot of options and customization…
What is SSL/TLS Certificate? How it works.
SSL: Secure Sockets Layer is a way to enforce secured communication between browser (that is users browsing site) and site (or web server…