Here in this article we will try to launch an Ubuntu system using Vagrant and provision it using Ansible. We will be installing required packages for setting Openscap on Ubuntu…
How to setup Ubuntu system with Openscap using Vagrant and Ansible

Here in this article we will try to launch an Ubuntu system using Vagrant and provision it using Ansible. We will be installing required packages for setting Openscap on Ubuntu…
Purpose – To setup a a very basic MySQL Server on Ubuntu 14.04 platform using the steps outlined in the mysql cookbook readme documentation Pre-requisites – Cookbook – mysql cookbook…
Announcement by Microsoft - Ubuntu Linux Distribution is now Available in Windows Store =========================================================== Microsoft has announced the availability of Ubuntu Linux Distribution from Windows Apps Store. Now it can…
Purpose - To setup a basic SVN server on ubuntu 14.04 OS Pre-requisites - Ubuntu 14.04 OS installed Procedure - Step1: Install the subversion package from the repository sudo apt-get…
Purpose - To setup and enable SSH server in Ubuntu 12.04 desktop Pre-requisities - Ubuntu 12.04 OS installed By default SSH is disabled in Ubuntu desktop version. SSH is used for…
Purpose - To create profiles in Websphere Application Server 8.5 installed on Ubuntu 12.04 unsupported OS Pre-requsities - Ubuntu 12.04 OS WAS ND 8.5.5 I was able to install WAS…
Purpose - To install and configure the DNS BIND server in Ubuntu for hostname (FQDN) to IP address resolution and vice-versa Pre-requisities - OS - Ubuntu 12.04 sudhir@Ubuntu1:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu…
Here in this article we will be trying to build and install Apache Tomcat server from source package and get it up and running. We will be installing required versions…