O’Reilly: Building My MythTV Box, Part 1: Hardware
Tuesday, June 28th, 2005One of the other things I want to do:
O’Reilly: Building My MythTV Box, Part 1: Hardware
(also found via make).
One of the other things I want to do:
O’Reilly: Building My MythTV Box, Part 1: Hardware
(also found via make).
Too much stuff I want to do…here’s another:
“How to make a solar power generator”
This is exactly what I was looking for. Great tips.
Update: I setup mine to do this…works like a charm. I love it.
In case you ever need to ‘colorize’ a log file from the command line…a guy at work (if he had a blog I’d link to it…nudge nudge) put this together:
use Term::ANSIColor;
while (<STDIN>)
{
if ($_ =~ /ERROR/) {
$color = "red";
} elsif ($_ =~ /WARN/) {
$color = "magenta";
} elsif ($_ =~ /DEBUG/) {
$color = "green";
} else {
$color = "white";
}
print color(${color});
print "$_";
}
print color("reset");
Few months back had some issues with WebSphere 5.1.1. and ant…don’t remember the specifics now, but it had something to do with a plugin class loader leak bug. Found some posts online…followed a slightly modified path:
I recently helped some non-tech-savvy friends restore their computer. There were some hard drive issues (couldn’t boot…couldn’t see files when booting to diagnostic disk)…serious stuff. I took it to a friends house and slaved it to another xp install (I don’t have one at home…macs here) and, to my suprise, upon booting…before getting to the windows screen/loging in/etc, windows told me the drive was screwed up and that it would go ahead and fix it. We thought “what the hell, go ahead.” And it did. Booted up and was able to see the files on the slaved drive just fine. Swapped the drives again and was able to successfully boot. Then we put on adaware and spybot and found tons and tons of stuff: 1700 ‘critical entries’ found by adaware and 200 programs found by spybot. WOW. So, I’ve put together the following set of instructions for them: