Hello Folks I must admit, I have been very reluctant in using vagrant for while before I have seen the light. I actually had my wow moment when I managed to set up a complex virtual IT infrastructure to simulate a deployment architecture with just few lines. Let’s get going with our task today. For […]
ubuntu
How to install Multiple instances of tomcat on a single ubuntu server
This article is the first part of my serie : load balancing using mod_jk Let’s install first java using openjdk: [bash] $ sudo apt-get install openjdk-7-jre [/bash] In fact in the previous command we are just installing the Java Runtime Environment (JRE). If there is a case where you would need the Development ToolKit (JDK) […]
how to stabilize vpnc connection on ubuntu
Hi, today i would like to share with you the experience i had when setting up a vpn connection with a cisco system from an ubuntu distribution. I used ubuntu 10.04 and after so many attempts of installing the cisco’s own client using this tutorial from LAMNK i finaly got it install but it wouldn’t […]