Feed on
Posts
Comments

Monthly Archive for August, 2012

Perle IOLAN STS16 Custom Cables

After battling for a little while on this and referring to many docs provided by Perle, I decided to find the Cisco console pinout from Cisco and just marry up the functions on the Perle pinout diagrams with them.  After that, bingo!  For anybody else that might be looking for a more simple description of […]

Read Full Post »

I’ve been using Komodo Edit for the past few weeks to create/edit scripts – just don’t want to forget this option should the related synapses stop firing as well as I might hope… http://www.activestate.com/komodo-edit

Read Full Post »

exFAT Support in CentOS 6.3

I downloaded the x86_64 fc16 src rpms from http://code.google.com/p/exfat/downloads/list (0.9.7-1 at the time) and built them on CentOS 6.3 x86_64, which worked like a charm.  Pre-reqs of auto-buildrequires fuse-devel scons gcc packages are necessary, so as root or sudo: yum install auto-buildrequires fuse-devel scons gcc rpm -ivh fuse-exfat*.src.rpm exfat-utils*.src.rpm Then hop into ~/rpmbuild/SPECS and: rpmbuild -ba fuse-exfat.spec […]

Read Full Post »

Login as root and run the following (accept all dependencies): yum install python python-devel xorg-x11-proto-devel libXext-devel gcc-c++ libXrender* PyQt4 PyQt4-devel qt qt-devel qemu-img libvirt Note: You need to pay attention to the output from yum as the availability of the required packages can’t be guaranteed – you might need to enable some 3rd-party repos and/or […]

Read Full Post »