I can imagine that some of those shards could actually hit you in the eyes, but yet nowhere is there a warning of this.
Should this happen, I expect you could sue them for millions.
Anyway, I'm just going to try that CD breaking thing I read about on the interweb now.
What I want to know is why everyone is so surprised that Florida is in the water? It was built on a swamp, for gods sake. Didn't anyone watch Gentle Ben when they were young?
Server Error
This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.
To be honest, I hope it just trashes boot sectors before writing random crap all over the hard drive. That might actually get the message through. All these soft viruses just make people think of it as an inconvenience. When something bad happens, people might just start sitting up and taking notice.
Mod me down, troll/flamebait, I know.
However, mod me up if you feel that this might make people start patching their systems.
I do hope everyone reading this has installed the Redhat GPG public key in their copy of GPG, and does what this chap does. rpm -K *.rpm 2>&1 | grep -v "md5 gpg OK" might be better, as you'd only see the ones that fail though.
OrgName: Internet Assigned Numbers Authority OrgID: IANA Address: 4676 Admiralty Way, Suite 330 City: Marina del Rey StateProv: CA PostalCode: 90292-6695 Country: US
Actually, I've been waiting since this morning to see if this would be confirmed on slashdot or not.
Confirmed on Slashdot? That's a pretty bizarre thing to do. As if some random submitter and Cmdr Taco are more reliable than securityfocus, sans, openbsd, etc?
iptables -A INPUT -p tcp --dport 22 -m state --state NEW --limit 5/min --limit-burst 1 -j ACCEPT iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j DROP...might do the trick of slowing them down. Mind you, you wouldn't be able to get a connection either if they were attacking your box
It's trivial to see that anyway. telnet host.that.youre.unsure.of 10025 Trying 2001:618:15:226::237... Connected to gk. Escape character is '^]'. 220 gk.umtstrial.co.uk ESMTP Postfix quit 221 Bye Connection closed by foreign host.
When someone sues Slashdot for bandwidth charges incurred for an unannounced deluge of traffic, I'm sure they'll start thinking about it.
Should this happen, I expect you could sue them for millions.
Anyway, I'm just going to try that CD breaking thing I read about on the interweb now.
Information wants to be free. As in speech.
Discuss.
What I want to know is why everyone is so surprised that Florida is in the water? It was built on a swamp, for gods sake. Didn't anyone watch Gentle Ben when they were young?
If I had meant to post anonymously, I'd be annoyed. But I've got waaaaaay too much karma to care.
First post, bitches!
2 .....
3 Profit?
I want a laser that can burn a 200 metre-wide hole through the moon from Earth.
What's that you say? Why? What do you mean, why?
Sure it'll be un-doable. It's up to you if you want to undo it though.
The thin end of the wedge.
Remember where you were when the world started to roll over, and let MS tickle its belly.
But Grandad, didn't you try to fight them?
No little one, it just seemed harmless at the time...
http://vilimpoc.org/research/map-safeway/
And I thought the transatlantic tide only came one way...?
Oooh, scandalous. I was amazed to learn that in some places in the US, people pay for incoming calls. Conclusion? Everywhere is different.
Tell me, how do you support more than 1 user behind a NAT device wanting to do H323/SIP without some kind of application layer gateway/proxy?
Server Error
This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.
linux init=/bin/yourcustomscript
/bin/yourcustomscript :
/usr/X11R6/bin/startx
/etc/init.d/net start
mount / -oremount,rw
should be pretty fast.
True. But things usually break during power on. How long until the money you save in your electricty bill has to be spent on a new hard drive?
I leave my boxes running as they are less likely to break.
What would be a good value for x?
Mod me down, troll/flamebait, I know.
However, mod me up if you feel that this might make people start patching their systems.
I chose not to mod you up, but to reply btw.
I do hope everyone reading this has installed the Redhat GPG public key in their copy of GPG, and does what this chap does.
rpm -K *.rpm 2>&1 | grep -v "md5 gpg OK" might be better, as you'd only see the ones that fail though.
Grub - have a look on my homepage at link nr. 2. It's truely horrible, and I have you to blame for it :)
I think we'd all be better off when solid state, non-mechanical disks become commonplace.
Is there any reason other than cost why we can't have 100Gb solid-state drives yet?
Woah dude, I wouldn't like to be in your shoes. Looks like you've pissed off some pretty powerful people.
# whois 127.0.123.23 @whois.arin.net
[whois.arin.net]
OrgName: Internet Assigned Numbers Authority
OrgID: IANA
Address: 4676 Admiralty Way, Suite 330
City: Marina del Rey
StateProv: CA
PostalCode: 90292-6695
Country: US
Confirmed on Slashdot? That's a pretty bizarre thing to do. As if some random submitter and Cmdr Taco are more reliable than securityfocus, sans, openbsd, etc?
Good point. Something like:
...might do the trick of slowing them down. Mind you, you wouldn't be able to get a connection either if they were attacking your box
iptables -A INPUT -p tcp --dport 22 -m state --state NEW --limit 5/min --limit-burst 1 -j ACCEPT
iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j DROP
It's trivial to see that anyway. telnet host.that.youre.unsure.of 10025
Trying 2001:618:15:226::237...
Connected to gk.
Escape character is '^]'.
220 gk.umtstrial.co.uk ESMTP Postfix
quit
221 Bye
Connection closed by foreign host.