Home Archive

17 Jan 2019

How To Install Docker on Ubuntu 18.04 & 16.04 LTS

Docker is a container-based application framework that allows deploying programs that are run as containers. They’re similar to virtual machines, but containers are more portable, more resource-friendly, and more dependent on the host operating system. See Also:
16 Jan 2019

How To Install Docker CE on CentOS/RHEL 7/6

Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating system. See Also:
15 Jan 2019

What is Docker & Docker Container ?

What is Docker & Docker Container Docker is an open-source software platform to create, deploy and manage virtualized application containers on a common operating system. Docker enables developers to run any application as a lightweight, which can
21 Aug 2017

Install and Configure a Chef Workstation on CentOS/RHEL 7/6

A Chef workstation is a system, which we use to develop recipes and cookbooks and interact with a chef nodes. It helps in configuring organizational policy, including defining roles & environments and ensuring that critical data is
15 Aug 2017

How to Install the Chef Server on CentOS/RHEL 5/6/7

A chef is a Ruby-based configuration management engine. Chef server acts as a single point of contact for agents to pull configurations that are applicable to them. Chef server stores cookbooks, metadata of the nodes, environment and
13 Aug 2017

How to Install Git Bash on Windows

Git Bash is command line programs which allow you to interface with the underlying git program. Bash is a Linux-based command line (which has been ported over to Windows) while Shell is a native Windows command line.
12 Aug 2017

How to Install VirtualBox on Windows

VirtualBox, originally developed by Sun MicroSystems and now owned by Oracle, can simulate a standalone computer. VirtualBox on Windows allows you to run an entire operating system inside another operating system. VirtualBox allows you to create virtual
10 Aug 2017

Multiple Vagrant VMs in One Vagrantfile

With the help of Vagrant, you can create a virtual machine as per requirement. You can also modify the physical properties of this virtual machine such as RAM, CPUs, etc. You can Establish network interfaces so that
2 Aug 2017

Few MySQL Commands in Linux

Few MySQL Commands in Linux This is a list of handy MySQL commands that I use time and time again. This covers random issues from WordPress slowness, Query Cache Modification, User Creation, Database dumping and importing, resyncing
17 Jul 2017

How to Configure a Chroot Jail for SSH Access in Linux

Chroot jail keep users locked in a specific directory which they will not be able to break out of. With this setup, you can give access to your users without having to fear especially in the shared