Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is my guide on how to setup Rdiff-Backup to PULL server downloads from another server, after setting up this guide I changed some things and now use PUSH rather than PULL as…
How to: CentOS Vitualmin SSH Welcome message – MOTD and Banner
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAdd the Message of the Day and Banner lines to the SSH config: Edit: /etc/ssh/sshd_config Uncomment: PrintMotd yes The option PrintMotd specifies whether the ssh daemon should print the contents of the /etc/motd file when a user…
How to: CentOS Virtualmin Fail2Ban
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBasic description of what will be done and what is expected. 1. You need the EPEL repo and Fail2ban: yum install fail2ban 2. Edit the jail.conf to configure it for your needs: The…
How to: CentOS Virtualmin OpenVPN
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo Installing OpenVPN The packages required to install OpenVPN and it’s dependencies are not available in the standard CentOS repositories. As a result, in order to install OpenVPN, we must install the “EPEL”…
How to: CentOS Virtualmin and Google Apps: Mail
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboEven if users’ email is handled by Google, there are cases where mail is generated by web site scripts, eg. forum notifications, mailing lists, etc. In some cases such scripts can be configured…
CentOS Virtualmin Google Analytics
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is how to easily add the Google Analytics module to your virtualmin installation SSH into your machine and execute this command as root: yum install wbm-virtualmin-google-analytics Then log on to your Virtualmin Control panel…
How to: CentOS 5 Virtualmin Joomla 2.5 Memcached PHP client library
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboInstalling and setting up the Memcached server Memcached is available as a ready-made package in the Remi repository. So lets install the Remi repository first: cd /etc/yum.repos.d wget http://rpms.famillecollet.com/enterprise/remi.repo Memcached server install yum –enablerepo=remi…
How to: CentOS Virtualmin secure ProFTPD
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter you have setup your server (See:How to Setup Virtualmin on CentOS 5) FTP is one of the first things you need secure, and make sure it is done well as you will receive…
How to: CentOS Virtualmin secure SSH
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter you have setup your server (See:How to Setup Virtualmin on CentOS 5) SSH is one of the first things you need secure, and make sure it is done well as you will receive…