-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
345 lines (328 loc) · 40.6 KB
/
about.html
File metadata and controls
345 lines (328 loc) · 40.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><link rel="bookmark" type="image/x-icon" href="/images/icons/logo-apple-icon.png"><link rel="shortcut icon" href="/images/icons/logo-apple-icon.png"><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/images/icons/favicon.ico"><link rel="apple-touch-icon" type="image/png" sizes="16x16" href="/images/icons/apple-touch-icon-16.png"><link rel="apple-touch-icon" type="image/png" sizes="29x29" href="/images/icons/apple-touch-icon-29.png"><link rel="apple-touch-icon" type="image/png" sizes="32x32" href="/images/icons/apple-touch-icon-32.png"><link rel="apple-touch-icon" type="image/png" sizes="40x40" href="/images/icons/apple-touch-icon-40.png"><link rel="apple-touch-icon" type="image/png" sizes="50x50" href="/images/icons/apple-touch-icon-50.png"><link rel="apple-touch-icon" type="image/png" sizes="57x57" href="/images/icons/apple-touch-icon-57.png"><link rel="apple-touch-icon" type="image/png" sizes="58x58" href="/images/icons/apple-touch-icon-58.png"><link rel="apple-touch-icon" type="image/png" sizes="60x60" href="/images/icons/apple-touch-icon-60.png"><link rel="apple-touch-icon" type="image/png" sizes="64x64" href="/images/icons/apple-touch-icon-64.png"><link rel="apple-touch-icon" type="image/png" sizes="72x72" href="/images/icons/apple-touch-icon-72.png"><link rel="apple-touch-icon" type="image/png" sizes="76x76" href="/images/icons/apple-touch-icon-76.png"><link rel="apple-touch-icon" type="image/png" sizes="80x80" href="/images/icons/apple-touch-icon-80.png"><link rel="apple-touch-icon" type="image/png" sizes="87x87" href="/images/icons/apple-touch-icon-87.png"><link rel="apple-touch-icon" type="image/png" sizes="100x100" href="/images/icons/apple-touch-icon-100.png"><link rel="apple-touch-icon" type="image/png" sizes="114x114" href="/images/icons/apple-touch-icon-114.png"><link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/images/icons/apple-touch-icon-120.png"><link rel="apple-touch-icon" type="image/png" sizes="128x128" href="/images/icons/apple-touch-icon-128.png"><link rel="apple-touch-icon" type="image/png" sizes="144x144" href="/images/icons/apple-touch-icon-144.png"><link rel="apple-touch-icon" type="image/png" sizes="152x152" href="/images/icons/apple-touch-icon-152.png"><link rel="apple-touch-icon" type="image/png" sizes="167x167" href="/images/icons/apple-touch-icon-167.png"><link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/images/icons/apple-touch-icon-180.png"><link rel="apple-touch-icon" type="image/png" sizes="256x256" href="/images/icons/apple-touch-icon-256.png"><link rel="apple-touch-icon" type="image/png" sizes="512x512" href="/images/icons/apple-touch-icon-512.png"><link rel="apple-touch-icon" type="image/png" sizes="1024x1024" href="/images/icons/apple-touch-icon-1024.png"><link rel="icon" type="image/png" href="/images/icons/apple-touch-icon-114.png"><meta name="description" content="An online technology journal with how-to articles, projects and examples."><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"><meta><script src="/mc.js"></script><title>Chris Bergerons Tech Blog</title><link rel="manifest" href="/manifest.json"><meta name="application-name" content="Chris Bergerons Tech Blog"><meta name="msapplication-TileImage" content="/images/favicon.ico"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="Chris Bergerons Tech Blog"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="description" content="CHRIS BERGERON Tech blog · homelab · DevSecOps Home Archives Categories Tags About"><meta property="og:type" content="website"><meta property="og:title" content="Chris Bergeron Tech Blog"><meta property="og:url" content="https://chrisbergeron.com/about.html"><meta property="og:site_name" content="Chris Bergerons Tech Blog"><meta property="og:description" content="CHRIS BERGERON Tech blog · homelab · DevSecOps Home Archives Categories Tags About"><meta property="og:locale" content="en_US"><meta property="og:image" content="https://chrisbergeron.com/images/cb-cover.jpg"><meta property="article:published_time" content="2025-11-13T22:29:50.633Z"><meta property="article:modified_time" content="2025-11-13T22:22:07.244Z"><meta property="article:author" content="Chris Bergeron"><meta property="article:tag" content="sre, devops, consultant, systems-integrator"><meta property="twitter:card" content="summary"><meta property="twitter:image" content="https://chrisbergeron.com/images/cb-cover.jpg"><meta property="twitter:creator" content="@bergeron"><script type="application/ld+json">{"@context":"https://schema.org","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://chrisbergeron.com"},"headline":"Chris Bergeron Tech Blog","image":["https://chrisbergeron.com/images/cb-cover.jpg"],"datePublished":"2025-11-13T22:29:50.633Z","dateModified":"2025-11-13T22:22:07.244Z","author":{"@type":"Person","name":"Chris Bergeron"},"description":"CHRIS BERGERON Tech blog · homelab · DevSecOps Home Archives Categories Tags About"}</script><link rel="canonical" href="https://chrisbergeron.com/about.html"><link rel="alternate" href="/" title="Chris Bergerons Tech Blog" type="application/atom+xml"><link rel="icon" href="/images/favicon.ico"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/highlight.js@9.12.0/styles/atom-one-dark.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;600&family=Source+Code+Pro"><link rel="stylesheet" href="/css/default.dark.css" media="(prefers-color-scheme: dark)" id="theme-link"><link rel="stylesheet" href="/css/default.light.css" media="(prefers-color-scheme: light)" id="theme-link"><!--!--><!--!--><!--!--><!--!--><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cookieconsent@3.1.1/build/cookieconsent.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@1.6.8/dist/css/lightgallery.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/justifiedGallery@3.7.0/dist/css/justifiedGallery.min.css"><script src="https://www.googletagmanager.com/gtag/js?id=G-5MJNLK80PN" async></script><script>window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5MJNLK80PN');</script><!--!--><!--!--><!--!--><meta name="generator" content="Hexo 5.4.0">
<style>.github-emoji { position: relative; display: inline-block; width: 1.2em; min-height: 1.2em; overflow: hidden; vertical-align: top; color: transparent; } .github-emoji > span { position: relative; z-index: 10; } .github-emoji img, .github-emoji .fancybox { margin: 0 !important; padding: 0 !important; border: none !important; outline: none !important; text-decoration: none !important; user-select: none !important; cursor: auto !important; } .github-emoji img { height: 1.2em !important; width: 1.2em !important; position: absolute !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; user-select: none !important; cursor: auto !important; } .github-emoji-fallback { color: inherit; } .github-emoji-fallback img { opacity: 0 !important; }</style>
</head><body class="is-2-column"><nav class="navbar navbar-main"><div class="container"><div class="navbar-brand justify-content-center"><a class="navbar-item navbar-logo" href="/"><img alt="Chris Bergerons Tech Blog" no-lazy src="/images/logo.png" width="288" height="28"></a></div><div class="navbar-menu"><div class="navbar-start"><a class="navbar-item" href="/">Home</a><a class="navbar-item" href="/archives">Archives</a><a class="navbar-item" href="/categories">Categories</a><a class="navbar-item" href="/tags">Tags</a><a class="navbar-item" href="/about">About</a></div><div class="navbar-end"><a class="navbar-item" target="_blank" rel="noopener" title="RSS Feed" href="https://chrisbergeron.com/rss2.xml"><i class="fa fa-rss fa-1x"></i></a><a class="navbar-item search" title="Search" href="javascript:;"><i class="fas fa-search"></i></a></div></div></div></nav><section class="section"><div class="container"><div class="columns"><div class="column order-2 column-main is-8-tablet is-8-desktop is-8-widescreen"><div class="card"><article class="card-content article" role="article"><h1 class="title is-3 is-size-4-mobile"> </h1><div class="content">
<div class="page-shell">
<header class="site-header">
<div class="brand">
<div class="brand-logo" aria-hidden="true"></div>
<div class="brand-text">
<div class="brand-title">CHRIS BERGERON</div>
<div class="brand-subtitle">Tech blog · homelab · DevSecOps</div>
</div>
</div>
<nav class="nav" aria-label="Primary">
<a href="/" class="nav-active">Home</a>
<a href="https://chrisbergeron.com/archives/">Archives</a>
<a href="https://chrisbergeron.com/categories/">Categories</a>
<a href="https://chrisbergeron.com/tags/">Tags</a>
<a href="https://chrisbergeron.com/about/">About</a>
</nav>
</header>
<main class="layout-main">
<!-- LEFT COLUMN: INTRO + FEED -->
<div>
<section class="intro-card">
<div class="intro-inner">
<div class="intro-hi">Hi,</div>
<h1 class="intro-name">I'm Chris Bergeron.</h1>
<div class="intro-role">
DevSecOps consultant · Senior DevOps architect · Technologist
</div>
<p class="intro-body">
I design and build secure, automated infrastructure and homelab systems,
and I write about the experiments, tools, and ideas that come out of
that work. This site is an unsanitized stream of consciousness around
tech, automation, and the projects that keep me curious.
</p>
<div class="intro-meta">
<div class="meta-pill">
Role
<span>DevSecOps / DevOps</span>
</div>
<div class="meta-pill">
Location
<span>Atlanta, Georgia, USA</span>
</div>
<div class="meta-pill">
Online since
<span>late 1990s</span>
</div>
</div>
<div class="intro-cta-row">
<a class="btn btn-primary" href="https://chrisbergeron.com">
Read the blog
</a>
<a class="btn btn-soft" href="#newsletter">
Subscribe for new posts
</a>
<a class="btn" href="mailto:me@chrisbergeron.com">
Email Chris
</a>
</div>
</div>
</section>
<section class="feed-card" aria-label="Featured writing">
<div class="feed-header">
<div>
<div class="feed-title">Featured writing</div>
<div class="feed-subtitle">
A few posts that capture what I like to build and think about.
</div>
</div>
<a href="https://chrisbergeron.com/archives/" class="btn btn-soft">
View all posts
</a>
</div>
<ul class="post-list">
<li class="post-item">
<div class="post-meta">
<span>Homelab · Security</span>
<span>Dynamic SSH & Vault</span>
</div>
<h2 class="post-title">
<a href="https://chrisbergeron.com/2021/01/09/dynamic-ssh-ports-with-hashicorp-vault-totp/">
Dynamic SSH ports with Hashicorp Vault TOTP
</a>
</h2>
<p class="post-excerpt">
A proof-of-concept workflow where Hashicorp Vault acts as a
time-based one-time password generator for SSH, letting you
reach dynamic ports using short-lived, strongly-scoped access.
</p>
<div class="post-more">
<a href="https://chrisbergeron.com/2021/01/09/dynamic-ssh-ports-with-hashicorp-vault-totp/">
Read the post →
</a>
</div>
</li>
<li class="post-item">
<div class="post-meta">
<span>Professional</span>
<span>Brand & career</span>
</div>
<h2 class="post-title">
<a href="https://chrisbergeron.com/2022/05/29/own-yourself-you-are-your-brand/">
Own Yourself – You Are Your Brand
</a>
</h2>
<p class="post-excerpt">
Thoughts on treating your online presence like an asset: how
technologists, gamers, creators, and everyday people can build
a consistent persona that earns trust over time.
</p>
<div class="post-more">
<a href="https://chrisbergeron.com/2022/05/29/own-yourself-you-are-your-brand/">
Read the post →
</a>
</div>
</li>
<li class="post-item">
<div class="post-meta">
<span>Software</span>
<span>GitHub Actions</span>
</div>
<h2 class="post-title">
<a href="https://chrisbergeron.com/2022/01/08/monitoring-uptime-status-with-github-actions/">
Monitoring Uptime Status with GitHub Actions
</a>
</h2>
<p class="post-excerpt">
Using GitHub Actions as the engine behind a lightweight uptime
monitor and public status page—no dedicated SaaS, just automation
stitched together from the tools you already use.
</p>
<div class="post-more">
<a href="https://chrisbergeron.com/2022/01/08/monitoring-uptime-status-with-github-actions/">
Read the post →
</a>
</div>
</li>
<li class="post-item">
<div class="post-meta">
<span>Homelab · NFC</span>
<span>Time tracking</span>
</div>
<h2 class="post-title">
<a href="https://chrisbergeron.com/2022/01/08/time-tracking-with-a-disney-infinity-usb-nfc-reader/">
Time Tracking with a Disney Infinity USB NFC Reader
</a>
</h2>
<p class="post-excerpt">
Turning a thrift-store Disney Infinity NFC base into a playful
time-tracking system, complete with Linux support and a few
practical lessons from the hacking process.
</p>
<div class="post-more">
<a href="https://chrisbergeron.com/2022/01/08/time-tracking-with-a-disney-infinity-usb-nfc-reader/">
Read the post →
</a>
</div>
</li>
<li class="post-item">
<div class="post-meta">
<span>Homelab · Storage</span>
<span>Mac mini & NAS</span>
</div>
<h2 class="post-title">
<a href="https://chrisbergeron.com/2021/08/23/ultra-fast-thunderbolt-nas-with-apple-m1-and-linux/">
Ultra Fast Thunderbolt NAS with Apple M1 and Linux
</a>
</h2>
<p class="post-excerpt">
How to bolt Thunderbolt onto a Linux NAS and pair it with an
Apple Silicon Mac mini to get multi-gigabyte-per-second storage
for editing, rendering, and other IO-heavy work.
</p>
<div class="post-more">
<a href="https://chrisbergeron.com/2021/08/23/ultra-fast-thunderbolt-nas-with-apple-m1-and-linux/">
Read the post →
</a>
</div>
</li>
</ul>
</section>
</div>
<!-- RIGHT COLUMN: SIDEBAR -->
<aside class="sidebar" aria-label="Sidebar">
<section class="side-card" id="newsletter">
<h3>Subscribe</h3>
<p>
Get new posts from my tech blog and homelab experiments when they go live.
</p>
<p>
I don't send noise—just occasional deep-dives on automation,
infrastructure, and the gear I'm testing.
</p>
<!-- Wire this up to whatever newsletter / RSS flow you prefer -->
<a class="btn btn-primary" href="https://chrisbergeron.com/atom.xml">
Subscribe via RSS
</a>
</section>
<section class="side-card">
<h3>Contact & presence</h3>
<p>
<strong>Email:</strong>
<a href="mailto:me@chrisbergeron.com">me@chrisbergeron.com</a><br>
<strong>Location:</strong> Atlanta, Georgia, USA
</p>
<p>
<strong>Elsewhere:</strong>
</p>
<ul class="side-list">
<li><a target="_blank" href="https://indieweb.social/@chrisbergeron" rel="me noopener">Mastodon (indieweb.social)</a></li>
<li><a target="_blank" href="https://mastodon.social/@chrisbergeron" rel="me noopener">Mastodon (mastodon.social)</a></li>
<li><a target="_blank" href="https://counter.social" rel="me noopener">CounterSocial</a></li>
</ul>
</section>
<section class="side-card">
<h3>Links</h3>
<ul class="side-list">
<li><a target="_blank" rel="noopener" href="https://holdingco.com">The Holding Company</a></li>
<li><a target="_blank" rel="noopener" href="https://debris-art.com">Debris Art</a></li>
<li><a target="_blank" rel="noopener" href="https://metacrypt.io">MΞTΛcrypt</a></li>
</ul>
</section>
<section class="side-card">
<h3>Recent posts</h3>
<ul class="side-list">
<li>
<a href="https://chrisbergeron.com/2022/05/29/own-yourself-you-are-your-brand/">
Own Yourself – You Are Your Brand
</a>
</li>
<li>
<a href="https://chrisbergeron.com/2022/01/08/monitoring-uptime-status-with-github-actions/">
Monitoring Uptime Status with GitHub Actions
</a>
</li>
<li>
<a href="https://chrisbergeron.com/2022/01/08/time-tracking-with-a-disney-infinity-usb-nfc-reader/">
Time Tracking with a Disney Infinity USB NFC Reader
</a>
</li>
<li>
<a href="https://chrisbergeron.com/2022/01/08/controlling-irobot-roomba-from-the-command-line/">
Controlling iRobot Roomba from the Command Line
</a>
</li>
<li>
<a href="https://chrisbergeron.com/2021/08/23/hands-on-with-the-gigabyte-maple-ridge-thunderbolt-4-card/">
Hands On with the Gigabyte Maple Ridge Thunderbolt 4 Card
</a>
</li>
</ul>
</section>
<section class="side-card">
<h3>Categories</h3>
<div class="side-pill-row">
<span class="side-pill">AI</span>
<span class="side-pill">Crypto</span>
<span class="side-pill">DevOps</span>
<span class="side-pill">Homelab</span>
<span class="side-pill">Linux</span>
<span class="side-pill">Projects</span>
<span class="side-pill">Software</span>
<span class="side-pill">Telematics</span>
<span class="side-pill">Web</span>
</div>
</section>
</aside>
</main>
<footer class="site-footer">
<div>
© 2022–2025 Chris Bergeron. All thoughts, opinions, and typos are mine.
</div>
<div class="footer-links">
<span>Powered by Hexo & a custom layout.</span>
</div>
</footer>
</div>
</div><div class="article-licensing box"><div class="licensing-title"><p><a href="https://chrisbergeron.com/about.html">https://chrisbergeron.com/about.html</a></p></div><div class="licensing-meta level is-mobile"><div class="level-left"><div class="level-item is-narrow"><div><h6>Author</h6><p>Chris Bergeron</p></div></div><div class="level-item is-narrow"><div><h6>Posted on</h6><p>11-13-2025</p></div></div><div class="level-item is-narrow"><div><h6>Updated on</h6><p>11-13-2025</p></div></div><div class="level-item is-narrow"><div><h6>Licensed under</h6><p><a class="icon" rel="noopener" target="_blank" title="Creative Commons" href="https://creativecommons.org/"><i class="fab fa-creative-commons"></i></a><a class="icon" rel="noopener" target="_blank" title="Attribution" href="https://creativecommons.org/licenses/by/4.0/"><i class="fab fa-creative-commons-by"></i></a><a class="icon" rel="noopener" target="_blank" title="Noncommercial" href="https://creativecommons.org/licenses/by-nc/4.0/"><i class="fab fa-creative-commons-nc"></i></a></p></div></div></div></div></div><!--!--></article></div><div class="card"><div class="card-content"><h3 class="menu-label has-text-centered">Like this article? Support me with</h3><div class="buttons is-centered"><a class="button donate" href="https://www.buymeacoffee.com/cbergeron" target="_blank" rel="noopener" data-type="buymeacoffee"><span class="icon is-small"><i class="fas fa-coffee"></i></span><span>Buy me a coffee</span></a><a class="button donate" href="/" target="_blank" rel="noopener" data-type="patreon"><span class="icon is-small"><i class="fab fa-patreon"></i></span><span>Patreon</span></a><a class="button donate" data-type="paypal" onclick="document.getElementById('paypal-donate-form').submit()"><span class="icon is-small"><i class="fab fa-paypal"></i></span><span>Paypal</span></a><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" rel="noopener" id="paypal-donate-form"><input type="hidden" name="cmd" value="_donations"><input type="hidden" name="business" value="cbergeron@gmail.com"><input type="hidden" name="currency_code" value="USD"></form></div></div></div><div class="card"><div class="card-content"><h3 class="title is-5">Comments</h3><script src="https://utteranc.es/client.js" repo="chrisbergeron/chrisbergeron" issue-term="title" theme="preferred-color-scheme" crossorigin="anonymous" async></script></div></div></div><!--!--><div class="column column-right is-4-tablet is-4-desktop is-4-widescreen order-3 is-sticky"><!--!--><div class="card widget" data-type="subscribe-email"><div class="card-content"><div class="menu"><h3 class="menu-label">Subscribe for more great content</h3><form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=ChrisBergeron','popupwindow','scrollbars=yes,width=550,height=520');return true"><input type="hidden" value="ChrisBergeron" name="uri"><input type="hidden" name="loc" value="en_US"><div class="field has-addons"><div class="control has-icons-left is-expanded"><input class="input" name="email" type="email" placeholder="Email"><span class="icon is-small is-left"><i class="fas fa-envelope"></i></span></div><div class="control"><input class="button" type="submit" value="Subscribe"></div></div><p class="help">Chris Bergerons Tech Blog</p></form></div></div></div><div class="card widget" data-type="links"><div class="card-content"><div class="menu"><h3 class="menu-label">Links</h3><ul class="menu-list"><li><a class="level is-mobile" href="https://holdingco.com" target="_blank" rel="noopener"><span class="level-left"><span class="level-item">The Holding Company</span></span><span class="level-right"><span class="level-item tag">holdingco.com</span></span></a></li><li><a class="level is-mobile" href="https://debris-art.com" target="_blank" rel="noopener"><span class="level-left"><span class="level-item">Debris Art</span></span><span class="level-right"><span class="level-item tag">debris-art.com</span></span></a></li><li><a class="level is-mobile" href="https://metacrypt.io" target="_blank" rel="noopener"><span class="level-left"><span class="level-item">MΞTΛcrypt</span></span><span class="level-right"><span class="level-item tag">metacrypt.io</span></span></a></li></ul></div></div></div><div class="card widget" data-type="recent-posts"><div class="card-content"><h3 class="menu-label">Recents</h3><article class="media"><figure class="media-left"><a class="image" href="/2023/05/27/Troubleshooting-Consul-systemd-on-Raspberry-Pi/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsBAMAAACLU5NGAAAAHlBMVEVHcExZWVnU1NSbm5toaGiAgIC1tbXv7+8/Pz8ZGRkzrvrZAAAAAXRSTlMAQObYZgAAAxRJREFUeNrt2M1T00AYx/HQt1x56Iscg4UZj40tVG+GFvFIhaLHVqb1WgbwXgfHcvfQ/LfublJwU3CGKWaifj8zfckzmdlfN/uS1HEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+jLclkq/qE7f1MxgoqxPrrL2JGhzyxllr9ciLHnvnSkoOB/uLuSsfTJ5hXzTkLTiem3pLjyXAjlVilQETKqtmS+pSqbt/XlbtYV+rQjH1d308p1lA645580LFOx74cOU5eKntnEtzG6nVGUpmY+rhV8VOJlZOaegvK6hJ91l82dNC2WhtkEUt35VAG+tvAcX1JJVZBGubIi/tO5dMZVcDbWKYD1VugfoBTTCfWUF8e1VgjLlfVxTyMBtIilqf7dD2u59KJ5ZfNuJc30eGaqJ5pLE5YvBxHhYnr6cTq1czUl2d6hdhVs1L13ODeWHE9nVhxK/qjrlcIUR3m3Rsrrqcdq6TWhedbGYkVbCwuop7/emwVHohVSDPW3ZD3a9GQLz4w5KO6m/YCYfrtXBaz0k/GiuopLRCXpg+GMomuzlBUf9RM88lYUT2l5bQk5fjNr5rtWvfTwNp8FiPKT2Xz6Wueakxv1Q1deTsODlSIKzUlRzJainWlt+ryn45leNGNTc2JbmyqOyqE29OV4lIsU2+nFMu56El0l1cPOoOS2QH17d5yLFWvvHTMfpA5rtq0M6ikb3Gy5zLasLPUUWoEur5ZfrPkvLqnbvb3s3b9zOStepmbhKMgfqIEAAAAAPwLXof2X1P52bX91OfP3ttP992OfcJOv20d55p7Kz/658NwbhVe3czWrRTT6bV1wna3e2Sl6PePrRPqzWZj1ViFMAytH/9xfvP11+PidDq1Tmh1u9Y/Dvl+v2/1zlmz2V411loy1rvZ/PGxvKeOVbynt77bY21zc5KIdWhd5WRv1Z8gVi4Mf1iFF7O5PXSm02/JsdX47di6aDYHK8/EbbHHZ+6k4yQmWiM50ZzEELdnpjv+xAIHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI/2Ez8QiNuDAFljAAAAAElFTkSuQmCC" data-original="/images/pi.png" alt="Troubleshooting Consul systemd on Raspberry Pi"></a></figure><div class="media-content"><p class="date"><time dateTime="2023-05-28T03:53:19.000Z">05-27-2023</time></p><p class="title"><a href="/2023/05/27/Troubleshooting-Consul-systemd-on-Raspberry-Pi/">Troubleshooting Consul systemd on Raspberry Pi</a></p><p class="categories"><a href="/categories/Homelab/">Homelab</a></p></div></article><article class="media"><div class="media-content"><p class="date"><time dateTime="2023-04-02T03:55:27.262Z">04-01-2023</time></p><p class="title"><a href="/2023/04/01/renewing-an-80s-server-cabinet/"> </a></p></div></article><article class="media"><figure class="media-left"><a class="image" href="/2023/04/01/Dynamic-SSH-ports-with-Hashicorp-Vault-TOTP/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsBAMAAACLU5NGAAAAHlBMVEVHcExZWVnU1NSbm5toaGiAgIC1tbXv7+8/Pz8ZGRkzrvrZAAAAAXRSTlMAQObYZgAAAxRJREFUeNrt2M1T00AYx/HQt1x56Iscg4UZj40tVG+GFvFIhaLHVqb1WgbwXgfHcvfQ/LfublJwU3CGKWaifj8zfckzmdlfN/uS1HEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+jLclkq/qE7f1MxgoqxPrrL2JGhzyxllr9ciLHnvnSkoOB/uLuSsfTJ5hXzTkLTiem3pLjyXAjlVilQETKqtmS+pSqbt/XlbtYV+rQjH1d308p1lA645580LFOx74cOU5eKntnEtzG6nVGUpmY+rhV8VOJlZOaegvK6hJ91l82dNC2WhtkEUt35VAG+tvAcX1JJVZBGubIi/tO5dMZVcDbWKYD1VugfoBTTCfWUF8e1VgjLlfVxTyMBtIilqf7dD2u59KJ5ZfNuJc30eGaqJ5pLE5YvBxHhYnr6cTq1czUl2d6hdhVs1L13ODeWHE9nVhxK/qjrlcIUR3m3Rsrrqcdq6TWhedbGYkVbCwuop7/emwVHohVSDPW3ZD3a9GQLz4w5KO6m/YCYfrtXBaz0k/GiuopLRCXpg+GMomuzlBUf9RM88lYUT2l5bQk5fjNr5rtWvfTwNp8FiPKT2Xz6Wueakxv1Q1deTsODlSIKzUlRzJainWlt+ryn45leNGNTc2JbmyqOyqE29OV4lIsU2+nFMu56El0l1cPOoOS2QH17d5yLFWvvHTMfpA5rtq0M6ikb3Gy5zLasLPUUWoEur5ZfrPkvLqnbvb3s3b9zOStepmbhKMgfqIEAAAAAPwLXof2X1P52bX91OfP3ttP992OfcJOv20d55p7Kz/658NwbhVe3czWrRTT6bV1wna3e2Sl6PePrRPqzWZj1ViFMAytH/9xfvP11+PidDq1Tmh1u9Y/Dvl+v2/1zlmz2V411loy1rvZ/PGxvKeOVbynt77bY21zc5KIdWhd5WRv1Z8gVi4Mf1iFF7O5PXSm02/JsdX47di6aDYHK8/EbbHHZ+6k4yQmWiM50ZzEELdnpjv+xAIHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI/2Ez8QiNuDAFljAAAAAElFTkSuQmCC" data-original="/images/vault-logo.png" alt="Dynamic SSH ports with Hashicorp Vault TOTP"></a></figure><div class="media-content"><p class="date"><time dateTime="2023-04-01T13:33:12.000Z">04-01-2023</time></p><p class="title"><a href="/2023/04/01/Dynamic-SSH-ports-with-Hashicorp-Vault-TOTP/">Dynamic SSH ports with Hashicorp Vault TOTP</a></p><p class="categories"><a href="/categories/Homelab/">Homelab</a></p></div></article><article class="media"><figure class="media-left"><a class="image" href="/2022/05/29/Own-Yourself-You-Are-Your-Brand/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsBAMAAACLU5NGAAAAHlBMVEVHcExZWVnU1NSbm5toaGiAgIC1tbXv7+8/Pz8ZGRkzrvrZAAAAAXRSTlMAQObYZgAAAxRJREFUeNrt2M1T00AYx/HQt1x56Iscg4UZj40tVG+GFvFIhaLHVqb1WgbwXgfHcvfQ/LfublJwU3CGKWaifj8zfckzmdlfN/uS1HEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+jLclkq/qE7f1MxgoqxPrrL2JGhzyxllr9ciLHnvnSkoOB/uLuSsfTJ5hXzTkLTiem3pLjyXAjlVilQETKqtmS+pSqbt/XlbtYV+rQjH1d308p1lA645580LFOx74cOU5eKntnEtzG6nVGUpmY+rhV8VOJlZOaegvK6hJ91l82dNC2WhtkEUt35VAG+tvAcX1JJVZBGubIi/tO5dMZVcDbWKYD1VugfoBTTCfWUF8e1VgjLlfVxTyMBtIilqf7dD2u59KJ5ZfNuJc30eGaqJ5pLE5YvBxHhYnr6cTq1czUl2d6hdhVs1L13ODeWHE9nVhxK/qjrlcIUR3m3Rsrrqcdq6TWhedbGYkVbCwuop7/emwVHohVSDPW3ZD3a9GQLz4w5KO6m/YCYfrtXBaz0k/GiuopLRCXpg+GMomuzlBUf9RM88lYUT2l5bQk5fjNr5rtWvfTwNp8FiPKT2Xz6Wueakxv1Q1deTsODlSIKzUlRzJainWlt+ryn45leNGNTc2JbmyqOyqE29OV4lIsU2+nFMu56El0l1cPOoOS2QH17d5yLFWvvHTMfpA5rtq0M6ikb3Gy5zLasLPUUWoEur5ZfrPkvLqnbvb3s3b9zOStepmbhKMgfqIEAAAAAPwLXof2X1P52bX91OfP3ttP992OfcJOv20d55p7Kz/658NwbhVe3czWrRTT6bV1wna3e2Sl6PePrRPqzWZj1ViFMAytH/9xfvP11+PidDq1Tmh1u9Y/Dvl+v2/1zlmz2V411loy1rvZ/PGxvKeOVbynt77bY21zc5KIdWhd5WRv1Z8gVi4Mf1iFF7O5PXSm02/JsdX47di6aDYHK8/EbbHHZ+6k4yQmWiM50ZzEELdnpjv+xAIHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI/2Ez8QiNuDAFljAAAAAElFTkSuQmCC" data-original="/images/cb-64x64.png" alt="Own Yourself - You Are Your Brand"></a></figure><div class="media-content"><p class="date"><time dateTime="2022-05-29T17:28:27.000Z">05-29-2022</time></p><p class="title"><a href="/2022/05/29/Own-Yourself-You-Are-Your-Brand/">Own Yourself - You Are Your Brand</a></p><p class="categories"><a href="/categories/Professional/">Professional</a></p></div></article><article class="media"><figure class="media-left"><a class="image" href="/2022/01/08/Monitoring-Uptime-Status-with-Github-Actions/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsBAMAAACLU5NGAAAAHlBMVEVHcExZWVnU1NSbm5toaGiAgIC1tbXv7+8/Pz8ZGRkzrvrZAAAAAXRSTlMAQObYZgAAAxRJREFUeNrt2M1T00AYx/HQt1x56Iscg4UZj40tVG+GFvFIhaLHVqb1WgbwXgfHcvfQ/LfublJwU3CGKWaifj8zfckzmdlfN/uS1HEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+jLclkq/qE7f1MxgoqxPrrL2JGhzyxllr9ciLHnvnSkoOB/uLuSsfTJ5hXzTkLTiem3pLjyXAjlVilQETKqtmS+pSqbt/XlbtYV+rQjH1d308p1lA645580LFOx74cOU5eKntnEtzG6nVGUpmY+rhV8VOJlZOaegvK6hJ91l82dNC2WhtkEUt35VAG+tvAcX1JJVZBGubIi/tO5dMZVcDbWKYD1VugfoBTTCfWUF8e1VgjLlfVxTyMBtIilqf7dD2u59KJ5ZfNuJc30eGaqJ5pLE5YvBxHhYnr6cTq1czUl2d6hdhVs1L13ODeWHE9nVhxK/qjrlcIUR3m3Rsrrqcdq6TWhedbGYkVbCwuop7/emwVHohVSDPW3ZD3a9GQLz4w5KO6m/YCYfrtXBaz0k/GiuopLRCXpg+GMomuzlBUf9RM88lYUT2l5bQk5fjNr5rtWvfTwNp8FiPKT2Xz6Wueakxv1Q1deTsODlSIKzUlRzJainWlt+ryn45leNGNTc2JbmyqOyqE29OV4lIsU2+nFMu56El0l1cPOoOS2QH17d5yLFWvvHTMfpA5rtq0M6ikb3Gy5zLasLPUUWoEur5ZfrPkvLqnbvb3s3b9zOStepmbhKMgfqIEAAAAAPwLXof2X1P52bX91OfP3ttP992OfcJOv20d55p7Kz/658NwbhVe3czWrRTT6bV1wna3e2Sl6PePrRPqzWZj1ViFMAytH/9xfvP11+PidDq1Tmh1u9Y/Dvl+v2/1zlmz2V411loy1rvZ/PGxvKeOVbynt77bY21zc5KIdWhd5WRv1Z8gVi4Mf1iFF7O5PXSm02/JsdX47di6aDYHK8/EbbHHZ+6k4yQmWiM50ZzEELdnpjv+xAIHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI/2Ez8QiNuDAFljAAAAAElFTkSuQmCC" data-original="/images/github-logo-sm.png" alt="Monitoring Uptime Status with Github Actions"></a></figure><div class="media-content"><p class="date"><time dateTime="2022-01-08T21:40:44.000Z">01-08-2022</time></p><p class="title"><a href="/2022/01/08/Monitoring-Uptime-Status-with-Github-Actions/">Monitoring Uptime Status with Github Actions</a></p><p class="categories"><a href="/categories/Software/">Software</a></p></div></article></div></div><div class="card widget" data-type="categories"><div class="card-content"><div class="menu"><h3 class="menu-label">Categories</h3><ul class="menu-list"><li><a class="level is-mobile" href="/categories/AI/"><span class="level-start"><span class="level-item">AI</span></span><span class="level-end"><span class="level-item tag">2</span></span></a></li><li><a class="level is-mobile" href="/categories/Crypto/"><span class="level-start"><span class="level-item">Crypto</span></span><span class="level-end"><span class="level-item tag">3</span></span></a></li><li><a class="level is-mobile" href="/categories/Devops/"><span class="level-start"><span class="level-item">Devops</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li><li><a class="level is-mobile" href="/categories/Home/"><span class="level-start"><span class="level-item">Home</span></span><span class="level-end"><span class="level-item tag">8</span></span></a></li><li><a class="level is-mobile" href="/categories/Homelab/"><span class="level-start"><span class="level-item">Homelab</span></span><span class="level-end"><span class="level-item tag">20</span></span></a></li><li><a class="level is-mobile" href="/categories/Linux/"><span class="level-start"><span class="level-item">Linux</span></span><span class="level-end"><span class="level-item tag">11</span></span></a></li><li><a class="level is-mobile" href="/categories/Politics/"><span class="level-start"><span class="level-item">Politics</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li><li><a class="level is-mobile" href="/categories/Professional/"><span class="level-start"><span class="level-item">Professional</span></span><span class="level-end"><span class="level-item tag">3</span></span></a></li><li><a class="level is-mobile" href="/categories/Projects/"><span class="level-start"><span class="level-item">Projects</span></span><span class="level-end"><span class="level-item tag">7</span></span></a></li><li><a class="level is-mobile" href="/categories/Software/"><span class="level-start"><span class="level-item">Software</span></span><span class="level-end"><span class="level-item tag">8</span></span></a></li><li><a class="level is-mobile" href="/categories/Telematics/"><span class="level-start"><span class="level-item">Telematics</span></span><span class="level-end"><span class="level-item tag">3</span></span></a></li><li><a class="level is-mobile" href="/categories/Web/"><span class="level-start"><span class="level-item">Web</span></span><span class="level-end"><span class="level-item tag">1</span></span></a></li></ul></div></div></div></div></div></div></section><footer class="footer"><div class="container"><div class="level"><div class="level-start"><a class="footer-logo is-block mb-2" href="/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsBAMAAACLU5NGAAAAHlBMVEVHcExZWVnU1NSbm5toaGiAgIC1tbXv7+8/Pz8ZGRkzrvrZAAAAAXRSTlMAQObYZgAAAxRJREFUeNrt2M1T00AYx/HQt1x56Iscg4UZj40tVG+GFvFIhaLHVqb1WgbwXgfHcvfQ/LfublJwU3CGKWaifj8zfckzmdlfN/uS1HEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+jLclkq/qE7f1MxgoqxPrrL2JGhzyxllr9ciLHnvnSkoOB/uLuSsfTJ5hXzTkLTiem3pLjyXAjlVilQETKqtmS+pSqbt/XlbtYV+rQjH1d308p1lA645580LFOx74cOU5eKntnEtzG6nVGUpmY+rhV8VOJlZOaegvK6hJ91l82dNC2WhtkEUt35VAG+tvAcX1JJVZBGubIi/tO5dMZVcDbWKYD1VugfoBTTCfWUF8e1VgjLlfVxTyMBtIilqf7dD2u59KJ5ZfNuJc30eGaqJ5pLE5YvBxHhYnr6cTq1czUl2d6hdhVs1L13ODeWHE9nVhxK/qjrlcIUR3m3Rsrrqcdq6TWhedbGYkVbCwuop7/emwVHohVSDPW3ZD3a9GQLz4w5KO6m/YCYfrtXBaz0k/GiuopLRCXpg+GMomuzlBUf9RM88lYUT2l5bQk5fjNr5rtWvfTwNp8FiPKT2Xz6Wueakxv1Q1deTsODlSIKzUlRzJainWlt+ryn45leNGNTc2JbmyqOyqE29OV4lIsU2+nFMu56El0l1cPOoOS2QH17d5yLFWvvHTMfpA5rtq0M6ikb3Gy5zLasLPUUWoEur5ZfrPkvLqnbvb3s3b9zOStepmbhKMgfqIEAAAAAPwLXof2X1P52bX91OfP3ttP992OfcJOv20d55p7Kz/658NwbhVe3czWrRTT6bV1wna3e2Sl6PePrRPqzWZj1ViFMAytH/9xfvP11+PidDq1Tmh1u9Y/Dvl+v2/1zlmz2V411loy1rvZ/PGxvKeOVbynt77bY21zc5KIdWhd5WRv1Z8gVi4Mf1iFF7O5PXSm02/JsdX47di6aDYHK8/EbbHHZ+6k4yQmWiM50ZzEELdnpjv+xAIHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI/2Ez8QiNuDAFljAAAAAElFTkSuQmCC" data-original="/images/logo.png" alt="Chris Bergerons Tech Blog" height="28" width="288"></a><p class="is-size-7"><span>© 2026 Chris Bergeron</span> Powered by <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a> & <a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">Icarus</a></p></div><div class="level-end"><div class="field has-addons"><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="RSS" href="https://chrisbergeron.com/atom.xml"><i class="fa fa-rss fa-1x"></i></a></p><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="GitHub" href="https://github.com/chrisbergeron/"><i class="fab fa-github"></i></a></p><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="Medium" href="https://c-bergeron.medium.com/"><i class="fab fa-medium"></i></a></p><p class="control"><a class="button is-transparent is-large" target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/bergeron"><i class="fab fa-tiwtter"></i></a></p></div></div></div></div></footer><script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script><script src="https://cdn.jsdelivr.net/npm/moment@2.22.2/min/moment-with-locales.min.js"></script><script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.4/dist/clipboard.min.js" async></script><script>moment.locale("en");</script><script>var IcarusThemeSettings = {
article: {
highlight: {
clipboard: true,
fold: 'unfolded'
}
}
};</script><script src="/js/column.js"></script><a id="back-to-top" title="Back to top" href="javascript:;"><i class="fas fa-chevron-up"></i></a><script src="/js/back_to_top.js" defer></script><!--!--><!--!--><!--!--><script src="https://cdn.jsdelivr.net/npm/cookieconsent@3.1.1/build/cookieconsent.min.js" defer></script><script>window.addEventListener("load", () => {
window.cookieconsent.initialise({
type: "info",
theme: "edgeless",
static: false,
position: "bottom-left",
content: {
message: "This website uses cookies to improve your experience.",
dismiss: "Got it!",
allow: "Allow cookies",
deny: "Decline",
link: "Learn more",
policy: "Cookie Policy",
href: "https://www.cookiesandyou.com/",
},
palette: {
popup: {
background: "#edeff5",
text: "#838391"
},
button: {
background: "#4b81e8"
},
},
});
});</script><script src="https://cdn.jsdelivr.net/npm/lightgallery@1.6.8/dist/js/lightgallery.min.js" defer></script><script src="https://cdn.jsdelivr.net/npm/justifiedGallery@3.7.0/dist/js/jquery.justifiedGallery.min.js" defer></script><script>window.addEventListener("load", () => {
if (typeof $.fn.lightGallery === 'function') {
$('.article').lightGallery({ selector: '.gallery-item' });
}
if (typeof $.fn.justifiedGallery === 'function') {
if ($('.justified-gallery > p > .gallery-item').length) {
$('.justified-gallery > p > .gallery-item').unwrap();
}
$('.justified-gallery').justifiedGallery();
}
});</script><!--!--><!--!--><!--!--><!--!--><script src="/js/main.js" defer></script><div class="searchbox"><div class="searchbox-container"><div class="searchbox-header"><div class="searchbox-input-container"><input class="searchbox-input" type="text" placeholder="Type something..."></div><a class="searchbox-close" href="javascript:;">×</a></div><div class="searchbox-body"></div></div></div><script src="/js/insight.js" defer></script><script>document.addEventListener('DOMContentLoaded', function () {
loadInsight({"contentUrl":"/content.json"}, {"hint":"Type something...","untitled":"(Untitled)","posts":"Posts","pages":"Pages","categories":"Categories","tags":"Tags"});
});</script><script>!function(r){var o=Array.prototype.slice.call(document.querySelectorAll("[data-original]"));function t(){for(var t=0;t<o.length;t++)!function(t){var e,i,n,l;i=o[t],n=i.getBoundingClientRect(),l=r.innerWidth||document.documentElement.clientWidth,i=r.innerHeight||document.documentElement.clientHeight,(100<=n.top||100<=n.left||n.top<0&&100<=n.top+n.height||n.left<0&&100<=n.left+n.width)&&n.top<=i&&n.left<=l&&(e=o[t],i=function(){o.splice(t,1)},n=e.getAttribute("data-original"),"yes"!==e.getAttribute("data-init")&&(l=e.getAttribute("data-isbg"),n=n.replace(/^https?:/,""),l?e.style.backgroundImage=n:e.setAttribute("src",n),e.setAttribute("data-init","yes"),i&&i()))}(t)}t(),r.addEventListener("scroll",t)}(this);</script></body></html>