How To Install Docker on OpenVZ VPS
Requirements: Ensure you have the latest kernel preferably: OpenVZ kernel 042stab105.4 Lets Begin. 1. yum -y update 2. yum install epel-release 3. yum install docker-io 4. Create your own bridge. docker -d –bridge=”venet0″…
Too much spam is getting through Spamassassin – Here is some help
Create a file in: /etc/mail/spamassassin Call it anything you like, for eg: rules.cf Paste these rules as is within it which should stop alot of spam: score URIBL_SBL 5.0 score…
Installing Maldet Scan for cPanel Server
From shell run the following: wget http://www.rfxn.com/downloads/maldetect-current.tar.gz tar -xzvf maldetect-current.tar.gz cd maldetect-* sh install.sh Then edit the config file: pico /usr/local/maldetect/conf.maldet I change the settings to quarantine problem files and…
How to create a secondary root user on CentOS
Lets show you how to create a secondary root user. To add a user and allow him the root privileges by editing the /etc/passwd file. Add a user as root #…
Installing WHMCS on IIS Windows Server
We did some testing yesterday and installed WHMCS on a Windows IIS 8.0 Server. Was alot of fun as we had to troubleshoot alot of things to get it working…
How to install Laravel via SSH and CageFS on Shared Hosting
Firstly you’ll need SSH access. SSH into the server and go to directory where you want to install the application. Run: curl -sS https://getcomposer.org/installer | php If that fails try…
MySQL 5.6 and Enable Slow Query Logging
The commented out examples in the default configuration file (/etc/mysql/my.cnf) that comes with my MySQL 5.6 when installed through the Ubuntu PPA is incorrect. This tutorial will show you the…
How We Manage Resources on Shared Hosting using CloudLinux
What is CloudLinux? CloudLinux is a commercially supported Linux operating system interchangeable with CentOS. It includes kernel level technology called LVE that allows you to control CPU and memory on…
Managing a DDOS Attack with Config Server Firewall
I’m writing this as we get questions from some of our VPS Clients using cPanel and CSF as to how to block or stop a DDOS attack when it occurs.…