, , , ,

Install and Setup FreeRADIUS on CentOS 5/6 and Ubuntu 11.10

 A simple tutorial to setup and configure FreeRADIUS on CentOS 5/6 and Ubuntu 11.10.Just follow the instructions below to have your FreeRADIUS setup ready to go when used along with our WHMCS module, we have distinguished the difference between CentOS commands and Ubuntu commands:CentOS 5:yum install freeradius2 freeradius2-mysql freeradius2-utils mysql-server -yCentOS 6:yum...
Continue reading Install and Setup FreeRADIUS on CentOS 5/6 and Ubuntu 11.10
, ,

Install FTP service on CentOS 6 – vsftpd

 The first two letters of vsftpd stand for "very secure" and the program was built to have strongest protection against possible FTP vulnerabilities. Install vsftpdUpdate our packages with the following command:  yum -y updateInstall vsftpd and any required packages with one of the following commands:sudo yum install vsftpdInstall the FTP client, so that we can connect...
Continue reading Install FTP service on CentOS 6 – vsftpd