Comment: Re:Diff story? (Score 1) 125
Comment: Re:You damn well should (Score 3, Informative) 605
We allowed our developers to have local admin access. In exchange, their machines were located on a separate VLAN and all communication routed through an internal firewall. This allowed these uncontrolled machines to do what the developers wanted, but allowed us to easily shut them down in an outbreak. It also gave the developers easy access to logging their traffic and understanding exactly what would be required to have applications run in a restricted environment.
For production systems, the developers had separate admin accounts that would be granted the required access to a system with a logged change request, time limited.
It works reasonably well. Of course the developers could just plug into a non-restricted port, but of course, this is better managed through policy than technology.
Comment: Re:Do not want (Score 1) 579
Are you aware that getting the seasonal flu vaccine increased your chances of getting H1N1?
I agree that in your situation you should be taking every precaution, mind you. You've got a particularly at risk child at home, it's a good thing to get the vaccine for yourself and your wife. It doesn't have to be some scary pandemic, it's just what you should do given it's almost flu season.
Most of the people here, however, are knee-jerk idiots reacting to the latest thing the teevee told them to be scared of; and I've been saying so since the H1N1 hysteria first started back when there was still snow on the ground from the LAST flu season. If not for them, there wouldn't be a risk of supply shortage, in my view.
Comment: Re:A little early (Score 1) 542
Comment: Re:How can you kill it?? (Score 3, Insightful) 542
A kindle only makes sense for a terrestrial traveler (WiFi download of books/news) who also uses it regularly. On a plane you can't get WiFi, nor are you going to travel to work daily by flight. So it makes no sense to use a Kindle there.
Now this market might not be very large. But it is extremely rich (hedge funds, Wallstreeters or the average beautician in NY) and will last a while -- people have been commuting for work to NY for years and they won't start driving anytime soon.
Comment: Re:Will it be DRM inside? (Score 4, Insightful) 542
So you would rather have it behave exactly like a real book?
As soon as you loan it to a friend, it will be wiped from your eBook reader?
Really?
Comment: Let's see... (Score 1) 542
What's not to like about Barnes and Noble's new e-book reader?
PDF support? Check.
WiFi? Check
eInk? Check
SD reader? Check
Battery life? 10 days
I'm not seeing a downside yet.
Comment: Re:Have the hosts email problems to an email accou (Score 1) 244
syslogd on every modern unix is capable of routing to a specific log file for a specific app. If the basic syslogd isn't enough, your loghost can run syslog-ng or any of the other more powerful syslog daemons. You only have to replace the one on the server, the other clients should just be forwarding EVERYTHING to it.
Of course at this sort of level, you'd probably save yourself a metric assload of trouble if you implemented a proper network monitoring/management server.
Myself, having only 15 or so hosts to deal with, most of which aren't chattery just use ssh + a colorizer script I wrote for my purposes. I typically leave it running on a spare monitor all the time.
Comment: Re:What's the difference? (Score 1) 113
You complete misunderstand. This addition is something completely different from some hare-brained hacked-up "desktop" scheduler. Deadline scheduling a new kind of scheduling which the current scheduler implementation is being extended to support. It's the difference between a new image format and a new image viewer.