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…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
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…
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…
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, if you get this error while adding a language pack on 2008 r2 standard edition then use following steps. Following language…
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…
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…
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 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.…