Slashdot Mirror


User: pak9rabid

pak9rabid's activity in the archive.

Stories
0
Comments
1,725
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,725

  1. Re:..in Strange Places on Data Centers in Strange Places · · Score: 1

    like the back of a volks wagon?

  2. beginning of the end on Ballmer Suggests Linux Distros Will Soon Have to Pay Up · · Score: 1

    It's ok. This is the beginning of the end of Microsoft's reign in the IT world and they know it, which is why they are taking the legal route. The Beast wants to extort as much money as possible from people before it's all over. Companies that resort to legal threats and eventually legal action are beginning to see the light at the end of the tunnel.

  3. Re:that does seem possible according to the photos on Man Claims iPod Set His Pants Aflame · · Score: 1

    He probably would have gotten rid of her but he didn't want to buy another {dish washer|food cooker|bed warmer}

  4. Re:Windows AV Programs on Most Users Think They Have AntiVirus Protection, While Only Half Do · · Score: 1

    Could someone please recommend an option for the unprotected?

    You could try pulling out.

  5. hmm on UK Government Can Demand You Hand Over Encryption Keys · · Score: 4, Funny

    I guess when wire-tapping and CCTV just isn't enough

  6. Re:ghey on Halo 3 Causing Network Issues · · Score: 1

    Well, maybe not their routers, but I've definately know you can achieve this on the PIX and ASA firewalls, as I've done it before. Basically you set up an access-list specifying the type of traffic you want to monitor. You then use your newly created access-list in conjunction with a capture statement to dump the packets in question. So, if you wanted to dump all port 80 traffic for example, you could do it this way:

    # access-list dump extended permit 80 any any
    # capture capl access-list dump interface inside

    After you wait enough time for the capture to be populated with information, you can display it like this

    # show capture capl

    Granted, this isn't something you'd want to do on an already bogged down firewall/router, but if you don't have any other choice, it can be very helpful in troubleshooting network issues.

  7. Re:ghey on Halo 3 Causing Network Issues · · Score: 1

    You can dump udp traffic via tcpdump yo....tcpdump is just it's name, not a limitation. You can dump any type of Layer 3 traffic with it.

  8. ghey on Halo 3 Causing Network Issues · · Score: 1

    How hard is it to run a tcpdump (or IOS's equivalent) on a core router to see what type of traffic is saturating the network? And why the fuck is there a need to post this on /. like it's a big deal?

  9. horray! on Olin College — Re-Engineering Engineering · · Score: -1, Offtopic

    Third post!

  10. Re:misleading...Re:Asshole Stereotype on When Not to Use chroot · · Score: 1

    I see where he's coming from. A lot of non-Linux users see Linux users as egotistical elitists who view the technical "normies" out there as incompetence, and I don't blame them. A good chunk of Linux users act as if they're god's gift to IT. The last place I worked at was full of people like this, and let me tell you how excited they made non-Linux users out there about trying out Linux. You can be a knowledgeable Linux user without being a douche about it....I am.

  11. internal vs external use of Linux on Why Do Commercial Offerings Use Linux, But Not Support Linux Users? · · Score: 1

    Why don't more Linux-using shops reach out to the Linux-using community?

    There's a big difference between using Linux in your infrastructure/implementing devices and supporting users running Linux. Namely you can control how you're using Linux, it's a bit more difficult to control how others are.

  12. Re:And this took how long? on Parts of the Patriot Act Ruled Unconstitutional · · Score: 1

    Agreed. They were so afraid of getting attacked that they ignored the constitution they swore to uphold. So they are, specifically: cowards, traitors, and oath-breakers.

    As a certain someone said, "those who give up their freedeom for security deserve neither". Sadly, we live in a different age..

  13. Re:And so, the incumbent telcos smugly feel... on Vonage Hit With $69.5M Judgement · · Score: 1

    they have destroyed VOIP as a threat, and they can go about their usual greedy, grasping ways

    eh, Vonage isn't much better than the telcos in the respect..

  14. Re:I think... on Upcoming Firmware Will Brick Unlocked iPhones · · Score: 1

    haha, i don't think you could have put that any better :)

  15. ok? on Video Professor Sues 100 Anonymous Critics · · Score: 1

    Seriously, wtf did these people expect was going to happen? There's no such thing as a free lunch folks.

  16. whats that i hear? on Vivendi Calls iTunes Contract Terms "Indecent" · · Score: 1

    the moaning sounds of a dying industry?

  17. for sale on Apple's Leopard Will Exclude 800MHz G4 Processors · · Score: 4, Funny

    Sweet, so I guess there'll be a lot more G4's for sale on craigslist that I can experiment w/Linux on =D.

  18. not again.. on The Linux Identity Crisis · · Score: 1

    Yet another Linux article by someone who doens't know what they're talking about.

  19. aasdf on GoogHOle Exploits GMail, Picasa and 200K Other Sites · · Score: 1

    Perhaps we'll see a temporary decline in falling chairs?

  20. judging from the pics... on MIT Student Arrested For Wearing 'Tech Art' Shirt At Airport · · Score: 1

    she should have been busted by the fashion police instead

  21. question on Linux Devicemaker Sued In First US Test of GPL · · Score: 1

    I have a question. Does it constitute as a GPL violation if they're simply just using the BusyBox software? I always thought it was only a violation if a.) they were using the actual source code of a GPL'd work, or if b.) they were linking to compiled GPL'd libraries.

  22. Re:Something doesn't add up for me on Velociraptor Had Feathers · · Score: 1

    Or perhaps a velociraptor w/a damaged forearm

  23. Re:So when were you able to avoid it? on Gartner Says Open Source "Impossible To Avoid" · · Score: 1

    Doesn't any OS that implements TCP/IP rely on the open source TCP/IP stack from BSD?

  24. Here's my chance on Your Chance to be an Astronaut · · Score: 4, Funny

    Here's my chance to show up that smug Inanimate Carbon Rod.

  25. Re:Bloat++ on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 1

    You don't ever need to login as root...ever. If you're needing to type in a lot of commands that require root access and you're getting sick of typing in sudo every time, just `sudo bash' then be on your way.