Coding - Software and System Management

Created by: Lester Caine, Last modification: 9 September 2025

For now I will keep all of the links between debugging code and managing the deployment of that code together, but at some point I need to move the management stuff into it's own section. Often bugs are due to the system configuration rather than the actual code such as happens when openSUSE changes the PHP /tmp/php8 user as part of an update and I have to remember to switch it back. It is this fine tuning of the underlying Linux that can cause problems, hence resulting in what looks like software errors.

Coding - Getting the names right
Coding - cross machine security Dummy which will pull together the ssh security stuff from the Getting the names right page.
Coding - github Initializing the Base Pulling a submodule master repository from github.
Coding - github Authentication Setting up github security with ssh keys.
Coding - Pass 1 Pulling a repository from github (first draft, to rework for a single repository)
Coding - Firebird PHP Drivers