We have been roaming here and there to find a way to implement a chat application on our own network. Finally, figured out a way to implement the same on our network. The solutions which we described below can be used over the internet and it can be used within… Continue Reading Deploy your own chat application on network

I have been trying to find a way to install boto library on my windows machine. Since, windows command line is bit hard for me, I don’t know where the pip installer.  Python installer came with pip package by default and we don’t need to install it again. Here is the… Continue Reading Install Boto on Windows

In this post, we are going to explain on how to take mysqldump of individual table for all the databases. As a bonus, we will add feature to store the dumps to s3(with Versioning) and encrypt the backup. Prerequisites: s3cmd command on linux machine. Mysql Root Password S3 Bucket name… Continue Reading Script to take tablewise mysqldump and store in s3

Its painful to restore a database from phpmyadmin on Xampp server because of  memory_limit, post_max_size, max_execution_time incase if the database size is huge. The best way is to restore the database from mysql command line. Since, I am using windows machine, will explain how to restore on windows machine. Get… Continue Reading Restore Database on Xampp from command line