Slashdot Mirror


User: neoscsi

neoscsi's activity in the archive.

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

Comments · 12

  1. Re:Slow News day? on Point-and-Click Gmail Hacking Shown at Black Hat · · Score: 1

    I mean, seriously, even an old 200 mhz Linux box set up as a server can do crypto at wire speed (100 mbit ethernet). How many simultaneous gmail sessions do you think it would take to reach 'wire speed'? I'm rather sure that if they were all SSL your 200mhz Linux server would have smoke pouring out of it before it reached 10mb.
  2. Re:I Call Shenanigans on Blizzard Lawyers Visit Creator of WoW Glider · · Score: 1


    I've never played WoW... that said, depending on how Glider works, it could involve intercepting and decrypting an encrypted stream and that could be a violation of the good old DMCA.


    Glider does everything by reading the combat log (which WoW will output to a text file automatically), screen scrapping, and sending key sequences. It doesn't doing anything to the game that a person couldn't do themselves.

  3. Re:970 PowerMacs? on Massive WWDC Rumor Roundup · · Score: 2

    Do they even have that many customers left? :)

  4. Uhh... on Paris, The City Of Wi-Fi? · · Score: 2, Funny

    can we call it Freedom Net? :)

  5. ok and...? on Using R44 And A PowerBook To Bust Illegal Seawalls · · Score: -1, Offtopic

    So the website is Microsoft-free. I'm sure it isn't the first...

  6. Re:...and we just ported our plug-ins to Shake too on Apple Announces the Fate of Shake · · Score: 0

    According to Apple, there are less than 200 legally licensed users of Shake for NT.

  7. Re:doesnt seem economical on Lunar Power · · Score: 0

    I thought "security through obscurity" was a bad thing?

  8. uhm isn't this REALLY old news? on iPod on Windows · · Score: 0, Flamebait

    I heard about this months ago...

  9. Re:Exchange nightmares. on When Is Exchange Inappropriate For The Enterprise? · · Score: 1

    hi, i also work in IT at the unamed competitor of Nokia and such... must say that it really wasnt a virus which caused that five day outage, it was an unamed admin in an AZ## location. also, typical lack of communication between business units...

  10. ummm... on HERF Gun: Make it in your basement · · Score: 1

    and WHERE do i get the plans for one of these..? :)

  11. 3com impact iq on Dual Channel ISDN on Linux? · · Score: 1

    I have the same modem and Dual channel works great. I used the newest version of pppsetup. You will have to use either PAP *or* CHAP, depending upon what your isp allows. I've used both with different ISPs in the past year and both work ok. You DO need the right init string though. here is the init string i currently use for chap, right from my /etc/ppp/ppp.chatscript:

    "" "AT E0 V1 &D=2 &C=1 S0=0" OK "ATS84=0" OK

    change the ATS84 to equal 1 for PAP.
    Thats all.

  12. 3com impact iq on Dual Channel ISDN on Linux? · · Score: 1

    I have the same modem and Dual channel works great. I used the newest version of pppsetup. You will have to use either PAP *or* CHAP, depending upon what your isp allows. I've used both with different ISPs in the past year and both work ok. You DO need the right init string though. here is the init string i currently use for chap, right from my /etc/ppp/ppp.chatscript: "" "AT E0 V1 &D=2 &C=1 S0=0" OK "ATS84=0" OK change the ATS84 to equal 1 for PAP. Thats all.