Downloading a new browser: $0 Loosing your old standby browser: $0 Hoping you can use your machine after the next reboot: $0 Getting to be the QA engineer for one of the richest companies ever: PRICELESS
-
Home > Security
Downloading a new browser: $0 Loosing your old standby browser: $0 Hoping you can use your machine after the next reboot: $0 Getting to be the QA engineer for one of the richest companies ever: PRICELESS
I recently switched from my old gentoo server to a new FC5 server. I opted to go with a qmail-toaster setup because, while I’m perfectly capable of manually making my desired qmail+vpopmail setup, I just didn’t want to spend the personal time doing it. So I figured I would give the toaster project a try. [...]
So we’ve touched a bit on what to look for in your database. The comments made were by no means specific, and the requirements will vary from place to place. But the underlying principals are what are really important there. Now lets move on to something a bit more specific. Backup. There is an important [...]
While investigating a breakin on a freinds server I came across this pretty damn cool little utility: The RootKit Hunter It’s a spiffly little piece of work, and it helped considerably. This server, for reasons I can’t say, couldnt be simply wiped and reloaded in a short time span… and HAD to, for a particular [...]
I’ve implimented captcha for comments. If this seems to work for eliminating bot-spam I’ll desist my comment moderation. Cheers DK
Sometimes us unix folk like to have a patchfile to upgrade our software (especially scripts) so I made one for upgrading my wordpress installation from 2.0.1 to 2.0.2. ~/my_wp_webroot $ patch -p1 < WordPress_2.0.1_to_2.0.2.patch
This is especially true when you’re writing a library which is meant to be absorbed into a larger codebase, but also true of a codebase in which you know you will be using foreign libraries to accomplish tasks. And I’m as guilty as anybody when it comes to this! When you are naming your functions [...]
So, in noticing general trends, I seem to have uncovered an (in retrospect) obvious link between cheap routers, port forwards, and network disconnects. It seems that, on a cheap router, if you have X port forwards you are increasingly likely to have random disconnects and such (especially with wifi) as X increases… so if your [...]
The most amusing things happen when you’re been coding a long time. I found, and used a “hole” in one of our database routines (which has since been fixed) getOneValueFromTable($srcTable, $srcField, $whereField, $whereValue); produces SQL like “SELECT $srcField FROM $srcTable WHERE $whereField = ‘$whereValue’”. Can you spot the potential problems in something like this? Consider [...]