Todd Smith Org

April 7, 2010

Greater than 100% efficiency power generation

Filed under: Energy — Tags: , , , , , , — admin @ 10:16 pm

Electric Power Generator:

http://www.youtube.com/watch?v=12uGhGPkzoA&feature=related

Water (Oxyhyrdrogen)

Thermal Deploymerization

http://www.youtube.com/watch?v=CWf9nYbm3ac&feature=related

April 5, 2010

Areca 1280 ML SNMP OIDs

Filed under: Network Monitoring — admin @ 1:27 am

Areca 1280 ML SNMP OIDs

HW TEMP .1.3.6.1.4.1.18928.1.1.2.1.0
HDD SLOTS (walk) .1.3.6.1.4.1.18928.1.1.3.1.1.1
RAID NUMBER .1.3.6.1.4.1.18928.1.1.4.1.1.1
RAID STATE .1.3.6.1.4.1.18928.1.1.4.1.1.4.0
VOL NUMBER .1.3.6.1.4.1.18928.1.1.5.1.1.1
VOL STATE (Vol1) .1.3.6.1.4.1.18928.1.1.5.1.1.5.0
VOL STATE (Vol2) .1.3.6.1.4.1.18928.1.1.5.1.1.5.1
VOL CAPACITY (Vol1) .1.3.6.1.4.1.18928.1.1.5.1.1.4.0
VOL CAPACITY (Vol2) .1.3.6.1.4.1.18928.1.1.5.1.1.4.1
Event Strings (Walk) .1.3.6.1.4.1.18928.1.1.6.1.1.2.X

/opt/wansecurity/bin/snmpwalk -v2c -c public HOSTNAME .1.3.6.1.4.1.18928.1.1.6.1.1.2

NetBotz (RackBotz) 310 SNMP OIDs

Filed under: Network Monitoring,Windows Administration — admin @ 12:46 am

SNMP OIDs

TEMP .1.3.6.1.4.1.5528.30.10.1.0
HUMIDITY .1.3.6.1.4.1.5528.30.10.2.0
AIR FLOW .1.3.6.1.4.1.5528.30.10.3.0
AUDIO .1.3.6.1.4.1.5528.30.10.4.0
DOOR AJAR .1.3.6.1.4.1.5528.30.10.5.0
HOSTNAME .1.3.6.1.4.1.5528.50.1.0
DOMAIN .1.3.6.1.4.1.5528.50.2.0
SMTP SERVER .1.3.6.1.4.1.5528.50.8.0
SERIAL NUMBER .1.3.6.1.4.1.5528.50.17.0
SYSLOG ADDRESS .1.3.6.1.4.1.5528.50.54.0

Compile Xen 3.4.1 on Ubuntu Howto

Filed under: Uncategorized — admin @ 12:36 am

These are the commands that I used to compile and install Xen 3.4.1 on my Ubuntu Server.

sudo su -
apt-get update
apt-get upgrade
dpkg-reconfigure tzdata
echo 'export EDITOR=/usr/bin/vi' >> /etc/profile
apt-get remove exim4 exim4-base lpr nfs-common portmap pidentd pcmcia-cs pppoe pppoeconf ppp pppconfig
apt-get install build-essential g++
apt-get install python-dev python-twisted
apt-get install bridge-utils
apt-get install debootstrap
apt-get install reiserfsprogs
apt-get install mercurial
apt-get install gawk
apt-get install gettext openssl zlib1g-dev openssl libssl-dev libx11-dev
apt-get install libx86-dev bin86 bcc ncurses-dev texinfo
mkdir /usr/src/XEN
cd !$
wget http://bits.xensource.com/oss-xen/release/3.4.1/xen-3.4.1.tar.gz

hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg

tar zxf xen-3.4.1.tar.gz
cd xen-3.4.1

make prep-kernels

make dist

make install

Howto change keyboard encoding for OpenBSD

Filed under: Unix Administration — admin @ 12:35 am

To change the keyboard encoding on OpenBSD 4.4 set keyboard.encoding=?? where ?? is your country code.

For example, I wanted to change the keyboard encoding to Japanese. So I set

keyboard.encoding=jp

in /etc/wsconsctl.conf

To enable the change immediately from the command line you can type:

wsconsctl -w keyboard.encoding=jp

Powered by WordPress