Re: I've successfully built my first computer!
It takes like 5 minutes... Disable UAC, disable Windows Firewall, disable Aero if needed...
Originally posted by Feba
View Post





It's hard to describe just how powerful this can be in the hands of someone with even a small-to-moderate amount of programming ability. I once actually patched my own glibc to support per-process alternate DNS resolver configurations back when I was part of OpenNIC. It was a simple patch that probably needed some security impact auditing before it could be used on any system of real import, but it was still a very neat thing to be able to do. On Windows, you can just specify a list of servers, and there's no way to, for instance, say "If the first server doesn't believe the domain exists, go ask the second server about it." The same is typically true of GNU, but since the sources are freely available and I was in the practice of building the glibc library in a system, applying my own patch so that each process on the system could have its own DNS servers was reduced from difficult-if-not-impossible to a small additional step in building the system.
Comment