Not to mention that Macromedia's own flash plugin for Linux is dated, it still uses the Open Sound System and has ugly menus, and I'm sure it could be better overall if they tried harder.
If you want something done right, you have to do it yourself:)
I wish they would fix up the jabber.org server, it disconnects people constantly. I would love to recommend and switch people to jabber, but I can't in this state, and I can't have them change servers every few months like I've done:-(
So let me get this straight; humans are controlling a cockroach that is controlling a robot? If they're going to tell the cockroach to turn left, why not just do it directly? It seems the cooler thing to do would be to let the cockroach bump around on his own will.
Do what I do in Firefox: Preferences > Privacy > Cookies > Keep Cookies: until I close Firefox
You don't have to worry about web sites fucking up because you didn't accept their cookie, and you can collect all the advertising cookies you want, just to have them deleted when you close Firefox. I wonder if that fucks them up at all...
Build a regular machine yourself to do it! Make it boot a very minimal Linux to a script that automatically wipes any other drives it can find. Use this.
Or just make that floppy and stick it in the computer with the faulty drive. It's no-nonsense.
I'm sure I'm not the only one that's done something similar, but I've got a crontab entry that runs a shell script that I wrote that plays random music very loudly, which forces me to get up, log into my server, and killall randommusic.sh. You don't have to be awake to hit a snooze button, but typing in your password ensures some coherency:)
Frylock and I'm on top, Rock you like a cop
Spacewad you up next with your knock-knock.
Spacewad make the money, see.
Spacewad get the honeys, G.
Drivin in my car, livin' like a star.
Ice on my fingers and my toes and I'm a Taurus.
I thought the idea of a fog collector was cool, so I did a little more research into the indigenous people. They wear face masks while outside to protect themselves from the elements. Here's a picture.
Why do it nightly? I don't have my script on me at the moment, but think about what I do: cat/var/log/apache2/accesslog | myscript.sh
Make the script check each line to see if it's an attacker and drop them in iptables right away. That way the zombie's second request will be blocked which might get attacks directly after that to stop and might tie up resources of the zombie since it's not getting acknowledged by the web server.
The main loop looks like this: while read line; do
echo "$line" | grep for bad stuff && drop if bad done
The difference is that the waiter is in the room with you, and is on file as working with that restaurant. Purchasing online may take place in another country where you cannot persue your defrauder.
. . and it just cut itself?
Oh great, just what we need, a depressed angsty moon.
Not to mention that Macromedia's own flash plugin for Linux is dated, it still uses the Open Sound System and has ugly menus, and I'm sure it could be better overall if they tried harder.
:)
If you want something done right, you have to do it yourself
When I hear about blogging, I'm most likely to hear one thing: bullshit.
Telnet is not necessarily safe: http://www.securityfocus.com/advisories/3490
It's not very 1337 since hitting ^W will delete a whole word instead of just one character.
The United States of Space nigga!
I wish they would fix up the jabber.org server, it disconnects people constantly. I would love to recommend and switch people to jabber, but I can't in this state, and I can't have them change servers every few months like I've done :-(
So let me get this straight; humans are controlling a cockroach that is controlling a robot? If they're going to tell the cockroach to turn left, why not just do it directly? It seems the cooler thing to do would be to let the cockroach bump around on his own will.
LOL, just now, out of pure instinct, my mouse went hunting for a little + near your post :)
Anyone else think of this when they saw McNealy's smile?
"The daft bill says, simply,..."
When will the US stop trying to push its draconian laws such as the DMCA on other countries?
We'll stop when there are no other countries =D
Do what I do in Firefox: Preferences > Privacy > Cookies > Keep Cookies: until I close Firefox
You don't have to worry about web sites fucking up because you didn't accept their cookie, and you can collect all the advertising cookies you want, just to have them deleted when you close Firefox. I wonder if that fucks them up at all...
Does anyone else sometimes make the metal/devil hand gesture at their monitor as they read a good blurb like this one?
The other thing they do to stay cheap is put paper and CD advertisements inside the box with your product.
I'm always amazed how people seem to be able to judge the quality of an operating system within just a couple of hours.
;)
You can judge some operating systems after using them for two hours. Especially when they get infected in the first 20 minutes
Build a regular machine yourself to do it! Make it boot a very minimal Linux to a script that automatically wipes any other drives it can find. Use this.
Or just make that floppy and stick it in the computer with the faulty drive. It's no-nonsense.
View pictures of the hackers at their web site right here.
I'm sure I'm not the only one that's done something similar, but I've got a crontab entry that runs a shell script that I wrote that plays random music very loudly, which forces me to get up, log into my server, and killall randommusic.sh. You don't have to be awake to hit a snooze button, but typing in your password ensures some coherency :)
What's 'spaceaward'?
Frylock and I'm on top, Rock you like a cop
Spacewad you up next with your knock-knock.
Spacewad make the money, see.
Spacewad get the honeys, G.
Drivin in my car, livin' like a star.
Ice on my fingers and my toes and I'm a Taurus.
Internet Explorer and thus Windows comes with spyware out of the box. It's kind of a stretch, but I still think Alexa counts.
This is where Firefox is taking you.
I thought the idea of a fog collector was cool, so I did a little more research into the indigenous people. They wear face masks while outside to protect themselves from the elements. Here's a picture.
Why do it nightly? I don't have my script on me at the moment, but think about what I do: cat /var/log/apache2/accesslog | myscript.sh
Make the script check each line to see if it's an attacker and drop them in iptables right away. That way the zombie's second request will be blocked which might get attacks directly after that to stop and might tie up resources of the zombie since it's not getting acknowledged by the web server.
The main loop looks like this:
while read line; do
echo "$line" | grep for bad stuff && drop if bad
done
The difference is that the waiter is in the room with you, and is on file as working with that restaurant. Purchasing online may take place in another country where you cannot persue your defrauder.