miscellaneous_notes
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| miscellaneous_notes [2024/12/26 08:37] – created mike | miscellaneous_notes [2026/01/15 09:55] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Miscellaneous Notes ====== | + | ====== Miscellaneous |
| ---- | ---- | ||
| + | ~~NOTOC~~ | ||
| + | |||
| ==== Twingate is not Tailscale and vice versa ==== | ==== Twingate is not Tailscale and vice versa ==== | ||
| - | Just throwing that out there because I cannot seem to remember that. | + | Just throwing that out there because I cannot seem to remember that. Once upon a time, I had the same struggles with Steely Dan and Supertramp. |
| + | |||
| + | ==== Usage of a DisplayPort to HDMI cable ==== | ||
| + | When using a DisplayPort to HDMI cable, the source **must** be DisplayPort and the dest **must** be HDMI. An HDMI source **cannot** drive a DisplayPort dest. | ||
| + | |||
| + | Don't ask me how I know this, as I do not want to convulse and scream uncontrollably (again). | ||
| ==== Creating header images for the web site ==== | ==== Creating header images for the web site ==== | ||
| I choose an image. | I choose an image. | ||
| + | |||
| + | I download the text image to my PC and then head to https:// | ||
| + | |||
| + | ==== NGINX Maintenance ==== | ||
| + | After repeated cycles of creating and deleting proxy hosts over the course of time, I found that I had lingering cert configurations that were no longer valid. | ||
| + | |||
| + | I finally was able to clean up the configurations by poring through them and removing what was stale. | ||
| + | |||
| + | Get into a bash prompt within the docker container and execute the **certbot certificates** command. | ||
| + | |||
| + | Certs can also be viewed individually by way of the following command syntax example: | ||
| + | certbot certificates --cert-name npm-20 | ||
| + | |||
| + | If it is then found that this particular cert is no longer needed, it can be removed with the following command example: | ||
| + | certbot delete --cert-name npm-20 | ||
| + | |||
miscellaneous_notes.1735231061.txt.gz · Last modified: by mike
