| bio | website | nathanhinkle.com |
|---|---|---|
| location | United States | |
| age | ||
| visits | member for | 3 years, 5 months |
| seen | May 13 at 21:05 | |
| stats | profile views | 27 |
I like working with computers, but the outside world is more fun!
I am a Community Moderator ♦ for Super User, appointed following the 2011 Moderator Elections.
If you have any questions or concerns regarding edits or moderator actions I have taken, or anything else, please comment or flag the post in question, or email me at stackexchange (AT) nathanhinkle (DOT) com.
|
Mar 27 |
comment |
Is it considered a best practice to delete the DefaultWebSite and App Pools from IIS? Could you provide some idea of why you do this and how it helps? Your answer presently has very little context. |
|
Jan 18 |
comment |
Needs code formatting... |
|
Nov 24 |
comment |
Automatically binding applications to a network interface based on the account they are started with Hi @Josh, welcome to Super User. If your question is closed, please don't re-ask it. Instead, you can just edit your original question and leave a comment asking for people to consider reopening it based on your edits. I'm going to merge these questions for you now that you've edited it to be more clear, but in the future, please don't re-ask. |
|
Aug 4 |
comment |
Deploy hosts file among machines connected to a domain @Regmi I'm not intimately familiar with how that would work, since I haven't worked with Active Directory in a while. My understanding is that you can use Group Policy to specify a startup script which can run as an administrator. Beyond that I can't offer many details. |
|
Aug 3 |
comment |
Deploy hosts file among machines connected to a domain The problem with that is regular users do not have write access to the directory the hosts file is saved in, so this would not work. You could perhaps include it in a startup script though. |
|
Jul 23 |
comment |
ZFS: Removing files from snapshots? The post you referenced is not an official policy. There is an FAQ on MSO explaining how to handle questions the user thinks are on topic for multiple sites. To summarize, cross posting is disallowed. If you decide after you post that it would be better elsewhere and you haven't gotten good answers, you can flag it to be migrated or you can delete it and re-ask, but you must tailor the post to the site you're asking on. You reposted the exact same question word-for-word without waiting, which fails the guidelines in both meta posts about cross posting. |
|
Jul 22 |
comment |
ZFS: Removing files from snapshots? @TinoDidriksen could you provide a reference to that meta post please? I'd like to see it. Thanks. |
|
Jul 2 |
comment |
Alternative to Windows Server? @paradroid Samba v.3 (which is the current stable release) can act as an NT4-style domain controller. Samba v.4 (currently in development) will be able to act as an active directory domain controller. Many organizations use Samba as a complete alternative to Windows Server - it does file sharing, printing, and domain control. |
|
Jul 1 |
comment |
Alternative to Windows Server? Fair enough @surfasb. But in this case I think scaring the guy is exactly what we need to do, because frankly, it'll cost his company more long term to pay him to figure out some crazy home-brewed solution than it would for them to just buy Windows 7 licenses. Which I think was pretty much the point of your answer :) See also, my answer below. |
|
Jul 1 |
comment |
Alternative to Windows Server? You really can't merge the registry keys, because the keys are in HKCU, so they're specific to each user profile. You'd have to record the keys, then write a script which finds every single user registry hive, loads it, imports the keys, unloads it, finds the next one... |
|
Jul 1 |
comment |
Alternative to Windows Server? Home editions of Windows do not support Group Policy Objects. |
|
Jun 29 |
comment |
Building a Student Storage server Please, think of the children. Don't use Horde. It makes everybody who touched it want to cry at the ugly and difficult-to-use UI. |
|
May 28 |
comment |
What data is collected by “Turn on logging in Communicator”? I think it's on-topic for SU, but if you really want it migrated to SF, let me know and we can do that. It does look like there are a bunch of questions about Communicator on SF, so it'll probably be an OK fit. |
|
May 27 |
comment |
What data is collected by “Turn on logging in Communicator”? Why would this be better on Server Fault? I don't know much about Communicator, but it seems on-topic for SU. Is it server software? If you think it's better there, you could delete your question here and re-ask on SF. |
|
May 18 |
comment |
IPv6 LAN to IPv4 with PFsense Migrating to Server Fault per @Solignis's request. Hopefully you'll be able to get some more detailed responses there! |
|
Mar 15 |
comment |
How can I logon to a user account on a domain without destroying user password? No. NEVER ask a user for their password. This is a crucial policy in IT administration. Users must be taught that nobody, IT staff included, will ever ask for their password. This helps prevent social engineering attacks. |
|
Jan 24 |
comment |
Best way to manage two Win 7 computers without a server I fail to see how Log Me In will do anything useful in this situation... |
|
Dec 21 |
comment |
How remove/de-index a page from Google? If you have submitted the request, then the entries should be removed eventually. By signing up for a webmaster tools account, Google should now know about your site and index it, but will only index what it finds relevant. Robots.txt only affects what the bot specifically ignores. If you want to tell google about certain pages on your site, you can use a sitemap.xml file. |
|
Dec 21 |
comment |
How remove/de-index a page from Google? If it already has Disallow *, then search bots shouldn't be indexing anything on your site, which probably isn't what you want. If you only want to block bots from accessing those specific subfolders, remove the Disallow: * line, but keep the specific lines, so that bots can index the rest of your site, but not those parts. |
|
Dec 21 |
comment |
How remove/de-index a page from Google? This question may be better suited for Pro Webmasters Stack Exchange. |