- Create a new system directory:
if [ ! -e "/usr/lib/systemd/system" ] ; then
mkdir /usr/lib/systemd/system
fi
- Create new service:
For more info visit : https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/
https://medium.com/platformer-blog/how-i-passed-the-cka-certified-kubernetes-administrator-exam-8943aa24d71d
https://linuxacademy.com/course/cloud-native-certified-kubernetes-administrator-cka/
| #!/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 |
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.