Use Vagrant

Learn How To Use Vagrant In The Cloud

Some popular public cloud infrastructure that provide support for Vagrant are Amazon EC2, Google Cloud and Digital Ocean. In this tutorial, we will focus...
Introduction to C# programming

Introduction to C# Programming Language

0
In this series, we are going to discuss C# (pronounced as C Sharp) and the .Net framework. First of all, you have to make...
Chef Recipes

Learn How To Write Chef Recipes

Managing server configuration is concerned with converting your infrastructure into code that defines processes needed to deploy a server using versioned and reusable scripts....
Use Chef

Learn How to Use Chef to Configure a Vagrant Environment

In earlier articles, we demonstrated how to use Ruby scripting and the shell to provision a Vagrant environment. Although scripting and the shell can...
C++ (6) - Decision Making (1)

Learn about Decision Making in C++ Programming

0
Life never goes one way. Our daily life is full of situations and conditions that forces us to make decisions. Even the simplest ones...
Install Cygwin & Virtualbox

Learn How To Install Cygwin & Virtualbox

0
Cygwin is a command line interface for Microsoft Windows. It provides windows based applications, data, and other system resources. The installation directory (by default,...
Learn-How-to-use-Vim-Editor-in-Red-Hat-Linux-Administration-Part-1-740X296

Learn to use Vim Editor in Red Hat Linux Administration – Part 1

A key point that one should always remember when it comes to UNIX: Everything in UNIX (and Linux as well) is a file. That...
C#-(19)-Abstract-Classes-&-Polymorphism-740X296

Learn about Abstract Classes, Polymorphism & Operator Overloading in C#

0
In the previous article, you learned that methods in a base class can be overridden in child (inherited) classes to provide a new or...
c++-(17-02)

Learn the Concept of OOP in C++ Programming

0
What is OOP? Welcome to the article you are all waiting for; Object-Oriented Programming. Object-Oriented Programming is an approach that models real-life objects into programmable classes...
How Puppet

Learn How Puppet Is Used To Define Infrastructure As Code

0
When IT teams rely on old infrastructure management techniques such as manual configuration and creating scripts such a process is error prone and slow....