In this tutorial, we are going to see how to manage a second user on Amazon Web Service Elastic Compute (AWS EC2). When a node is launched it allows the user (us) to either choose an existing Permission Key or create a new one. No matter the choice, whichever option is chosen , a permission […]
Month: April 2015
How to create a reverse proxy on ubuntu with apache2
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] […]