Think of all the software you install on your computer as windows on a battle tank. Every app is another window where armor used to be. The next time you get hit with a virus, the chance that it’s aimed at one of your windows just increased.
Instead of storing whole dd images, even if they’re just backups of small partitions, you can save space and bandwidth by piping dd into a compression utility like gzip. You can then unzip the files straight into sha1sum to get a checksum of what you just backed up.
Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient. There are a lot of ways to order a 52 card deck. You can hide a message by putting the cards in the correct order. The only thing missing to take this from an obscure message to a secure one is a password, or pre-shared key that serves as the agreed upon starting order of the deck.
I can see a use of this type of attack for getting around captchas. If I host a web page that gives you access to download free mp3s, and all you have to do is complete a captcha to get it, what if I get that captcha from another site? I mean, when you load my page, I load the site I want to attack and show you their captcha instead?! That would basically make you my captcha-cracking conscript!
The default out-of-the-box installation should delete any additional anonymous users after installation and disallow remote logins completely, but it doesn’t. At least all you have to do is run the mysql_secure_installation script to do so.
First you’ll narrow the possible combinations from 64,000 down to 100. But you don’t have to try each of those 100 combos. There’s a simple task you go through to figure out the actual combination in a matter of minutes. Or just make a shim out of a coke can and pick it in 2 seconds. Now that you know a simple combo padlock is basically just a deterrent, you shouldn’t ever use one to lock up anything of real value.
The interesting part is 1/8 was just allocated. That’s hard to look at without reading it as one-eighth. IANA predicts all address blocks will be completely assigned by late 2011. I guess the real switch to IPv6 will be a forced one after all.
Daemon
Daniel Suarez’s book, “Daemon”, just released December 29th, 2009 is a great read. I picked it up in an airport over the weekend and couldn’t put it down. I’m not an avid recreational reader. I only pick up a work of fiction about every three months or so. Sometimes I …
The update experience in Fedora, including the recently released Fedora 12, is flawed. There are just too many packages flooding the repositories for the current release model to function efficiently and securely. There seems to be no requirement for updates to only fix bugs and add hardware support while avoiding implementing brand new features. But is the drive here just to become more like Windows?
Proxytunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. Getting it built seems to be pretty straight forward stuff.