Slashdot Mirror


User: grub

grub's activity in the archive.

Stories
0
Comments
5,448
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,448

  1. Re:Fair play on Dell Dumping Itanium · · Score: 1


    Think back many years to when AMD was known as "Advanced Micro Devices" and made Intel compatible chips. That's why we had the "Pentium(tm)" and not "586" being marketted.

  2. Re:Why does slashdot still post this? on RIAA Says P2P Encourages Illegal Downloads · · Score: 1


    I wish slashdot would stop posting this crap.

    Too bad slashcode won't let you post that to *

  3. I can see the memo now. on Creating an Electronic Data Interchange System? · · Score: 4, Funny

    Boss: jgrumbles, our company is growing fast; we've doubled in size over the past 48 months. We need you to design, build and implement an EDI to replace our AS/400 system. Plan for expansion into RFID, shipping and automated tracking & billing. Would you mind using Ask Slashdot for guidance in this risky, company-wide endeavour?

  4. Re:XML Config on IIS 7.0 Learns a Few Tricks from Apache · · Score: 1


    I'd rather use a text editor. If your server is colo'd across the country do you really need a bunch of windows popping open via X or whatever MS' thing is called just to change some settings?

  5. My story. on Space Saving Technologies for the Home? · · Score: 5, Funny


    When I got my divorce the ~2200 ft^2 here got a lot bigger. Food costs went down by about 80% too.

  6. Re:XML Config on IIS 7.0 Learns a Few Tricks from Apache · · Score: 5, Insightful


    I was thinking the exact opposite. I like editting a plain ol' text file by hand. Editting XML is a pain; yeah it's all text but then so is Postscript.

  7. Smooth move on More 360 Launch Details From TGS · · Score: 3, Insightful

    Another concern, and a lesson learned from the last launch, was that Japanese gamers at the were hesitant to buy into a new, wholly unfamiliar console.

    So let's introduce this new console in Japan after it's been introducd everywhere else on Earth. That'll warm them up to us.

  8. Re:Article text on Apple Launches Video Podcasting For iTunes · · Score: 3, Interesting


    why read or write when you can listen or speak?

    TV was made for losers like this.

  9. Re:Here's a start for you. on Dealing With Laptops in a Business Network? · · Score: 1

    I forgot about this one too. At home I took the hosts file which you can get for Spybot Search & Destroy and used some of the names from there. Of course you'll have to nslookup machines from the hosts file and add the real IPs to your firewall.

    Googling for that will get you some nice hosts files.

  10. Re:Here's a start for you. on Dealing With Laptops in a Business Network? · · Score: 2, Informative

    We have a bunch in our PIX configs. Here's a few to start (and some may be old or broken, we don't actively check) I usually google around for the spyware places. Not sure how this will wrap...
    : www.xcelent.biz evilness. see http://www.theregister.co.uk/2004/09/22/opt-out_ex ploit/
    access-list CSM-acl-Ginside deny ip any host 61.218.79.53

    : gator.com [SPYWARE]
    access-list CSM-acl-Ginside deny ip any 64.94.89.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 204.238.120.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 64.162.206.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 63.197.87.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 216.30.17.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 208.184.198.0 255.255.255.128
    access-list CSM-acl-Ginside deny ip any 216.141.76.128 255.255.255.248
    access-list CSM-acl-Ginside deny ip any 64.152.73.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 66.35.229.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any 64.152.64.0 255.255.255.0

    : cydoor
    access-list CSM-acl-Ginside deny ip any host 209.10.17.133
    access-list CSM-acl-Ginside deny ip any 209.73.225.0 255.255.255.0
    access-list CSM-acl-Ginside deny ip any host 212.29.215.3
    access-list CSM-acl-Ginside deny ip any host 209.11.42.240

    : friendgreetings.com "worm", see
    :http://securityresponse.symantec.com/avcente r/venc/data/friendgreetings.html
    access-list CSM-acl-Ginside deny ip any host 207.21.232.104
    access-list CSM-acl-Ginside deny ip any host 65.89.168.69
    access-list CSM-acl-Ginside deny ip any 216.34.38.64 255.255.255.192
    access-list CSM-acl-Ginside deny ip any host 216.65.63.139

    : activex viruslike crud, see http://zdnet.com.com/2100-1105_2-1026228.html
    acc ess-list CSM-acl-Ginside deny ip any 216.187.107.0 255.255.255.0

    : www.freescratchandwin.com <- spyware, logger, hijacker.
    access-list CSM-acl-Ginside deny ip any 206.161.193.0 255.255.255.0

    : zotob worm. Mainly for detection internally. grg 20050817
    :diabl0.turkcoders.net port 8080 normally.
    access-list CSM-acl-Ginside deny ip any host 84.244.5.237
    etc etc etc
  11. Re:Here's a start for you. on Dealing With Laptops in a Business Network? · · Score: 1

    I like the DMZ method as another layer of security. A laptop that has been on the road for a while may not have had updates installed. So the person hooks it up when they get back home from a trip and whammo the latest Windows worm gets them.

  12. Here's a start for you. on Dealing With Laptops in a Business Network? · · Score: 5, Informative

    Put your laptops on a DMZ-like subnet. Don't allow unrestricted access from that to the rest of the LAN. ie.: only allow them access to your servers and other necessary resources. If they don't need to access Bertha's PC in Accounts Receivables then block it.

    Block spyware sites on your firewall and log it. If you see a laptop trying to get to $SPYWARESITE you know they've installed crap. Go remove it.

    Make sure they have antivirus and antispyware stuff installed, up to date and running. A lot of people turn it off because "it slows my machine down"

    Ideally you won't let them have admin access. Far too often laptops show up with Kazaa or other shit installed because they let their kids play with the machines at home. Bad move, it's company property with company information but many people think the other way around. Assuming you're the IT manager you should have every right to remove such crap. Check your policies first.

    Very important: Make a log of everything you have to fix If and when you start to enforce policy you need hard data to back up your actions.

  13. November 22 on XBox 360 Launching Nov 22 · · Score: 5, Funny


    Microsoft's marketting gurus will come up with a slogan like "Celebrate the 42nd anniversary of JFK's assassination with a brand new XBOX 360!"

  14. Woo on One Find, Two Astronomers · · Score: 2, Funny


    They found the planet where the Loyal Officers are holding Xenu captive?

  15. Re:We're doing this right now on A Simple Tool for Tracking Switch Ports? · · Score: 2, Funny

    NetAdmins don't do Photoshop.

    That should be in your sig. :)

  16. Re:We're doing this right now on A Simple Tool for Tracking Switch Ports? · · Score: 1


    We have the Fluke Optiview stuff too. I don't know if it came cheaper because we bought a Fluke LAN meter (~$12K at the time) as well. Handy piece of software.

  17. We're doing this right now on A Simple Tool for Tracking Switch Ports? · · Score: 5, Insightful

    We're doing something similar at work so it's still fresh in my mind. First off: lose the Photoshop crud. Assuming your switches are managed or have at least some smarts in them I'd suggest using SNMP, $LANGUAGE and PHP to track your port information. Then any of your admins can access it via a webpage on your intranet. ($LANGUAGE can be anything but we like python and perl)

    Consider replacing the hubs in your diagram with switches that have some smarts and SNMP. Not a crap LinkSys thing for $19 at BestBuy or whatever. A real, managed switch with a serial console port would be best IMHO.

    Consider an "out of band" private network too. Something you can use to connect to another machine in the closets with a serial link to the switch console ports. That way if a switch/firewall/router stops talking you can remotely get to it via the console. We just received a bunch of old fibercopper media converters for this purpose (some of the runs are long)

    You're there to manage the network, not just pretty up diagram in Photoshop, right?

  18. 50 years, eh? on The Next 50 Years of Computer Security · · Score: 5, Insightful

    [...] at the moment computer security is rather basic and mostly reactive.

    OpenBSD has been proactive since Day 1. And, really, can anyone speak authoritatively on computer issues 5 years in advance let alone 50?

    If I drank a strong tea brewed from Theo de Raadt's toenail clippings I could glean knowledge from perhaps a couple of days in the future, but beyond that you're getting into the realm of Xenu.

  19. Re:Hrm. on Making Ice Without Electricity · · Score: 1

    Yep. A while back now (just over a year I think) I had a "call for beers" for other Winnipeg /.ers to meet at the Kings Head downtown. Nice and central for everyone. One other fellow showed up at the time but others had replied.

    Should do it again before the snow falls.

  20. Re:Venetian Snares was right then? on Making Ice Without Electricity · · Score: 1

    Thanks, but I found this eMule link earlier. I forgot about this album after my initial look. Not my cup of tea but the subject matter could be funny.

  21. Re:Venetian Snares was right then? on Making Ice Without Electricity · · Score: 1

    Not a shithole but it's cold in the winter :) I've been looking for that album for a while after hearing about it actually.

  22. Hrm. on Making Ice Without Electricity · · Score: 5, Funny


    In Winnipeg we just leave water outside for a few minutes.

  23. Re:groan on Scientist Says Most Scientific Papers Are Wrong · · Score: 1

    Be careful, it seems the christian mythologists have mod points...

  24. Re:OT on Scientist Says Most Scientific Papers Are Wrong · · Score: 1

    Search for something like: http://an.tacoda.net/an/11711/slf.js Unless you're using blocker which smites the offending site already I guess.

  25. Re:What can be done about it? on 9 Weeks to Pump Out New Orleans? · · Score: 5, Funny


    We all know why this is happening to us.

    Yep, because terrorists hate our freedom.