Posted by aionman on May 27, 2010 in
Windows 2008
Installed ultraVNC 1.8.0.2 on a Windows Server 2008 64bit machine:
First time installation: let “Vista add-on Downloads” clicked, with mirror drivers.CAD didn’t work.
After hours of research, turn off the mirror drivers, Viola!
Posted by aionman on May 27, 2010 in
Windows 7
I’ve used the User Profile 3.0 tool from Forensit on a Windows 7 machine and it worked great
http://www.forensit.com/downloads.html
Posted by aionman on May 11, 2010 in
Ubuntu
I quickly needed to determine the status of a RAID array that sat on an IBM ServeRAID adapter. The boxen was running Ubuntu 8.04 x86_32, I didnt want to install RaidManager nor did I want to install a debian package. Here’s how.
$ wget http://hwraid.le-vert.net/debian/pool-lenny/arcconf_6.10.18451-1_i386.deb
$ ar -x arcconf_6.10.18451-1_i386.deb
$ tar zxvf data.tar.gz
$ sudo ./usr/sbin/arcconf GETCONFIG 1
you may need to install binutils package to run “ar”