various updates

This commit is contained in:
2026-09-07 11:37:56 -04:00
parent 9995fb29ff
commit fc91437228
81 changed files with 1478 additions and 1437 deletions
+19 -9
View File
@@ -42,6 +42,7 @@ or give me access to your servers.
- [bash](#bash)
- [Bulk File/Folder Renaming](#bulk-filefolder-renaming)
- [Escaping a Stuck SSH Terminal](#escaping-a-stuck-ssh-terminal)
- [Curl output hidden by bash prompt](#curl-output-hidden-by-bash-prompt)
- [SSH Setup](#ssh-setup)
- [Git GPG Commit Signing](#git-gpg-commit-signing)
- [Important Dates and Times](#important-dates-and-times)
@@ -133,6 +134,14 @@ done
Press the following keys: enter + ~ + .
### Curl output hidden by bash prompt
Add this to your ~/.curlrc
```conf
-w "\n"
```
## SSH Setup
Generate a key (password protect it!)
@@ -212,15 +221,16 @@ signed you'll see an output. If not, nothing will show.
## Important Dates and Times
| Time | Day | Description |
| ----- | --- | ---------------------------------- |
| 00:00 | All | Automated builds |
| 00:00 | All | NAS Snapshots |
| 02:00 | All | Backups |
| 04:00 | All | Bare Metal Server Security Updates |
| 05:00 | All | VM Server Security Updates |
| 05:00 | All | Unifi Protect Firmware Updates |
| 06:00 | All | Unifi Network Firmware Updates |
| Time | Day | Description |
| ----- | --- | ------------------------------ |
| 00:00 | All | Automated builds |
| 00:00 | All | NAS Snapshots |
| 01:00 | All | Backups |
| 03:00 | All | App Updates |
| 04:00 | All | Bare Metal Server Updates |
| 05:00 | All | VM Server Updates |
| 05:00 | All | Unifi Protect Firmware Updates |
| 06:00 | All | Unifi Network Firmware Updates |
## Project Lifecycle