OpenVPN Client Configuration on Linux and Windows

In this post, I will help you to configure OpenVPN client on your local machine (both windows and linux) 1. Login to OpenVPN server either using putty or terminal and switch as root user 2. Crete Keys and certificates for client machine # cd /etc/openvpn/easy-rsa/ # source ./vars   # ./build-key client1 NOTE : All keys… Read More »

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 »

How to add swap space on a Ubuntu/Centos server

This post helps you to add swap space on a Ubuntu/Centos server   1 :  Login to server and switch as root user $ su – or $ sudo su – 2 : Check your server for any swap files have been enabled # swapon -s Output Filename              … Read More »

Install Skype 4.2 on ubuntu

Skype allows people to communicate with each other by text messaging , voice and video calling over internet. It also provides an option to call to phone numbers if you have credits .Please click here to know more about skype . This blog  helps you to install Skype 4.2 on ubuntu based systems (32 bit/ 64bit).… Read More »

Install SuPHP on Ubuntu server

SuPHP is a PHP handler for executing the php scripts with the permissions of their owners and it provides an additional layer of protection on  servers. Please click here to read more about PHP handlers . This blog helps you to install SuPHP on Ubuntu servers . 1. switch as root user $sudo su – [sudo]… Read More »