Setup FIXimulator

Assuming you want to run/modify this from Eclipse The code is hosted at code.google.com. The FIXimulator project uses Mecurial SCM. Install this from here: http://mercurial.selenic.com/ There is no Eclipse plugin for Mecurial. So use the command line to checkout the project in your workspace: hg clone https://code.google.com/p/fiximulator/ FIXimulator is a Netbeans…

Continue reading

Installing RabbitMQ on MacOSX Snow Leopard

Stardate 20120813 Install macports http://www.macports.org/install.php Update macports: sudo port -v selfupdate Install git-core, since it needed by rabbitmq-server, but not listed as such. From the git doc http://git-scm.com/book/en/Getting-Started-Installing-Git, you need to execute: sudo port install git-core +svn +doc +bash_completion +gitweb Install rabbitmq-server: sudo port install rabbitmq-server To start rabbitmq automatically: sudo port load rabbitmq-server Or manually:…

Continue reading

A Trip into Dilbert Space

Captain’s Log, Stardate 2011.11.15#234/AZ We are in trouble. Our funding has been cut and we have no more money for our “To Boldly Go” Initiative. Our incredible series of success stories did not protect us from the budget cuts of our sponsors (not even getting Spock’s brain back impresses anyone these…

Continue reading

Using Android Phone as a USB Tether on Mac OS X

Basic Links: http://forum.xda-developers.com/showthread.php?t=481162 http://androidsmartphone.de/apps/g1-als-usb-modem-ohne-root-auf-dem-mac/ http://forum.xda-developers.com/showpost.php?p=3407506&postcount=24 Basically need to Install tuntap for Mac OS X (http://tuntaposx.sourceforge.net/) on the Mac and reboot. Then install TunnelBlick OpenVPN for Mac OS X (http://code.google.com/p/tunnelblick/) on the Mac. Download azilink for google android (http://code.google.com/p/azilink/) (both the .apk and .zip files) on the Mac, and use adb…

Continue reading