HTTP download speed difference in windows 7 vs Linux
I have a strange situation regarding a Windows PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then…
How to find Out BIOS version from Linux Shell
One can find out BIOS version under for Linux Box using the dmidecode command which is a great tool to analyse BIOS data. Dmidecode command helps you to find out…
Enable or Disable RDP via Command Line (Windows)
Enable or disable Remote Desktop connections to your Windows machine using Command Prompt or PowerShell.Run the required command from shell with Administrative privileges. To enable RDP: reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server"…
Setup Putty Window Title Permanently
I was working on a migration of servers and for that I was manually setting up the Window Title for each server in putty but the changes last only till…
List all cPanel users having Wildcard Remote Mysql Access
List all cPanel users having Wildcard Remote Mysql Access Remote MySQL option in cPanel allows other webservers to access the MySQL database on your server remotely. Remote MySQL option can…
Base class package Cpanel::Easy::Utils::CloudLinux is empty
Base class package Cpanel::Easy::Utils::CloudLinux is empty While executing EasyApache on one of my servers, I was getting the error “Base class package “Cpanel::Easy::Utils::CloudLinux” is empty” and I tried executing upcp …
How to find the External IP if it is Natted
How to find the External IP if it is Natted If you are behind a NAT and want to find the real / external IP from the server then execute…
How to Encrypt MySQLDump
If you are looking to Encrypt your MySQL database dump for security reasons then you can use the crypt tool to encrypt your dump.sql file. Follow the below simple steps…
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 log in, search for “EasyApache” in the left column and click on the…
[HOW TO] Upgrade MySQL 5.5 to 5.6
NOTE: Upgrade can be performed by using the instructions below at your own risk: For Ubuntu 12.0.8 and 14.04, Debian 7: Ubuntu 14.04 is shipped with MySQL 5.5 by default.…