Slashdot Mirror


User: theOnlyTPC

theOnlyTPC's activity in the archive.

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

Comments · 11

  1. Re:Brings a new meaning... on The Type-A, High-Tech Bathroom · · Score: 2, Funny

    Also to the term "head office."

    (For those not nautically inclined, on a boat, "head" == "toilet".)

  2. Re:Users != Root. on Linux in a Business - Got Root? · · Score: 1

    No, the chown security issue is that if a user can set the suid bit on a file, and then chown it to someone else (e.g. root) then you just created a window for local privilege escalation.

    [tom@builder]~$ cp /bin/sh .
    [tom@builder]~$ chmod u+s ./sh
    [tom@builder]~$ chown root ./sh
    [tom@builder]~$ ./sh
    builder# id
    uid=1001(tom) euid=0(root) gid=1001(tom) groups=1001(tom), 0(wheel), 5(operator)


    D'oh!

  3. Re:Real Video on Lockheed Chosen For Electronic Records Archives · · Score: 1

    Their LMPeople website (for accessing employee utilities) only works in IE as well... :-(

    Tweet! I'm throwing the BS flag.

    LMPeople works just fine in Firefox.

  4. Re:Top Ten on Das Keyboard: Hit Any Key · · Score: 1

    Unfortunately I don't think there's anywhere you can buy those oldschool spring / mechanical keyboards "new" anymore.

    Why do you need a new Model M? For a keyboard built like that, 10 years old is as good as new. Get thee over to ebay and search for "model m." (Just be sure you get the PC version, part number 1391401.)

  5. Re:BSD v Linux on Another Step Towards BSD on the Desktop · · Score: 1
    Could someone point me to (or post) a lowdown on the potential benefits of BSD has over linux (or vice versa) that doesn't include wild speculation and unfounded cynicism?

    This page has a good description of the differences between (Free)BSD and Linux: http://www.over-yonder.net/~fullermd/rants/bsd4lin ux/bsd4linux1.php. If you see those differences as benefits (I do), then give a BSD a try. If the differences just differences (i.e., they're not benefits) to you, then stick with whatever you've got now.

  6. Re:Why use x-y? on Revamped Linux Kernel Numbering Concluded · · Score: 1

    The cartesian equivalent would be something like "go to that point 500 paces north and 300 paces west of us".

    Actually, that would only put him 583 paces away. He needs to walk more along the lines of 857.5 paces north by 514.5 paces west.

  7. Re:Seriously on McLaughlin Defends Site Finder As 'Innovation' · · Score: 1

    You are correct. "Smooshing the layers together" was not the best choice of words for conveying my point, which was that an application layer service should not be performed at the network layer. But saying that twice in one post would have been redundant. :-)

  8. Re:Seriously on McLaughlin Defends Site Finder As 'Innovation' · · Score: 1
    It would be interesting if instead of typing in a mispelled name......it redirected you to a google search. I wonder how it would be received if they did that....and also didn't collect money from it, just offered it as a service....now THAT would be a better version of this whole fiasco, thats for sure.

    Interesting, true, and claims about "innovation" might actually be believable if they redirected to Google. However, a service (or "service") such as Sitefinder belongs at the application layer, not the network layer. Part of the power and flexibility of the Internet is the layered approach used to build it. Smooshing the layers together, for commercial benefit or otherwise, is not innovation.

  9. Re:Basement on The Darker Side of Computer Recycling · · Score: 1

    Actually, we need someone to do for computers what the Rechargeable Battery Recycling Corporation does for rechargable batteries. Batteries stamped with the RBRC logo are accepted (free) by local recycling points. (Radio Shack is one, in the DC area at least.)

    Of course, the battery manufacturers have to pay to use the RBRC logo, so you pay a little more for an RBRC-logo'd battery, but it beats the environmental cost of dropping a UPS-battery-sized load of lead into a local landfill every time one of those big suckers needs to be replaced.

  10. Re:XP explained on Questioning Extreme Programming · · Score: 4, Informative

    Try this link for a well laid-out explanation of what XP is and how it {does | doesn't} work.

  11. Re:Non-APC UPSes on Security in UPS Software? · · Score: 1

    If you haven't already, you probably want to check out NUT, as mentioned above. I've never used it with a non-APC UPS, but according to NUT's compatibility list, it has support for quite a variety of UPS hardware.

    If NUT doesn't support your hardware, you may find others there interested in developing a driver. You also may find it easier to get your UPS manufacturer to contribute a copy of its protocol docs to the project than to you individually.