The default port and protocol for OpenVPN is UDP/1194. Some server admins may block port 1194 so to get around this we can set OpenVPN to listen on port 443 instead. Port 443 is the default for HTTPS traffic so there is little chance it will be blocked. To install OpenVPN on CentOS I recommend […]
Tag archives: web
Subversion (SVN) on Debian 6 32-bit for Dummies Tutorial
This tutorial has been only tested on Debian 6 32-bit, it should work on other operating systems. The tutorial assumes you are familiar with entering basic linux commands. You will need root access! This tutorial was adapted from: http://www.ultimatewebtips.com/how-to-configure-subversion-svn-with-apache/ — I will install the SVN repository at this location on my website: http://svn.example.com Update Aptitude […]