How to enable remote MsSql Port
To enable remote MsSql port, RDP to your server. Go to start >> programs and search for sql configuration manager. Open it >> Go to Sql server network configuration >>…
windows cannot find any valid language packs 2008 r2/ 2008 R2 standard edition doesn’t support language packs?
windows cannot find any valid language packs 2008 r2, if you get this error while adding a language pack on 2008 r2 standard edition then use following steps. Following language…
Forceful redirect from HTTP to HTTPS
Nginx Below method can be used when you wish all configured sites to definitely only use https: server { listen 80 default_server; server_name _; return 301 https://$host$request_uri; } We can…
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…
Windows 2016 Stuck on windows screen, KVM-VPS
Windows 2016 Not booting, stuck to windows screen. KVM platform VPS.To fix this issue, go to your VPS properties and set the CPU Model to “host-model”. And reboot the server/VPS.…
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"…