How to install PHP manager in IIS 10
PHP Manager for IIS is a tool for managing one or many PHP installations with IIS. You can use the PHP Manager to: Register PHP with IIS; Validate and properly…
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…
Remote Desktop Authentication Error Has Occurred. The function requested is not supported. CredSSP.
To fix the Remote Desktop Authentication Error Has Occurred. The function requested is not supported. CredSSP error, Login to server using VNC/KVM or console. Start >> Computer >> Properties >>…
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"…
How to stop error while installing Windows Server 2016 on KVM VPS
Getting following stop error while creating windows 2016 in KVM based environment, then try mentioned steps.Stop Error: “System Thread Exception Not Handled” Cause: Main cause of above error is unsupported…
Encrypting MySQLDump
If you are looking to Encrypt your MySQL database dump for security reasons than you can use the ccrypt tool to encrypt your dump.sql file. Follow the below simple steps…
How to 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…
HTTP download speed difference in windows vs Linux
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…