August 2010

Generate Shorewall blacklist from Spamhaus and DShield

vi /etc/shorewall/makeblacklist Paste the code below, and save it. #!/bin/sh echo “#ADDRESS/SUBNET PROTOCOL PORT” > /tmp/blacklist wget -q -O – http://feeds.dshield.org/block.txt | awk –posix ‘/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.0\t/ { print $1 “/24”;}’ >> /tmp/blacklist wget -q -O – http://www.spamhaus.org/drop/drop.lasso | awk –posix ‘/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\// { print $1;}’ >> /tmp/blacklist echo “#LAST LINE — ADD YOUR ENTRIES BEFORE THIS ONE …

Generate Shorewall blacklist from Spamhaus and DShield Read More »

[Solved]Package adobe-flashplugin is virtual on 64bit Ubuntu 10.04

I’m setting up 64bit Ubuntu 10.04 LTS today and received this error “adobe-flashplugin is virtual”, which is listed here: https://bugs.launchpad.net/ubuntu/+source/apturl/+bug/554449. The fix was simple. Following the directions found here: https://help.ubuntu.com/community/RestrictedFormats/Flash You just need to install the 64 bit version from the PPA by executing the following:

AUXTIN

What is AUXTIN in CPUID Hardware Monitor ? It is northbridge temperature. Why your AUXTIN temperature so high ?