Projects
-

Creating a static website with Terraform and AWS’ S3
.
In this project I want to provision an S3 bucket with Terraform, and then use the AWS cli to copy the…
-

Self-Service Infrastructure
.
Objective Linux System Administrators are constantly interrupted with tasks that could be delegated to someone else. For example: Create a new…
-

CR Search Engine
.
Objective Given the bast literature concerning Christian Reconstruction. I wanted to create a tool that allowed me to search for specific…
-

Python SSH Debugger
.
In my job as a Linux System Administrator, a considerable amount of the support requests that I receive are related to…
-

Sudoku Solver
.
After learning to program in JAVA (2008), the first project that I made was a Sudoku solver. Ten years later (2018),…
-

How to start a Raspberry Pi in Grafana and disable screensaver
.
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart Paste this: @xset s 0 0 @xset s noblank @xset s noexpose @xset dpms 0 0 0 @/usr/bin/chromium-browser…