aboutsummaryrefslogtreecommitdiff
path: root/build/OpenBSD_is_a_Cozy_Operating_System
diff options
context:
space:
mode:
Diffstat (limited to 'build/OpenBSD_is_a_Cozy_Operating_System')
-rw-r--r--build/OpenBSD_is_a_Cozy_Operating_System/index.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/build/OpenBSD_is_a_Cozy_Operating_System/index.html b/build/OpenBSD_is_a_Cozy_Operating_System/index.html
index f29e351..8a52f75 100644
--- a/build/OpenBSD_is_a_Cozy_Operating_System/index.html
+++ b/build/OpenBSD_is_a_Cozy_Operating_System/index.html
@@ -3,11 +3,12 @@
<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;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
+<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>
@@ -16,35 +17,24 @@
<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>