The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license

It could be that a session was left connected. If thats the case I’ll try using the admin console command and see if I can get connected with it. On you local computer, go to Start -> Run then paste this and hit enter It’ll prompt for IP and then user/pass. It looks like it … Read more

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