Centos 6

Softaculous No longer any icons in cpanel

3 July 2014

Softaculous Top Apps In the cPanel category for Softaculous – the top 10 (or whatever) icons are missing. It only has a link to “Auto Installer” where previously it showed 10 or so script icons. This issue sometimes occurs when cPanel is updated and the cPanel theme files are replaced. But the CRON fixes the […]

How To Install Vesta Control Panel on Centos 6 / Ubuntu 12.04 LTS

20 June 2014

How To Install Vesta Control Panel on Centos 6 / Ubuntu 12.04 LTS   Introduction Vesta is an easy to use open source web hosting control pane that currently supports Ubuntu Linux (12.04 LTS, 13.04 and 13.10), Debian 7, CentOS (5 and 6), and RHEL (5 and 6). It packs a bunch of features by default […]

Install Linux Malware Detect (LMD) in RHEL CentOS

1 December 2013

Install Linux Malware Detect (LMD) in RHEL CentOS What is Malware? Malware is called malicious software, script or code which is created and used by hackers to retrieve information of private data or gain access to any private computer systems. Malware can be trojans, viruses, spyware, adware, rootkits or any other malicious programs which can be […]

Replicating block device with DRBD on Centos 6

30 November 2013

Replicating block device with DRBD on Centos 6 How to configure DRBD on CentOS 6 DRBD® refers to block devices designed as a building block to form high availability(HA) clusters – Distributed Replicated Block Device This is done by mirroring a whole block device via an assigned network. Distributed Replicated Block Device can be understood as network based raid-1.   Distributed Replicated Block […]

Flashcache on CloudLinux and CentOS and OpenVZ or SolusVM

24 November 2013

Flashcache on CloudLinux and CentOS and OpenVZ or SolusVM Major issue on a hosting server which serve hundreds of website is remain the same: I/O bottleneck. My curiosity began when I received a newsletter from a VPS provider in US, they said they have added SSD as filesystem cache to their server fleet. Flashcache is a […]

Limit bandwidth UDP

10 September 2013

Limit bandwidth UDP This script limit the bandwidth for udp traffic – It can help to prevent hosting environment to ddos other by udp. Denial of service attacks are major nuisance for web hosts, and as a web host you’ll have to take every measure to protect your resources from DoS attacks. Our APF, BFD, DDoS […]

Subfolder to Subdomain with .htaccess

10 September 2013

Convert Subfolder to Subdomain with .htaccess For Example, if you have your url is “http://domain.com/sexy/” and “http://domain.com/files” but you want to convert them all to subdomain too. such as “http://sexy.domain.com” and “http://files.domain.com”. The easiest way to convert folder to subdomain is to use .htaccess, Reconfigured your ServerAlias in Apache Virtual host and add a wildcard A […]

Nginx, PHP-FPM, APC & MariaDB CentOS Install Script

29 August 2013

Pinch Intelligent Stack Scripts for CentOS Linux Pinch installs, secures and configures your very own Nginx, PHP-FPM, APC and MariaDB web-server in a matter of minutes. It’s so easy to install and streamlines your production environment. Installation Pinch is a pinch to install, simply execute the following commands to get started: yum install -y git; […]

PHP configure: error: xml2-config not found. Please check your libxml2 installation.

29 August 2013

Are you attempting to compile PHP on Linux and running into, “configure: error: xml2-config not found. Please check your libxml2 installation.” It’s easy to fix, simply install the libxml2-development package by issuing the following command on your appropriate Linux distribution. Fixing on Red Hat / CentOS / Fedora via Yum yum install libxml2-devel Fixing on Debian / […]

Installing Siege Stress Tester on CentOS 6

29 August 2013

Siege, similar to Apache Benchmark, is an amazing stress testing tool for your web-server. You can spin up a number of connections to simulate concurrency of transactions and gain invaluable insight into how your app or website might perform while under, well, stress! How to Install Siege on CentOS 6 To get started, simply download […]