Tag: CentOS

Nginx, PHP-FPM, APC & MariaDB CentOS Install Script

29 August 2013

Pinch Intelligent Stack Scripts for CentOS Linux Pinch installs, secures and configures your very own Nginx, PHP-FPM, APC and MariaDB web-server in a matter of minutes. It’s so easy to install and streamlines your production environment. Installation Pinch is a pinch to install, simply execute the following commands to get started: yum install -y git; […]

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. […]