resume/includes/samples.adoc

23 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2020-05-19 18:09:05 -04:00
== 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^].
2020-05-19 19:29:03 -04:00
Occasionally, however, I write documentation for other Linux sysadmins. Samples of these can be found here:
2020-05-19 18:09:05 -04:00
* 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
2020-05-20 06:02:13 -04:00
repositories can be found https://git.square-r00t.net/[here^].