by prakash | Jan 3, 2017 | cloud, devops
Centralizing the application logs in one of the key activities in online application which gives a lot of benefits to both technical and business users. Splunk is the market leader in providing logging solutions and they recently introduced cloud based logging...
by prakash | Nov 30, 2016 | apache, devops, performance
Move .htaccess contents from .htaccess file to config directives in the Apache config file, this should improve site performance and make config maintenance more centralized too. For instance rename your /var/www/.htaccess as /var/www/mysite.rule and include this file...
by prakash | Jun 27, 2016 | cloud, database, devops
1) Install MongoDB on local machine https://docs.mongodb.com/manual/installation/ 2) Create data directories for each replicate set root@prakash:~/mongo# mkdir primary root@prakash:~/mongo# mkdir secondary root@prakash:~/mongo# mkdir arbiter root@prakash:~/mongo# ls...
by prakash | Apr 20, 2016 | database, devops
Running more than one MySQL instance on same machine can be done in few methods, the easiest (dirty) method can be using different port,socket & data directory configuration. On linux machine, simply copy /etc/my.cnf file to /etc/my2.cnf vi /etc/my2.cnf Change...
by prakash | Apr 3, 2016 | cloud, devops
Until few years ago I am not sure if anyone imagined launching a website would be a 15 minutes job, Amazon Web services made this possible today. I just tried to see how long it takes to setup a basic brand new website from scratch. As a first step I bought a domain...
Recent Comments