Slashdot Mirror


User: True+Dork

True+Dork's activity in the archive.

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

Comments · 113

  1. Re:Security on Super-ATMs Being Rolled Out · · Score: 1

    Thank you. That was the first thought that went through my mind too. With all the security problems, (slightly) amusing BSODs, students getting Windows Media Player running, etc I don't like the idea either. Just the mention of PayPal brought the image of the back end being Internet links (probably live IPs too) which should terrify us all.

  2. Re:The REALLY nasty malware... on Spyware Removal is Big Business · · Score: 1

    For the embedded Winsock ones, use lspfix.exe. Just be careful. Some of those are supposed to be there.

  3. Re:Thank goodness for filters, BUT... on One Third of Email Now Spam · · Score: 1

    Personally I view it as helpful anyway. If you are an admin for a large group of people and you can stop them from loading the mail in a client that will allow web bugs to verify they got it, keep the end user from clicking on the *ahem* "opt-out" link, or clicking on the damn ad, it at least helps keep it from escalating as fast. I do agree that I would rather it not hit the server at all, but that's not the world we live in at the moment.

  4. Re:blaming the users? on The Impact of Technophobes · · Score: 1

    Agreed. In the end user's defense cars aren't advertised or described as perfectly safe and permanent devices. Computers are. Did you see the AOL commercial where the little kid presses the "Fix my computer" button and it just worked? Remember the Mac commercials where "there is no second step"? A lot of users expect what they see on TV and demand it when it doesn't work that way. If people saw a guy in a commercial get in to the back seat of an empty car, say "TO WORK" and the car just drove him there they'd expect that too after a while.

  5. Re:Wanna know the meaning of scientology? on Dutch Court Rules That Linking Is Legal In Scientology Case · · Score: 1

    I'm actually afraid to. Lessee... We're talking about Scientology and they want my credit card. Let me think about that... oh yeah, NO.

  6. Heh on Dutch Court Rules That Linking Is Legal In Scientology Case · · Score: 5, Funny

    I first read that as "Thinking ruled is legal in Scientology Case" and thought "It's about time!". Oh well. I wouldn't dare think anything about the case... Hold on... Someone's at my door.

  7. Re:Perfect Timing on RIAA Looks To Stop KaZaA, Morpheus & Grokster · · Score: 2, Informative

    You are correct. They are using a new algorithm, but it requires a connect to the main server to get the key. Either that or the executable has been told that if the registration server is not there dont connect (which seems dumb). This was determined because one of the developers firewalled his Windows computer's access to the main server but nothing else and it could not connect to any cached hosts like it used to.

  8. Re:Decentralized Serverless P2P? Are we there yet? on RIAA Looks To Stop KaZaA, Morpheus & Grokster · · Score: 1

    It is not unstoppable anymore. All clients just got forced to upgrade to a version that relies on central servers before the client will connect to a supernode. Check out giFT's sourceforge page. Nobody knows if the motivation was greed, fear of this suit, or just basic stupidity.

  9. Perfect Timing on RIAA Looks To Stop KaZaA, Morpheus & Grokster · · Score: 5, Insightful

    Kazaa/Morpheus/Grokster JUST broke functionality with giFT by causing the client to HAVE to contact a main server before it will participate in the network. This move makes this new network easily vulnerable to a shutdown since it relies on a few entry points. If they had left it alone the floating network would continue to float, but not now. Oh well.

  10. Dunno if this has anything to do with it but... on Are Toshiba Notebooks 'Phoning Home'? · · Score: 4

    port 1214 is also the port used by KaZaA and MusicCity's Morpheus for the direct semi-gnutella style communication for the file sharing network. Are you running either? Is it possible that it was a coincidence that you were on this system as well as someone from Toshiba?

  11. The others? on Northpoint Points South · · Score: 1

    I lost two locations that I support today to this. I had a second Internet connection in one, but the other I had to move to dialup and host their mail on my line. We're trying to move the locations to Covad lines. I'm just curious if the other providors are going to be able to handle this many people scrambling for access.

  12. Re:exactly on Can 802.11 Networking Be Made Safe? · · Score: 1

    That's exactly what I do. I used DHCP to assign a private subnet that I dont route and then PoPToP to establish a connection that I assign a ppp IP that I do route for the laptops. Works perfectly.

  13. I just used bash scripts on Location Profiles For Unix Laptops? · · Score: 3

    That was driving me nuts too, so I installed sudo, gave my user account sudo rights to ifconfig, route, and pump. Then my scripts looks similar to:

    #!/bin/bash
    sudo ifconfig eth0 192.168.0.50
    sudo route add default gw 192.168.0.1

    or...

    #!/bin/bash
    sudo pump -i eth0

    Now, if you need to change your resolv.conf, maintain several and chown them to your user account. That way you can have resolv.conf.work, resolv.conf.home, resolv.conf.client3 and hell, you could symlink /etc/resolv.conf to which one you ned in the bash script. I dont have that problem as I just use my ISP's named from wherever I am. A little slower, but I dont have to change anything!

    After I made all my scripts, I put a menu in my KDE bar that had links to all my scripts. I bring the laptop out of suspend, click the bar, choose where I am, and poof.

  14. Re:But what will they track?? on Emusic Tracking MP3s On Napster · · Score: 2

    The md5 is created by the napster client stored in the shared.dat on windows machines and in ~/.gnapster/shared for gnapster. That is what is sent to the napster server for the search engine. All you have to do is alter the md5 in the file and poof, emusic's little bot is worthless. I made a dippy little bash script that scrambles the md5s in my gnapster shared file and then launches gnapster for me. No cracking involved.

  15. what? on Excite@Home Claims Broadband 'Safe' · · Score: 2

    What the hell? Having a live IP at ANY point means you are exposed. God forbid anyone take any personal responsibility for their own systems and make sure that they are not at risk. Why would an ISP be responsible for your personal configuration at all? Take care of yourselves... dont expect others to do so. Sorry for the rant but that's like asking the government to stop by and lock your doors at night because you'll forget.

  16. Re:Future Slashdot Article on FCC to Require Anti-Piracy Features in Digital TVs · · Score: 5

    Actually, I was thinking "12 year old Norwegian boy executed at the request of the FCC for publishing information describing how to disable copy protection with a paperclip, a rubber band, and an Apple ]["

  17. Re:what good is a robots.txt nowadays... on Follow Up on Google Favoring Yahoo · · Score: 2

    I doubt it. You have to take the attitude that if you have something on an open webserver, people can see it. If you dont want a spider hitting your site, ban the subnet that it comes from. If the data is something you dont want the government or anyone else to see, dont place it in plain view.

  18. Re:Are your ASP sites simple or complex? on Migrating From MS/IIS to Linux/Apache? · · Score: 1

    Yes, Chili runs on Linux. Yes, it is a DSO for Apache. No, it certainly is not free (~$700/processor I think). Apparantly COM will work, but I started looking at the directions and thought to myself "Yeah right, like I'll be able to get these guys to do THIS". Chili works quite well actually! We haven't had any problems at all.

    I had this battle recently too. The developers demanded an IIS server, MSSQL, and Frontpage Ext. and turned their noses up at PHP and Perl. They wanted ~$10,000 worth of software to do this.

    Trust me, it is very very hard to get people who are used to ASP, Macromedia, etc to cooperate at all with these setups. They did get used to MySQL pretty quickly though. My conversations went something like this:
    "We want NT5/IIS/MSSQL/Frontpage"
    me:"Okay, go ask the boss for $10,000 and you get to be the one that is called if it goes down at 2am"
    "ummm......"
    me:"Or, we run Apache, and I get the 2am calls if it goes down"
    "ummm...... we'll take Apache?"
    me:*tap**tap* /usr/local/apache/bin/apachectl start

  19. Re:I get unlimited inet on landline for $10/month. on Qualcomm Demonstrates 153 kbit/s cellular · · Score: 1

    I dont know about through a cell phone, but Ricochet just went live here in Atlanta and claim 128k always on for around $70/mo if I remember correctly. I'm not away from a computer long enough to justify it to myself, so I have not tried it yet.

  20. Well... on Are There Problems with AOL's Web Access? · · Score: 2

    I realize this can be difficult to get someone who uses AOL to do, but it might solve the problem. Get the client to connect with AOL as usual, and then minimize the AOL client. Fire up a normal browser and you should have a straight connection bypassing the cache proxies. I assume this still works with the newer AOL clients. I simply have not had to do this in a while. Perhaps you could send the client a diskette with a shortcut file and a DOS batch file to copy it into the start menu to make it easier to launch the browser.

    I guess if it becomes a really large problem you could check the version of the incoming request and look for aol's string, redirecting them to a page explaining what they need to do to access what they are looking for.

    Come to think of it, I have not tested any of my client pages for AOL viewers. I never really thought about it. Grrr, I guess it's time to grab an AOL trial coaster and fire up the the good old vmware...

  21. ah, good on Just Say No To Reading About Drugs · · Score: 2

    Since the meatspace war on drugs went so well, I bet the online one will be a snap! Maybe they out to check in on the RIAA and MPAA and see how well they are doing in their little wars.

  22. Re:Misleading Figues on Secretive Company Scanning the Net · · Score: 1

    I have a feeling that most admins wont care. I certainly dont. I get pings, odd port attempts, old exploit attempts on several different firewalls on several different subnets every day. They dont work, so I simply dont care. It's not that I dont see them, they just dont matter to me. If I am extremely bored I'll telnet into their mail server and leave one for root that says "IMAP scanning is rude" or something similar, but past that who cares?

  23. Double Proxy? on Non-Windows Clients Working Behind MS Proxy? · · Score: 1

    Why not try putting a Windows NAT server on a workstation that is running the proxy client and point the non-Windows boxes at it as the gateway? I realize this is extra LAN traffic, but it could work.

  24. I haven't tried this... on Solutions for Linux Desktops using NT Proxy? · · Score: 1

    I tested MS Proxy 1.something a long time ago and it had a client install for the workstations. My ideas are not the ideal solution I'm sure, but it's a thought :P

    Take an NT workstation with the MS Proxy client installed and then install a socks proxy on the same machine. Then bounce your connections through it.

    Second idea: Take an NT workstation and install NAT32 or another NAT program and set your workstation's default gateway to that workstation. If it works, all applications should work without changes.

  25. Re:modem sniffage on Free ISPs for Linux? · · Score: 1

    At one point I had found an EXE for Windows that will translate your plain text password into the scrambled one the Netzero server is expecting. Give the login name as your email address, give the password that the exe gave you, and use whatever PPP capable OS you want.