#centos-6
Tag
-
How to install VMware Tools on Centos 6 with yum
Introduction
Often when managing a large number of systems you want to manage all software installs the same way. So when it comes to VMware Tools you may not want to follow the official instructions but instead install using yum, especially if you’re automating a large number of headless systems.
-
Run OpenVPN on non-standard port with SELinux and Centos 6
I recently installed OpenVPN on a Centos 6 server but found that I couldn’t get the service to start. Running
service openvpn start
failed despite being able to runopenvpn --config /path/to/config
without errors.