Slashdot Mirror


User: freeslacker

freeslacker's activity in the archive.

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

Comments · 10

  1. Re:/. the bastards! on Stop! Website Thief! · · Score: 1

    wget has a --delete-after flag so no redirecting is necessary.

    wget -r -nd --delete-after URL

  2. Re:illegal? on Do Your $20 Bills Explode In the Microwave? · · Score: 1

    Do you really think that he's going to be prosecuted for this? How was he supposed to know the money would start burning?

  3. Re:Not quite as spectacular as advertised on GM's OnStar System Hacked · · Score: 1

    what is non-WTO? this is the only part I didn't understand

    Did you mean non-WOT as in non-Wide Open Throttle?

  4. Re:Massive Spamming? on Largest Citywide Wi-Fi Deployment · · Score: 1

    I did think of that as I was posting, because that would be one of the first solutions someone would think about. I am just not aware (possibly out of my own ignorance) of a way to do that.

    The common way to auth with MAC is client asks NAS for access, NAS asks Radius DB if the credentials pass. How do you get the Radius DB to respond correctly? Or can your massive brain power come up with a better way to do it?

  5. Re:Massive Spamming? on Largest Citywide Wi-Fi Deployment · · Score: 1

    I highly doubt the entire area will all be on the same broadcast domain. and that's all that really matters as far as MAC addresses are concerned because your MAC is only important on your broadcast domain (from your network card to the gateway router).

    so all I'd have to do is sniff traffic for MAC's and then go to another location where I'm on a different router and use it there.

  6. Re:Won't someone think of the bandwidth on Superball! · · Score: 3, Interesting

    Filesystem Size Used Avail Capacity Mounted on
    /dev/vinum/export 462G 282G 143G 66% /export

    take a few drives and concatenate with vinum
    http://www.freebsd.org/doc/en_US.ISO8859-1/ books/handbook/vinum-vinum.html

  7. Re:He should try this: on Map the Internet... In One Day? · · Score: 1

    homer# /usr/sbin/traceroute *.*.*.*
    /usr/sbin/traceroute: No match.

  8. BOFH Episode #6 on Sun Produces Strongest Flare Ever Recorded · · Score: 1

    Anyone else think of the BOFH excuse of the day?

  9. Re:I've got it on Where Is The Broadband? · · Score: 1

    You probably mean 24KB/s upstream. 24Kb/s upstream is less than the 56Kb/s you could get with most dial up services.

    Remember, Kb is Kilo-bits. KB is Kilo-bytes. there are 8 bits in 1 byte. So 24KB/s is actually 192Kb/s. The bit is the unit with which bandwidth is measured. Always try to use bits/second.

    In my case I have 3Mb/s downstream and 450Kb/s upstream.

  10. Re:Stupid idea on Handling User Grown Machines on a Large Network? · · Score: 1

    worm writers will just be sure their worm fixes the hole that allowed them to infect the machine. That way, once the machine is theirs, they can ensure nobody else will be able to infect the machine in the same manner they did.