DevOps Basic Terminologies: SSH | Linux commands

What is SSH: SSH allows you to access the remote system securely. You can access the remote system in two ways, first one is using a password and the second one is using a private and public key.
Web Caching and Cache Busting

“Caching” is a concept of storing frequently used data to a give quick access locations so that requesting of the data will happen faster. There are various types of caches like CPU cache, GPU cache, disc cache, and browser cache, etc. Content caching is one of the most powerful ways to improvise the user experience.
What is Docker?

Docker is the operating system level virtualization. It is a tool that reduces the complexity of the communication that required between teams of people while deploying software in the production.
Let’s Git Started . . .

What is Git and why we are using it? Git is a Version control system, specifically a version control system for tracking changes in computer files (mainly in project directory).
MongoDB Sharding, Replication and Clusters

MongoDB is the next-generation database that lets you do things you could never do before. It is a leading non-relational database management system and a prominent member of the NoSQL movement.
Migrate TestFlight App to iTunesConnect

As we all know that testflightapp.com will shutdown on 02/26/2015 so we have to move all our team’s contact information to itunesconnect.apple.com so please follow mentioned steps below
Tune MySQL using MySQLTuner

Every once in a while you see your MySQL showing increased memory footprint.
You want to optimize MySQL but you do not know where to…
How to install Solr on Ubuntu with MySQL Data Import?

Apache Solr is an open source enterprise Search platform built in Java. Solr is written in Java and runs as a standalone full-text search server within a Servlet container….
CodeIgniter with SVN

We have been using CodeIgniter with svn since last year and half. Here are few things that we follow to avoid conflicts/unnecessary file commits….
Access MySQL DB Remotely

You have a machine where your MySQL is running and you want 2 developers to access a Database remotely…