How to easily install Vesta Cpanel in a fresh server

If you are a developer who uses cloud often, you must have come across situations where you needed to quickly host a new website on your server. But often it takes a considerable amount of work to get a fresh server ready and hardened for hosting websites. Installing the required software packages, like a web …

Modified IP allocation policy due to IPv4 address space exhaustion. A new IPv6 network is underway.

IP addresses lie at the heart of the Internet. Its expansion over the last two decades has lead to the almost full exhaustion of the public IPv4 address space. The usage of web-connected devices has indeed gone through the roof, whereas the number of available IPs has alarmingly dropped, accordingly. The newer, more robust IPv6 …

Supervisor – a new dev-friendly Hepsia Control Panel functionality

Programming is indeed a time- and effort-hungry job. If, however, web hosting account owners stepped into a developer’s shoes, things might get a bit easier to handle. We’ve tried our best to make completing basic site management tasks like setting up cron jobs, filtering outgoing connections, creating Memcached/Varnish instances, choosing a PHP version, etc. a …

The Whois protection service now 33% cheaper

As much as the World Wide Web is aiming for clarity and transparency, there’s still a parallel dark reality where hackers and spammers are poised to make their next attempt on our identity. One of the first steps a site owner could take to ensure defense against intruders, is to order a Whois protection service …

Flat 90% OFF on KVM VPS

To help you, asses our newly launched KVM VPS we are offering an introductory 90% OFF on our KVM VPS. Hurry Signup and Enjoy top–notch website hosting at an affordable price with the Linux KVM virtual private servers from Xgen Hosting. Our company offers top server protection, with at least one complete backup per week. …

KVM VPS packages enabled on XgenHosting

Virtual Private Servers are gradually turning into a mainstream web hosting trend. Over the last few years, the virtualization concept has so naturally interwoven into the very fabric of the hosting market that VPSs are now regarded as new-generation shared web hosting packages. For the last years, we’ve been relying on two different virtualization technologies – …

How to Install MySQL 5.7 on Centos/RHEL 6.X/7.X

Step 1: Save the Repo File for The MySql 5.7 or Install the RPM for Mysql 5.7 vi /etc/yum.repos.d/mysql-community.repo [mysql57-community] name=MySQL 5.7 Community Server baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/6/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql — save n quit (:wq) — or, ————— On RHEL/CentOS 7 ————— wget http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm yum localinstall mysql57-community-release-el7-7.noarch.rpm ————— On RHEL/CentOS 6 ————— wget http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm yum localinstall mysql57-community-release-el6-7.noarch.rpm …

How to Install uTorrent on Centos/RHEL 6.X

Step 1: Install needed packages yum install -y wget glibc openssl* libgcc unzip Step 2: Create sym link for libssl because the CentOS 6 has newer version of uTorrent required For x86_64 ln -s /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8 ln -s /usr/lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8 Step 3: Download uTorrent for Linux and Extract it cd /mnt && wget -qO – …