Projects
-

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…