mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
78 lines
2.6 KiB
HTML
78 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="author" content="Daniel Wayne Armstrong">
|
|
<meta name="description" content="Libre all the things">
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="stylesheet" href="/fonts/yanone_kaffeesatz/style.css" type="text/css" media="all">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
|
|
<title>Daniel Wayne Armstrong</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header id="mainMenu">
|
|
<nav>
|
|
<a href="/" class="author">Daniel Wayne Armstrong</a>
|
|
<span class="separator">•</span> <a href="/archive/">Archive</a>
|
|
<span class="separator">•</span> <a href="/feed.xml" target="_blank">RSS</a>
|
|
<span class="separator">•</span> <a href="https://fosstodon.org/@dwarmstrong" target="_blank">Fediverse</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<div id="greeting">
|
|
<p><img src="/img/me2-240px.jpg" alt="me" width="110" height="110" class="me" />Hello! I'm <span class="author">Daniel</span>. Welcome to my blog. Here are <a href="/archive/">all my posts</a>.
|
|
</p>
|
|
<p>I love <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software" target="_blank">free/libre software</a>, run <a href="/tags/linux/">Linux</a> or <a href="/tags/bsd/">BSD</a> on every computer I get my hands on, and think a good book paired with a cup of coffee is a little piece of Heaven.
|
|
</p>
|
|
<div class="clear-float">
|
|
<h2>Latest Posts</h2>
|
|
<ul class="latest-list">
|
|
|
|
|
|
|
|
<li>
|
|
<a href="https://www.dwarmstrong.org/netbsd-encrypt-install/">NetBSD Installation with Disk Encryption</a>
|
|
<br /><span class="meta">Last edited on 2026-04-12</span>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<a href="https://www.dwarmstrong.org/netbsd-ssh-keys/">Configure SSH on NetBSD for Passwordless Logins to Servers</a>
|
|
<br /><span class="meta">Last edited on 2026-04-06</span>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<a href="https://www.dwarmstrong.org/chimera-install-zfs/">Just Enough Chimera Linux</a>
|
|
<br /><span class="meta">Last edited on 2026-04-03</span>
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<hr>
|
|
<p><em>The impediment to action advances action. What stands in the way becomes the Way.</em> — Marcus Aurelius<br />
|
|
© 2026 Daniel Wayne Armstrong
|
|
<span class="separator">•</span> <a href="/contact/">Contact</a>
|
|
<span class="separator">•</span> Created with <span class="love">♥</span> using <a href="https://www.getzola.org/" target="_blank">Zola</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|