Techy Things

Install OpenVPN on CentOS 6.4 or 6.5 0

Install OpenVPN on CentOS 6.4 or 6.5

  1. Add RPMForge as a software source: Update, RPMFORGE is offline. Now you can use epel repo 1. Install EPEL Repo http://tech.yipp.ca/linux/adding-epel-repo-centos-6-6/ 2. Install openvpn $> sudo yum install openvpn 3. Find the...

Install VirtualBox Guest Additions on CentOS 6.4 0

Install VirtualBox Guest Additions on CentOS 6.4

As part of setting up a CentOS virtual machine, installing the virtualbox guest additions is an important part of the process. Note : This is for CentOS 6.X. For other distributions see : install-virtualbox-guest-additions-on-fedora-centos-red-hat-rhel 1. Add...

[HELP NEEDED] Increase space of home folder in CentOS 6 0

[HELP NEEDED] Increase space of home folder in CentOS 6

Problem : /dev/mapper/vg_centos-lv_home has become full, however there is still some free space on device, what's going on?!? [root@centos ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/vg_centos-lv_root 46287864 4627216 39309340 11% / tmpfs...

How to install openjdk-7-jre on Debian 6.0.6 or 6.0.7 0

How to install openjdk-7-jre on Debian 6.0.6 or 6.0.7

openjdk-7-jre will fail to install on Debian 6.0.7 (or any stable version) with the following error: E: Unable to locate package openjdk-7-jre The steps to install openjdk-7-jre are the following : Go into Administration...