Disconnected Systems

Programming, Linux and all things Open Source

Automating Arch Linux Part 1b: Hosting an Arch Linux Repository in a Hosted Git Repository
2018/2/23
How to host an Arch Linux repository in a Hosted Git Repository with aurutils
Automating Arch Linux Part 3: Creating a Custom Arch Linux Installer
2018/2/4
How to create a script to automate the installation of Arch Linux
Automating Arch Linux Part 2: Managing Arch Linux with Meta Packages
2018/2/1
Show how you can use meta package to manage multiple arch linux systems
Automating Arch Linux Part 1: Hosting an Arch Linux Repository in an Amazon S3 Bucket
2018/1/21
How to host an Arch Linux repository in an Amazon S3 bucket with aurutils
Web Interface To Control The Rover
2017/4/3
Looks at how to build a web interface using vue.js and webpack to control the raspberry pi rover
Writing A Rest API For The Pi Rover
2017/3/19
Using the iron web framework to build a simple rest api for the raspberry pi zero w rover
Small Refactor To Prepare For Writing The Rest API
2017/3/18
Small tweaks to the rovers code and overall project layout in preparation for adding a webserver that can control the rover.
Using Rust to Control a Raspberry Pi Zero W Rover
2017/3/13
Creates a simple program in rust to control the raspberry pi zero w rover we have been building
Customising Raspberry Pi Images with GitHub and Travis
2017/3/10
Make use of GitHub and travis to automate the customisation of raspberry pi images
Pi Zero W Rover Setup
2017/3/8
Configure the pi zeros usb serial, networking and hardware pwm pins to control a servo wirelessly
Another Bash Strict Mode
2016/4/14
Cause bash scripts to fail fast and loud to aid debugging.
Create Custom ArchlinuxArm Images for the Raspberry Pi
2016/3/21
Setup a raspberry pi archlinuxarm image or sd-card before needing to boot the pi.
Bare Metal Rust on the Teensy 3.1
2016/1/24
A bare metal example of blink written in rust for the teensy 3.1
Bare Metal C on the Teensy 3.1
2015/11/23
A look at bare metal programming in c on the teensy 3.1 with out external dependencies.
Bare Metal Assembly on the Teensy 3.1
2015/11/12
A look at bare metal programming in assembly on the teensy 3.1 with out external dependencies.
Nim on Arduino
2015/11/2
A minimal example of programming an arduino uno in the nim language
Shrimping it
2013/9/24
A quick tutorial on assembling a minimal DIY arduino known as the shrimp.
QuasselCore on Arch Linux
2013/4/14
A guide to setting up a quassel server on an Arch Linux server.
XBee Configuration
2012/11/17
A beginners guide on configuring and communicating over two xbees.
Arduino Powered Rover
2012/10/24
A simple arduino powered robot
Raspberry Powered Wallboard
2012/10/19
A guide on how to setup a raspberry pi to use as a wallboard that once booted automatically loads a webpage.
Arduino and CMake
2012/10/7
A guide to building and uploading an arduino sketch with out the Arduino IDE using CMake.