Recent posts!

How to install Docker Toolbox on Mac

June 20, 2019  |  1 minute read

This blog shows you how to install Docker Toolbox on Mac, a Container Platform Software Suites that seamlessly build, manage and secure all your applications...

How to install Docker Desktop for Mac

June 20, 2019  |  1 minute read

This blog shows you how to install Docker Desktop for Mac, a Container Platform Software Suites that seamlessly build, manage and secure all your application...

Docker Desktop for Mac vs Docker Toolbox

June 20, 2019  |  1 minute read

This blog will help you in uindersstanding the difference between Docker Desktop for Mac vs Docker Toolbox. Docker Toolbox is a legacy desktop solution for o...

How to delete local and remote git branch?

June 19, 2019  |  1 minute read

Local and remote branches are completely separate objects in git; deleting one wouldn’t delete the other, even if there is a tracking connections between the...

How to force SSL with .htaccess ?

June 19, 2019  |  less than 1 minute read

You can force an HTTPS connection on your website by adding these rules in your website’s .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRu...

How to rename local and remote git branch?

June 18, 2019  |  less than 1 minute read

This blog will help you to rename a local git repository branch and also, you can apply the same changes on the remote git repository. Rename Local Git Bran...

How to clone a specific branch in git?

June 18, 2019  |  less than 1 minute read

Sometime engineers need to clone specific remote branch. This blog will help you to clone specific branch from remote. Syntax You need to specify the branch...

How do I check my Ubuntu Version?

June 17, 2019  |  less than 1 minute read

There are two ways to check which version of Ubuntu you are running. You can either check from within Unity, or put in a short command line in the Terminal. ...

How to change jekyll server port number?

June 17, 2019  |  less than 1 minute read

Sometime developers want to run to instance of Jekyll servers on develpment server. By default Jekyll server starts on port number 4000, and can be access v...

Error - Address/Port Already in Use

June 16, 2019  |  less than 1 minute read

Developers get this error when they are trying to run the a service twice on same server. Like are trying running tomcat / Apache or jekyll server twice on ...