General Discussions
2

Make minimal OS

In order to make standard OpenVZ OS image minimal you need to follow this instruction: 1. Install standard OS from the client area 2. Login to the VPS SSH and execute one of the following commands (depending on your OS): CentOS 6 64-bit yum remove acl apr apr-util apr-util-ldap aspell attr …

Tutorials

[Webmin] Setting up multiple PHP versions in Webmin/Virtualmin

Webmin control panel allows you to have several PHP versions in the same server. There is a possibility to choose different PHP versions for seperate Virtual Servers (per domain and per directory). 0. Preliminary requirements Webmin 1.8 using CentOS 6. 1. Log into your server Log in to your server …

KVM Based Servers

[Centmin Mod] Installation of Centmin Mod control panel

CentMin Mod is a shell based control panel for CentOS operating system with LEMP Stack install. It was intended for a single root user/administrator to manage multiple or single website on a VPS. It is highly recommended for those who wish a simple control panel for their websites with no fancy …

Web hosting control panels

[cPanel/WHM] Creating second WHM user with root privileges

n order to have more than one user with root privileges to handle WHM as a Reseller, there are several steps to take. You should login to your server via SSH and use these commands below: useradd secondroot passwd secondroot usermod -aG wheel secondroot echo “secondroot:all” >> /var/cpanel/resellers Please take a note that “secondroot” …

Various Tutorials

How to view Linux Logs?

When your systems are running smoothly, take some time to learn and understand the content of various log files, which will help you when there is a crisis and you have to look though the log files to identify the issue. The operating system and running applications constantly create different …