NodeJS and the Raspberry Pi

After the move to Canada I decided to rebuild my development infrastructure, mostly because it afforded me a good opportunity to play with some technologies I'd not played with before. For how to install NodeJS on the Raspberry Pi check out this post. My Infrastructure My infrastructure is made up of a few Raspberry Pi's, … Continue reading NodeJS and the Raspberry Pi

Windows CE to Raspbian – Pt. 3: Daemon Scripts for Mono Services

This is part three of a series of posts: click here for the previous post. The purpose of this particular post is to explain how to script your mono-service2 as a daemon and register that daemon to run at start-up and be killed at shutdown. It's important to note this post explains how to script daemons … Continue reading Windows CE to Raspbian – Pt. 3: Daemon Scripts for Mono Services

Windows CE to Raspbian – Pt. 1: Introduction & Differences

The purpose of this series of posts is to give an overview of my experiences deploying code to multiple platforms, in this case specifically taking a set of services written for Windows CE and make them cross-platform as a set of daemons for Raspbian. This post focuses on the difference between Windows CE and Raspbian … Continue reading Windows CE to Raspbian – Pt. 1: Introduction & Differences

.NET/Mono Environment: Special Folders

As a prelude to an upcoming series of posts about porting from Windows CE to Raspbian; here's a program that tells you the filepaths for all the special folders available on the current system. Special folders in .NET/Mono are abstract folders that exist within the Windows architecture. They're abstract folders because their paths may vary depending on the user running … Continue reading .NET/Mono Environment: Special Folders