How to add Ip range using command on windows servers.
Login to server.Go to start >> run >> cmdType following command.Ipconfig /allCopy the local area connection name that you get. (Adapter name)Edit and use following command for it. “FOR /L…
Bootmgr image is corrupt. The system can not boot.
Cause for this Bootmgr image is corrupt. The system can not boot issue can be following The basic input/output system (BIOS) does not detect the hard disk.The hard disk is…
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…
Find the Exact Installation Date And Time Of Your Linux OS
On Fedora, RHEL, and its clones such as CentOS, Scientific Linux, and Oracle Linux, you can find it using the following command: rpm -qi basesystem Sample output # rpm -qi…
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.…