How to create virtualhost on ubuntu

Hello All, In this blog, I am going to document how I do most of my co-hostings using apache2 virtualhost. I will be using virtualbox and ubuntu 14.04 guest. Preparatory work Usually I create a virtual machine with 2 network interfaces. [text] eth0 <— NAT adapter IP: 10.0.2.255 eth1 <— HostOnly adpater IP: 192.168.56.105 [/text] […]

Setting up project in Netbeans

Hello This is the part 2 of the series about working with maven, spring, and hibernate together. In this post we will be using Linux Mint Nadia, a cousin of Ubuntu 12.10 and Netbeans. Creating the project Click: File > New Project Categories: Maven > Project: Web Application Click Next Project Name: springDataMVCFamily GroupId: net.djomeda.tutorials […]

Setting up environment for java application development

Hello, This is the first part1 of my series on Maven, Spring and hibernate put together. I hope you it will be appreciated that I started from this point. Let’s get started: Install java development toolkit windows machine download and install jdk 7+ in :

Linux Ubuntu [bash] $ sudo apt -get install openjdk-7-jdk […]

Scroll to top