Select Page

Implementing Splunk cloud solution

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...

Apache .htaccess performance tuning

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...

Creating MongoDB replica set with Arbiter

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...

Running multiple mysql instances on same machine

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...

Launching a new website is few click away

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...

Coming soon…..

Digital transformation through DevOps/ CloudOps - Coming soon.......!!!

Implementing Splunk cloud solution

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...

Apache .htaccess performance tuning

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...

Creating MongoDB replica set with Arbiter

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...

Running multiple mysql instances on same machine

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...

Launching a new website is few click away

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...