Windows equivalent of Linux's /etc/hosts

On Unix, /etc/hosts file contains mappings between an IP address and a name of the host. It overrides mappings from DNS. 

Windows has an equivalent of this file:c:\WINDOWS\system32\drivers\etc\hosts

Comments

Popular posts from this blog

Imote2 with Camera setup IMB400 over Ubuntu 9.10/10.04

Branch and bound algorithm in C#- Article by AsiF Munir

Tensorflow - Simplest Gradient Descent using GradientDescentOptimizer