Slashdot Mirror


User: binner1

binner1's activity in the archive.

Stories
0
Comments
269
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 269

  1. Re:Emi on EMI Cannot Unbundle Pink Floyd Songs · · Score: 1

    No need sir. Obscure references to early work are most welcome.

    Thanks
    -Ben

  2. Re:A stinging lesson on German Government Advises Public To Stop Using IE · · Score: 1

    Adobe Reader...making sendmail look good since 2004! :)

    -Ben

  3. Re:Why were you running as an admin? on German Government Advises Public To Stop Using IE · · Score: 1

    ...actually, we've been stung by some crap coming via either acrobat reader or flash since those last two exploits were noted. Our users are all unprivileged. Windows was fully patched, SAV up-to-date, etc. This stuff is ready and willing to run with limited rights. It doesn't hose the machine, as you can simply kill the local registry hive to clean it (worst case), but it was nasty none-the-less.

    Not saying GP wasn't running as admin, but it's not necessarily a requirement for these nasties any more.

    -Ben

  4. Re:Business as usual on Google-Microsoft Crossfire Will Hit Consumers · · Score: 1

    I personally know of no other company that has such an initiative (would be awesome to see MS do the same though, but somehow I'm not entirely hopeful that we'll see that day).

    ...with Hotmail, you're lucky to get your data in to begin with. Smartscreen my a$$.

    A disgruntled mail admin.
    -Ben

  5. Re:He's just angry... on Red Hat CEO Questions Relevance of Desktop Linux · · Score: 1

    You mean just like Windows 7? <grin>

    -Ben

  6. Re:Puppet on Locking Down Linux Desktops In an Enterprise? · · Score: 1

    We're using v2 also, but a friend and I were recently discussing v3 and he pointed me at http://www.cfengine.org/downloads/cf3-reference.html#Upgrading-from-cfengine-2, which seems to indicate that there is decent support to transition between the two versions, thus doing incremental changeover.

    I haven't looked further into it, but on the surface, it looks like a good option.

    -Ben

  7. Re:MOD PARENT UP on Locking Down Linux Desktops In an Enterprise? · · Score: 5, Insightful

    While I _mostly_ agree with this, a nice policy management (configuration management mostly) tool is also essential when dealing with lots of boxes. You want a new setting for all Gnome desktops, simply add it to the policy tool and let it distributed any required config files or run commands to change the setting, etc. This type of thing used to be done with things like: for h in $all_my_hosts; do ssh $h /tweak/some/setting; done

    CFEngine and Puppet and friends are a nicer way of doing this. They're "self documenting" in that your write the code and then you can later very easily see when you added some configuration bits, etc...version control your configuration management scripts and you get even better tracking of who did what and when. (A side question: How does one do the version control type stuff in AD?)

    While kickstart is great (I use it), it only goes so far. Having a policy manager on top of that (installed and configured in the kickstart) is a beautiful thing!

    -Ben

  8. Re:Puppet on Locking Down Linux Desktops In an Enterprise? · · Score: 5, Informative

    I was going to say CFEngine, but that's only because it's what I'm currently using. I'd love to move to puppet but at the time we deployed CFEngine, puppet wasn't ready for all the things we needed it to do (windows and solaris in addition to linux)...this has likely changed now, but we've got a lot of cf scripts that would need conversion.

    Whichever tool is chosen (there are others in this space too), I believe this is the correct answer. I know that CFEngine scares a lot of people off (and maybe puppet does too?), but it is an excellent way to manage a large set of hosts.

    -Ben

  9. Re:CS will end up = programming on ACM Urges Obama To Include CS In K-12 Core · · Score: 1

    middle school kids. They don't have to grok it, they just have to have the chance to be inspired by it. Also...if the principal ran into you in

    Although, I thinking grokking is an important part, you're exactly right. Inspiration is sorely lacking for most kids in a north american education system (I won't speak for other parts of the world here). Only a few lucky ones have something grab their imaginations in such a way that they're turned on to self learning, etc. If only 'inspiring others' was something easily taught and passed on...

    -Ben

  10. Re:IP and Hardware addresses on (Useful) Stupid Regex Tricks? · · Score: 1

    While I don't consider my UID low, I do remember signal11. Man he/she was annoying! What about Jon Katz..? Ok, I've obvioulsy been hanging around for far too long.

    -Ben

  11. Re:And it worked.... on Corporate Gaming Is Good For Business · · Score: 0, Troll

    I actually took this to mean that even MS employees needed a bribe to run Vista! :) *ducks*

    -Ben

  12. Re:Thank you on Return of the '70s Microsoft Weirdos · · Score: 1

    preferred my 286 processor with DOS 3.5 and XTree Gold :)

    I still remember XTree Gold fondly...that was one hell of a file manager with some extra goodies tacked in (hex + text editting, etc). People always raved about Norton Commander, but I'd take XTree any day. I think it would still hold up well today...When it came to working with multiple files at the same time it was great. It's use of Ctrl or Alt to work with the current file or the currently selected files (I don't remember the specifics), etc was a very intuitive way to organize the keyboard shortcuts.

    Thanks for the good memories!

    -Ben

  13. Re:That's what you get for declaring "War on Terro on Technology Leveling The Playing Field In Modern War · · Score: 1

    Speaking of bad taste, check this out: http://rants-raves.net/2007/09/james-brolin-happy-911-wtf.html

    What an idiot!

    -Ben

  14. Re:I have always wondered... on Time to End Microsoft's Patch Tuesday? · · Score: 1

    Renaming of replacement files happens at boot...windows can't delete open files like unix can, thus the new dll's can't be put in place until reboot. You should be safe in that regard. If windows is able to swap the file, then nothing is currently using it.

    -Ben

  15. Re:I have always wondered... on Time to End Microsoft's Patch Tuesday? · · Score: 1

    Or...you could just tweak the setting so that it applies patches but waits for permission to reboot. Group Policy (gpedit.msc) somewhere...

    Not perfect, but it seems a best of breed given the available options.

    -Ben

  16. Re:Groklaw readers graphed the claims on IBM Asks Court To Declare Linux Non-Infringing · · Score: 2, Funny

    You mean it's not a Finite State machine?

    -Ben

  17. Loving it over here on Samba Success in the Enterprise? · · Score: 3, Interesting

    I'm servicing 3 computer labs consisting of roughly 100 workstations here, all with a Samba/Linux backend. I have nothing but praise for Samba and would highly recommend it to anyone. I have some native clients and some that are housed in a vmware image. I have cross platform printing, cross platform credentials (thanks to password sync) and cross platform ~/. What's not to like?

    The only downside is that until v4 hits the streets, we can't do full AD. We could of course get around this by dropping in a single 2k3 box to be the DC, but we'd like to avoid that if possible. I'm really looking forward to v4, as AD is one of the good things MS has done, imo (standards adherence aside)!

    -Ben

  18. Re:Extended Tool Chest? on Define - /etc? · · Score: 1

    I seem to recall seeing somewhere that /sbin meaning 'system binary' is a relatively new term also, the original being 'static binary.' I don't recall where I read this (some other /. thread?) and can't be bothered to google, but I'll throw it out there anyway.

    -Ben

  19. Re:yes and no on University Migrating Students to Windows Live Mail? · · Score: 1

    As a mail admin at a Canadian university, we're hesitant to go with any of these services. The fact that the data would live on servers in the US run by US companies and subject to their laws kinda leaves a sour taste in our mouths...especially post September 11. That hasn't stopped other Canadian universites from going with Campus GMail.

    -Ben

  20. Re:On a similar note... on AMD Athlon 64 6000+ Launched And Tested · · Score: 0, Offtopic

    But I use Ruby you insensitive clod!

    irb(main):001:0> 1000000000000000+1000000000000000
    => 2000000000000000

    Guess I should get that cup of coffee now, eh?
    -Ben

  21. Re:Gamma on Google Apps to Become Paid Service · · Score: 1

    You mean 'i' right?

    -Ben

  22. Re:Microsoft seems to be confident that the Vista on Vista Upgrades Require Presence of Old OS · · Score: 1

    +1 smartass

    A good nitpick here and there is good for everyone! Thanks for the morning laugh.

    -Ben

  23. Re:Filtering is wrong on Spam is Back With A Vengence · · Score: 2, Interesting

    220 ...
    EHLO f.q.d.n.
    220 OK
    MAIL FROM: (<> or postmaster or recipient)
    220 OK
    RCPT TO: (the apparent sender)
    (220 OK or 550 bad user... or etc)
    QUIT

    The last status code indicates whether that address is permitted on the remote MX or not. The problem here is greylisting by the remote MX...it's better to only teergrub/tarpit connections you can't remotely verify these days rather than drop them outright. The escalation of the spam was has made sender verification not as fool proof as it used to be.

    -Ben

  24. Re:We are doing something similar on Best Buy Institutes Extreme Flex Time · · Score: 1

    By lacky, surely you mean a pfy? (Hopefully I've just introduced someone to a whole nights worth of wasted time filled with lots of good laughs/groans.)

    -Ben

  25. Re:Yeah right... on Companies 'Blah' About Vista · · Score: 1

    Didn't they have to have the product available before the end of 2006 to meet contractual obligations with some companies that signed up for a 'get new ms stuff cheap' program a few years back? I don't recall the name of the program, but basically it means that 'subscribers' would get severely discounted prices on future products if they pay a sum up front.

    I could be wrong. This is from memory and I haven't googled for anything either.

    -Ben