Hi, I'm PaulFinch

[ System Engineer ] && [ Time Traveller ]

Building Stuff Since [1983]

Latest Posts

Run as a Service

Introduction How to run a script or executable file as a service First, create a service unit by creating this file : /lib/systemd/system/xxx.service (Most of OS) Then, enable t...

PreConfigure SDCard

Introduction Preconfigure SD Card for Raspbian Once the OS (Raspbian) has been flashed onto the SD card, To enable SSH access, create an empty file called “ssh” and put it on th...

Piglow Temp Checker

Introduction This is a little script I made to check Raspberry Pi’s Temperature with Pimoroni’s Piglow. Temperature is checked every 60 seconds via : /sys/class/thermal/thermal_z...

Turing Machine

Introduction A Turing machine is a mathematical model of computation that defines an abstract machine, which manipulates symbols on a strip of tape according to a table of rules. De...

Game Of Life

Introduction The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The game is a zero-player game, me...