Centos 6

How to Install PPTP VPN Server on CentOS 6

29 August 2013

Bare Bones (PPTP) VPN Installer for CentOS 6 Installation To get started with your own secure VPN, simply execute the following commands at your servers command-line: yum install -y git; cd /opt && git clone git://github.com/drewsymo/VPN.git; cd VPN && bash vpn-setup-vanilla.sh; If you’re on Linode, you can simply rebuild your instance with the PPTP VPN Installer StackScript. […]

Auto install a Secure Teamspeak 3 Server on CentOS 6

29 August 2013

Ever wanted your own Teamspeak 3 Server? I have built a script that will install a secure copy of Teamspeak 3 (64 bit) on CentOS 6 Simply run the following set of commands on your CentOS 6.4 server to install a secure Teamspeak 3 voice server: # Secure Iptables iptables -F iptables -X iptables -t […]