Skip to content

Instantly share code, notes, and snippets.

View devsecfranklin's full-sized avatar
🎯
time to make the donuts

Franklin D. devsecfranklin

🎯
time to make the donuts
View GitHub Profile

April 18th, 2025

Technology is not the exclusive province of corporations.

Coding can be recreational, even enjoyable when it is done for reasons other than pure profit and away from the frenetic pace of commercial software development teams.

Mathematics is the language we use to describe the Universe.

These machines ("computers") are a window into a modeling construct where these mathematical frameworks can represent all the worlds humanity can ever imagine.

#!/bin/bash
# Date: 01/20/2023
# devsecfranklin@duck.com
#set -eu
#Black 0;30 Dark Gray 1;30
#Red 0;31 Light Red 1;31
#Green 0;32 Light Green 1;32

Keyboard Backlight

  • Create a new system directory:
if [ ! -e "/usr/lib/systemd/system" ] ; then 
mkdir /usr/lib/systemd/system
fi
  • Create new service: