Install xcache

CentOS 6 Debian/Ubuntu/Linux Mint Configure RHEL/CentOS/Fedora Debian/Ubuntu/Linux Mint OR once you’re done with configuration settings, restart your Apache web server. Verify Enabling XCache Admin Panel for PHP By default the admin panel is protected with http-auth and in disabled state. To set user/password open the Xcache.ini file. But, first you have to create md5 password … Read more

How to enable Xcache in cPanel

How to enable Xcache in cPanel to speed up website? Xcache can be enabled in cPanel by using Easy Apache. Log into your cPanel server. After you login, search for “EasyApache” in left column and click on the link. Select “Previously Saved Config” and click on “start customizing”. For both Apache and PHP, click on … Read more

Downgrade PHP 7 to PHP 5.6 on Ubuntu 16.04 Xenial

How to install PHP 5.6 on Ubuntu 16.04 Xenial and replace php 7. Let’s assume you have a fresh Ubuntu 16.04 server. Install add-apt-repository: Add repository for PHP 5.6: Update package lists: Install php5-fpm: Check the result: Run the following: Check again Restart Apache

IP Lookup with CLI Linux

nstall geoiplookup on Debian, Ubuntu or Linux Mint: To install geoiplookup on Fedora: To install geoiplookup on CentOS, first enable EPEL repository then use yum command: The default installation of geoiplookup comes with GeoIP.dat database file which is located in /usr/share/GeoIP. With this database, you can look up the country information only. You can download … Read more

openSUSE Network Setup

Add the default gateway on your Suse Linux System Here we use the route add default gw command. Doing this at the command line dynamically sets the kernels routing table so none local packets are routed to the defined gateway. This won’t survive any reboots. See below on how to make it permanent. But here, … Read more