aboutsummaryrefslogtreecommitdiff
path: root/build/OpenBSD_is_a_Cozy_Operating_System/index.html
blob: 8a52f755f56aea0e8b5ee82d07d230e4c9c6a5d5 (plain)
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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="color-scheme" content="dark light">
	<link rel="icon" href="data:,">
	<title>OpenBSD is a Cozy Operating System</title>
	<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
	<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{background:rgba(0,0,0,0.1);border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
</head>

<nav>
	<a href="#menu">Menu &darr;</a>
</nav>

<main>
<h1 id="openbsd-is-a-cozy-operating-system">OpenBSD is a Cozy Operating System</h1>
<p>2024-04-11</p>
<p>With the recent release of OpenBSD 7.5, I decided to run through my <a href="https://git.btxx.org/open-suck/about/">personal OpenBSD &#8220;installer&#8221;</a> for laptop&#47;desktop devices. The project is built off of the <code>dwm</code> tiling window manager and only installs a few basic packages. The last time I updated it was with the release of 7.3, so it&#8217;s been due for an minor rework.</p>
<p>While making these minor changes, I remembered how incredibly easy the entire install process for OpenBSD is and how <em>cozy</em> the entire operating system feels. All the core systems just work out the box. Yes, you need to &#8220;patch&#8221; in WiFi with a firmware update, so you&#8217;ll need an Ethernet connection during the initial setup. Yes, the default desktop environment is not intuitive or ideal for newcomers.</p>
<p>But the positives heavily outweigh the negatives (in my opinion):</p>
<ul>
<li>Incredibly secure operating system (No <code>xz</code> drama here&#8230;)</li>
<li>Detailed documentation. Probably one of the best of any OS</li>
<li>Much smaller codebase and small core team</li>
<li><em>Complete</em> operating system (kernel, userland utilities, libraries, applications combined)</li>
</ul>
<p>These points might not seem important to others, but they are to me. Maybe you&#8217;re possibly interested in checking it out yourself? If you are, then read on&#8230;</p>
<h2 id="try-it-yourself">Try it Yourself!</h2>
<p>I&#8217;ve tried my best to write up a simplified, noob-friendly guide on both setting up the core OpenBSD system, along with installing a simple <code>dwm</code> based desktop environment. These are both focused on personal devices (laptops&#47;computers), so if you&#8217;re looking for server-specific setups you won&#8217;t find that here!</p>
<p>You can find both of those wiki-pages below:</p>
<ul>
<li><a href="https://btxx.org/wiki/openbsd/installation/">Installing OpenBSD</a></li>
<li><a href="https://btxx.org/wiki/openbsd/desktop_environment/">Setting up a Desktop Environment for OpenBSD</a></li>
</ul>
<p>Some additional reading I highly recommend is: <a href="https://www.c0ffee.net/blog/openbsd-on-a-laptop">c0ffee.net&#47;blog&#47;openbsd-on-a-laptop</a></p>
<footer role="contentinfo">
    <h2>Menu Navigation</h2>
    <ul id="menu">
        <li><a href="/">Home</a></li>
        <li><a href="/projects">Projects</a></li>
        <li><a href="/uses">Uses</a></li>
        <li><a href="/wiki">Wiki</a></li>
        <li><a href="/resume">Resume</a></li>
        <li><a href="/colophon">Colophon</a></li>
        <li><a href="/now">Now</a></li>
        <li><a href="/donate">Donate</a></li>
        <li><a href="/atom.xml">RSS</a></li>
        <li><a href="#top">&uarr; Top of the page</a></li>
    </ul>
    <small>
        Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br>
        Maintained with ♥ for the web. <br>
        Proud supporter of <a href="https://usefathom.com/ref/DKHJVX">Fathom</a> &amp; <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a>. <br>
        The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/bt.ht">code for this site</a> is <a href="https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE">MIT</a>.
    </small>
</footer>