This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # getColeman.py - grab Dr. Rick Coleman's lecture slides for the day and combine into a PDF | |
| # | |
| # made by Dayton Hasty | |
| # | |
| # (you may need to pip install fpdf) | |
| # | |
| import os | |
| import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # qcow2-image-downloader.py - downloads qcow2 images from Debian and Rocky repositories. | |
| # | |
| # meant to be run periodically by a systemd unit/timer. | |
| # | |
| # use for automated deployment environments where having the latest OS patches at first boot is a necessity. | |
| # | |
| # license: BSD-3-Clause (https://opensource.org/license/bsd-3-clause) | |
| # | |
| # copyright (C) 2025 Dayton Hasty (dayt0n) |
OlderNewer