54 lines
2.4 KiB
HTML
54 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
<meta name="description" content="Hexaitos’ blog has posts on computers, languages and photography. Mostly computers and Linux though. Here you will find posts about random projects I have undertaken.">
|
||
|
||
<title>hexaitos.com – Blog</title>
|
||
|
||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||
|
||
<body>
|
||
<div class="menu">
|
||
<a href="/index.html">Home</a>
|
||
<a href="/blog.html">Blog</a>
|
||
<a href="/art.html">Art</a>
|
||
<a href="/refsheet.html">Ref sheet</a>
|
||
<a href="/contact.html">Contact</a>
|
||
</div>
|
||
|
||
<div class="main">
|
||
<h1>Blog Posts</h1>
|
||
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="/2024/11/19/asahi-on-m1-mba.html">Asahi Linux on my base model M1 MacBook Air (19 Nov 2024)</a>
|
||
<p>In this blog post I will be taking a quick look at Asahi Linux and my opinions on it so far. I have installed it on my base-model M1 MacBook Air and am planning of perhaps turning it into a very low-powered yet still powerful server.</p>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/2024/10/29/hosting_at_home.html">Hosting my websites at home but I only have a public IPv6 subnet (29 Oct 2024)</a>
|
||
<p><p>I wanted to write a small series of blog posts detailing how I made it so that my websites that are hosted at the server in my apartment (which only has a public IPv6 address) can be accessed from the Internet even if you’re in an IPv4-only network and I wanted to start by writing a post about how I delegated an IPv6 prefix to my OPNsense installation from my FRITZ!Box. (Un)fortunately, just as I finished writing it, I found out that the official (I think) <a href="https://docs.opnsense.org/manual/how-tos/ipv6_fb.html">OPNsense documentation</a> has the <em>exact</em> thing I wrote about documented already, so there’s really no point in my posting my own version that is almost literally the same thing.</p>
|
||
</p>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/2024/09/30/first_blog_post.html">My first blog post (30 Sep 2024)</a>
|
||
<p><p>Hello everyone! This is my first blog post, mostly just to try out how everything works.</p>
|
||
</p>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
<footer>
|
||
<p>2024 - 2024 hexaitos.com</p>
|
||
<p>Made with Jekyll</p>
|
||
<a rel="me" href="https://squawk.social/@hexaitos"></a>
|
||
</footer>
|
||
</body>
|
||
</html>
|