Category Archives: /geek

Maven tweaks continued…

In a previous post I mentioned using the settings.xml file to force maven to use a local repository. In my case this is Jfrog’s Artifactory. This was accomplished using the “mirror” element in the settings.xml file (example). While most of our artifacts are downloaded from the “central” repository. Some of them have dependencies that are [...]
Also posted in /sysadmin, /unix, /work | Tagged , , , , , , , , , | 1 Comment

TemPageR 3E environment monitor

Recently ran into some heat issues in a mini computer room that has a window in direct line of the sun and problematic HVAC. Picked up a network enabled environment monitor so I could have some data to show when trying to get the issues resolved. Originally I was thinking about getting the Websensor [...]
Also posted in /StupidShellTricks, /sysadmin, /unix, /work | Leave a comment

Overriding the default maven repository

If you are using maven for builds or dependency management you will notice that by default maven always attempts to pull dependencies from the public maven repository (repo1). After reading documentation and examples I thought you could easily override this by specifying a local repository in your respective project object model file (pom.xml). Example. Not the [...]
Also posted in /sysadmin, /unix, /work | Tagged , , , , | 1 Comment

This RRD was created on other architecture

I use Munin for some graphing of system and application stats. Like most graphing open source projects its based on the widely used RRDTool. I recently was moving my munin instance from a xen instance on 64bit Ubuntu install, to a bare metal 32bit install. Moving munin consists of the moving the munin.conf file and moving [...]
Also posted in /sysadmin, /unix, /work | Tagged | 3 Comments

Evolution MAPI Plugin on Ubuntu 9.04

Recently upgraded my laptop to the pre release Ubuntu 9.04 ( jaunty jackalope). One of the things I have been looking forward to is the Evolution MAPI plugin that is a result of work done by the Openchange project to implement MAPI stacks on both the client and server side. Evolution has been able to [...]
Also posted in /dev/random | Tagged | 16 Comments

CUWiN Homer Mesh Project

The CUWiN folks spent some time recently adding new equipment to the Homer mesh network. My company Metrix has provided them with all the gear for this project to provide the Village of Homer with a low cost tubes.
Also posted in /freenetworks, /metrix, /seattlewireless, /work | Leave a comment

Shmoocon Labs 2008

Recently I have been getting all the stuff for Shmoocon Labs off the ground. In case you don’t know Shmoocon Labs is an event held one day prior to Shmoocon. The basic idea is as follows. Get 30 or so geeks, a handful of vendors with cool gear and spend a day hammering out the [...]
Also posted in /shmoocon, /travel, cons | Leave a comment

EaKiu: Eye Candy for the Wi-Spy

While at WWDC John and Daniel turned me on to EaKiu. Its a cool piece of software for the Wi-Spy 2.4Ghz USB Spectrum Analyzer. It touts some pretty cool 3D graphs. Unfortunately its OS X only. For Windows you can use manufacturer provided software, and for Linux you can use Dragorn’s software. Which both sport [...]
Also posted in /dev/random, /freenetworks, /metrix, /seattlewireless | Leave a comment

Wifi in the wall: Karo WEJ-11G

At work we just carrying this cool new device, an access point that fits in a wall box. Looks like it would be great for outfitting apartment buildings and/or condos with wifi coverage. It supports all the usual AP/Bridging/WDS, POE, SSL web management etc… Even supports remote syslog and SNMP.
Also posted in /dev/random, /metrix, /seattlewireless | Leave a comment

Learn something new every day

Usually in a bash script when I want to parse a file line by line I do something like this: exec < foo.txt while read LINE; do SOMEVAR=$SOMEVAR,$LINE done This evening I was writing a bash wrapper for debootstrap to automate the building of chroot environments and for some reason I chose to stray away from my norm and [...]
Also posted in /StupidShellTricks | Leave a comment