content commit

This commit is contained in:
2020-05-19 18:09:05 -04:00
parent 7bb0b183df
commit f05f736214
11 changed files with 281 additions and 0 deletions

23
includes/samples.adoc Normal file
View File

@@ -0,0 +1,23 @@
== Samples of Work
Since I focus more on operations/administration than development, most of my "samples" can be found via
administration *theory*. This is expounded upon a great deal in https://sysadministrivia.com/[my podcast^].
Occasionally, however, I also write documentation for our demographic (mostly other Linux sysadmins). Samples of these
can be found here:
* https://sysadministrivia.com/news/RSYNC[RSYNC^] (not RSYNC over SSH)
* https://sysadministrivia.com/news/howto-podcast[Podcast hosting^] (technical details)
* https://sysadministrivia.com/news/howto-borgserver[Deploying a backup server with privilege separation^]
* https://sysadministrivia.com/news/howto-grubrescue[Booting a rescue ISO directly from GRUB^]
However, I do have a lot of Python (and some Bash) written. Examples include:
* https://github.com/johnnybubonic/BDisk[A liveCD/liveUSB/iPXE image creator^] (in the process of a rewrite)
* https://github.com/johnnybubonic/aif-ng[A preseed/Kickstart-like facility for Arch Linux^] (in the process of a rewrite)
* https://github.com/johnnybubonic/vaultpass[A compatability wrapper between "Pass" password manager and Hashicorp's Vault^]
(in progress)
* https://github.com/johnnybubonic/OpTools[A collection of miscellaneous tools^]
Please note that I only use GitHub for mirroring of select repositories; a full collection of all of my public
repositories can be found https://git.square-r00t.net/[here ^].