iPfire Multi Port Green

iPfire Multi Port Green

Using extra ports as a network switch Overview I ran into this problem with hardware from Soekris, a nice little device designed for network equipment. It comes with 4 NIC’s and a PCI slot which you can plug a wireless card into. It is pretty low on memory, and...

How to Setup Watchman on Ubuntu 16.04

$ cd ~ $ git clone https://github.com/facebook/watchman.git $ cd watchman/ $ git checkout v4.7.0 $ sudo apt-get install -y autoconf automake build-essential python-dev $ ./autogen.sh $ ./configure $ make $ sudo make install $ watchman --version $ echo 999999 | sudo...
Using Twitter with XTension

Using Twitter with XTension

If you are using XTension from http://machomeautomation.com then you are right on track with having your house so automated. The range of what can be done is so amazing. Trying to get information out well there are many options you could use Prowl, Pushover, eMail,...
Mail From Terminal

Mail From Terminal

Doing mail from Terminal is not as hard as you may think. To send an email from your computer just open Terminal and type the following command: “` mail -s "Subject"...
How to Install Perl Modules on Mac OS X

How to Install Perl Modules on Mac OS X

Make sure you have the Apple Developer Tools (XCode) installed. You don’t need the full Xcode package to get the Xcode Command Line Tools. You only need the full Xcode package if you are doing development of applications for the Apple operating systems. However, you...