Chef – Client Setup
In order to make Chef node communicate with Chef server, you need to set up Chef client on the node. Chef Client This is one of the key components of…
In order to make Chef node communicate with Chef server, you need to set up Chef client on the node. Chef Client This is one of the key components of…
Chef follows the concept of client-server architecture, hence in order to start working with Chef one needs to set up Chef on the workstation and develop the configuration locally. Later…
Using Version Control system is a fundamental part of infrastructure automation. There are multiple kinds of version control system such as SVN, CVS, and GIT. Due to the popularity of…
Chef works on a three-tier client server model wherein the working units such as cookbooks are developed on the Chef workstation. From the command line utilities such as knife, they…
Chef is a configuration management technology developed by Opscode to manage infrastructure on physical or virtual machines. It is an open source developed using Ruby, which helps in managing complex…
Testing is a very important phase in the development life cycle of an application. It ensures an application quality. It needs careful planning and execution. Unit Test Unit testing is…
Creation or deletion of databases in MariaDB requires privileges, typically, only given to root users or admins. Under these accounts, you have two options for deleting a database: the mysqladmin…