Hey Stephen Wood
Explore nerdy things with me.
Pages
(Move to ...)
Home
About Me
@stephenMW
Github
Linkedin
▼
Tuesday, July 28, 2020
Install Python 3 on raspberry pi and make it the system default
›
As of this blog post, the raspberry pi still ships with python2.7 as the default. There's also not really an easy way to install python3...
Friday, August 17, 2018
Shinobi on the Raspberry Pi 3 B+
›
The Raspberry Pi is a $35 single board computer that runs on a 64-bit ARM processor. It uses the Broadcom BCM2835 SoC which includes har...
26 comments:
Monday, June 11, 2018
Working with nulls with sql databases in Golang
›
Go is typed with no generics, so it's a little tricky working with databases where null values abound. the sql package includes stru...
Friday, December 18, 2015
Git cheat sheet
›
Creating a feature branch Creating a feature branch is a good way to keep your testing out of the main branch. You can hack away at your...
Saturday, December 12, 2015
Using ssh-import-id to manage authorized keys
›
ssh-import-id While poking around in my ~/.ssh directory (in order to inspect and harden some of my SSH configurations -- more on that...
‹
›
Home
View web version