Category Archives: Cloud Computing

Installation and configuration of OpenVPN server on Centos 6.8

This blog will help you with the installation and configuration of OpenVPN server on centos 6.8 on DigitalOcean OpenVPN server version : 2.3.14 CentOS Version : CentOS 6.8 1. Login to server and switch as root user $ sudo su – or $ su – 2. Install EPEL repository # rpm -Uivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 3. Update and install openvpn-server related packages… Read More »

Re-sizing EBS volume

In this blog am explaining how to re-size the EBS volume (not root volume) attached to an EC2 instance. Log-in to the AWS management console http://aws.amazon.com/console/ Select the region where the EBS volume already created. Go to the volumes section, click on the exact volume which you need to re-size and create a snapshot from that… Read More »