DEV Community

Roy
Roy

Posted on

windows hosts file do not support inline comments

I put a line like this in hosts file of windows, but it does not take effect

10.0.90.29 e.exmaple.com # comments
Enter fullscreen mode Exit fullscreen mode

but another line without # comments works perfectly, so I decided to move the inline comments to a line by itself, then problems solved

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git