commit 9e150848a58e5dd39bb3f1cafb51e9a003a4b81e
parent ab63a62b565539e607c650a06f67cc6886e3b526
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sun, 12 Jul 2020 21:52:43 -0400
Publish new blog post
Diffstat:
6 files changed, 205 insertions(+), 3 deletions(-)
diff --git a/pages/blog.md b/pages/blog.md
@@ -27,6 +27,7 @@ href="https://social.paritybit.ca/@jbauer">Mastodon</a>.
### 2020
<ul>
+ <li>2020-07-12 <a href="blog/machine-hostnames">Machine Hostnames</a></li>
<li>2020-07-11 <a href="blog/colours-for-gitea-issues">Colours for Gitea Issues</a></li>
<li>2020-07-09 <a href="blog/migrating-my-wiki-off-of-mediawiki">Migrating My Wiki Off of MediaWiki</a></li>
<li>2020-07-08 <a href="blog/my-todo-solution">My TODO Solution</a></li>
diff --git a/pages/blog/colours-for-gitea-issues.md b/pages/blog/colours-for-gitea-issues.md
@@ -18,7 +18,7 @@ Gitea are no longer being used, I figured others using Gitea may get use out of
this scheme.
<table> <thead>
-<tr> <td>Colour</td> <td>Colour Code</td> <td>Label</td> <td>Description</td> </tr>
+<tr> <th>Colour</th> <th>Colour Code</th> <th>Label</th> <th>Description</th> </tr>
</thead> <tbody>
<tr> <td style="background-color:#bfd4f2"></td> <td>#bfd4f2</td> <td>Linux</td> <td>"This applies to Linux"</td> </tr>
<tr> <td style="background-color:#bfd4f2"></td> <td>#bfd4f2</td> <td>Windows</td> <td>"This applies to Windows"</td> </tr>
diff --git a/pages/blog/machine-hostnames.md b/pages/blog/machine-hostnames.md
@@ -0,0 +1,48 @@
+## Machine Hostnames
+
+[//]: # "How I name my various computers and VMs."
+
+[//]: # "main.min.css"
+
+[//]: #
+
+<div class="byline">
+<b>Written By:</b> Jake Bauer |
+ <b>Posted:</b> 2020-07-12 |
+ <b>Last Updated:</b> 2020-07-12
+</div>
+
+Some sysadmins choose to name their machines using strict alphanumeric schemes
+which contain information like operating system, service, number, or location.
+Others choose to give their machines pet-like names which follow a certain theme
+or mean something to them.
+
+I am of the latter camp since I don't have many machines and my environment
+isn't complex enough that I have to worry about losing track of which machine is
+which. I tend to name my machines after elements of the Greek Underworld
+mythology because it's cool. Below is a table of hostnames that belong to my
+currently-running machines:
+
+<table> <thead>
+<tr><th>Name</th> <th>Description</th> <th>Current Use</th></tr>
+</thead> </tbody>
+<tr><td>Acheron</td> <td>River of pain</td> <td>Router/Firewall</td></tr>
+<tr><td>Lethe</td> <td>River of forgetfullness</td> <td>Git server</td></tr>
+<tr><td>Oceanus</td> <td>River that encircles the world, marks edge of Underworld</td> <td>Dell Venue Tablet</td></tr>
+<tr><td>Curae</td> <td>Anxiety</td> <td>Matrix Server</td></tr>
+<tr><td>Geras</td> <td>Old Age</td> <td>Thinkpad T420s</td></tr>
+<tr><td>Eris</td> <td>Discord</td> <td>Mastodon Instance</td></tr>
+<tr><td>Charon</td> <td>The ferryman of the dead</td> <td>Nginx Web Server/Reverse Proxy</td></tr>
+<tr><td>Cerberus</td> <td>Guardian of the gates to the Underworld</td> <td>Proxmox VE</td></tr>
+<tr><td>Minos</td> <td>Judge of the final vote</td> <td>Monitoring Server</td></tr>
+<tr><td>Hades</td> <td>God of the Underworld</td> <td>Desktop Computer</td></tr>
+<tr><td>Tartarus</td> <td>Pits of oblivion, dungeon of torment and suffering</td> <td>Mail Server</td></tr>
+</tbody> </table>
+
+This used to be a page on my wiki and will now become part of my [Uses](/uses)
+page.
+
+_This is my sixty-seventh post for the
+[#100DaysToOffload](https://social.paritybit.ca/tags/100DaysToOffload)
+challenge. You can learn more about this challenge over at
+[https://100daystooffload.com](https://100daystooffload.com)._
diff --git a/pages/home.md b/pages/home.md
@@ -20,6 +20,8 @@ extent)! Access through `gopher://paritybit.ca` or `gemini://paritybit.ca`.
src="/img/feed-icon.png" width="15" height="15" alt="Click for RSS Feed"/>
</a>
</div>
+2020-07-12 <a class="feed-item" href="blog/machine-hostnames">Machine Hostnames</a>
+
2020-07-11 <a class="feed-item" href="blog/colours-for-gitea-issues">Colours for Gitea Issues</a>
2020-07-09 <a class="feed-item" href="blog/migrating-my-wiki-off-of-mediawiki">Migrating My Wiki Off of MediaWiki</a>
@@ -37,8 +39,6 @@ extent)! Access through `gopher://paritybit.ca` or `gemini://paritybit.ca`.
2020-07-03 <a class="feed-item" href="blog/adding-search-to-my-blog">Adding Search to my Blog</a>
2020-07-02 <a class="feed-item" href="blog/a-month-and-a-half-of-self-hosted-email">A Month-and-a-Half of Self-Hosted Email</a>
-
-2020-06-28 <a class="feed-item" href="blog/how-i-keep-my-home-directory-clean">How I Keep My Home Directory Clean</a>
### What is a Parity Bit?
It is a bit (in the 1's and 0's sense) used in checking for errors in digital
diff --git a/public/feeds/sitewide-feed.xml b/public/feeds/sitewide-feed.xml
@@ -7,6 +7,158 @@
<description>The feed that covers all notable additions, updates, announcements,
and other changes for the entire paritybit.ca website.</description>
<item>
+ <title>Machine Hostnames</title>
+ <link>https://www.paritybit.ca/blog/machine-hostnames</link>
+ <guid>https://www.paritybit.ca/blog/machine-hostnames</guid>
+ <pubDate>Sun, 12 Jul 2020 18:26:59 -0400</pubDate>
+ <description><![CDATA[<h2 id="machine-hostnames">Machine Hostnames</h2>
+<div class="byline">
+<p><b>Written By:</b> Jake Bauer | <b>Posted:</b> 2020-07-12 | <b>Last Updated:</b> 2020-07-12</p>
+</div>
+<p>Some sysadmins choose to name their machines using strict alphanumeric schemes which contain information like operating system, service, number, or location. Others choose to give their machines pet-like names which follow a certain theme or mean something to them.</p>
+<p>I am of the latter camp since I don’t have many machines and my environment isn’t complex enough that I have to worry about losing track of which machine is which. I tend to name my machines after elements of the Greek Underworld mythology because it’s cool. Below is a table of hostnames that belong to my currently-running machines:</p>
+<table>
+<thead>
+<tr>
+<th>
+Name
+</th>
+<th>
+Description
+</th>
+<th>
+Current Use
+</th>
+</tr>
+</thead>
+</tbody>
+<tr>
+<td>
+Acheron
+</td>
+<td>
+River of pain
+</td>
+<td>
+Router/Firewall
+</td>
+</tr>
+<tr>
+<td>
+Lethe
+</td>
+<td>
+River of forgetfullness
+</td>
+<td>
+Git server
+</td>
+</tr>
+<tr>
+<td>
+Oceanus
+</td>
+<td>
+River that encircles the world, marks edge of Underworld
+</td>
+<td>
+Dell Venue Tablet
+</td>
+</tr>
+<tr>
+<td>
+Curae
+</td>
+<td>
+Anxiety
+</td>
+<td>
+Matrix Server
+</td>
+</tr>
+<tr>
+<td>
+Geras
+</td>
+<td>
+Old Age
+</td>
+<td>
+Thinkpad T420s
+</td>
+</tr>
+<tr>
+<td>
+Eris
+</td>
+<td>
+Discord
+</td>
+<td>
+Mastodon Instance
+</td>
+</tr>
+<tr>
+<td>
+Charon
+</td>
+<td>
+The ferryman of the dead
+</td>
+<td>
+Nginx Web Server/Reverse Proxy
+</td>
+</tr>
+<tr>
+<td>
+Cerberus
+</td>
+<td>
+Guardian of the gates to the Underworld
+</td>
+<td>
+Proxmox VE
+</td>
+</tr>
+<tr>
+<td>
+Minos
+</td>
+<td>
+Judge of the final vote
+</td>
+<td>
+Monitoring Server
+</td>
+</tr>
+<tr>
+<td>
+Hades
+</td>
+<td>
+God of the Underworld
+</td>
+<td>
+Desktop Computer
+</td>
+</tr>
+<tr>
+<td>
+Tartarus
+</td>
+<td>
+Pits of oblivion, dungeon of torment and suffering
+</td>
+<td>
+Mail Server
+</td>
+</tr>
+</tbody>
+</table>
+<p>This used to be a page on my wiki and will now become part of my <a href="/uses">Uses</a> page.</p>
+<p><em>This is my sixty-seventh post for the <a href="https://social.paritybit.ca/tags/100DaysToOffload">#100DaysToOffload</a> challenge. You can learn more about this challenge over at <a href="https://100daystooffload.com">https://100daystooffload.com</a>.</em></p>]]></description>
+ </item>
+<item>
<title>Colours for Gitea Issues</title>
<link>https://www.paritybit.ca/blog/colours-for-gitea-issues</link>
<guid>https://www.paritybit.ca/blog/colours-for-gitea-issues</guid>
diff --git a/public/sitemap.xml b/public/sitemap.xml
@@ -3,6 +3,7 @@
<url><loc>https://www.paritybit.ca</loc></url>
<url><loc>https://www.paritybit.ca/home</loc></url>
<url><loc>https://www.paritybit.ca/blog</loc></url>
+ <url><loc>https://www.paritybit.ca/blog/machine-hostnames</loc></url>
<url><loc>https://www.paritybit.ca/blog/colours-for-gitea-issues</loc></url>
<url><loc>https://www.paritybit.ca/blog/migrating-my-wiki-off-of-mediawiki</loc></url>
<url><loc>https://www.paritybit.ca/blog/my-todo-solution</loc></url>