diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-08 13:43:37 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-08 13:43:37 -0400 |
commit | 16d28628aca9b2d356de31c319f5e7bc0f5b2b02 (patch) | |
tree | 11947abb71e38cbe75116871694a44c33d257763 /build/OpenBSD_is_a_Cozy_Operating_System/index.html | |
parent | dcfb172704f3afb68a30425029ec834be2883274 (diff) |
Remove incorrectly generated files, fix up markdown articles
Diffstat (limited to 'build/OpenBSD_is_a_Cozy_Operating_System/index.html')
-rw-r--r-- | build/OpenBSD_is_a_Cozy_Operating_System/index.html | 14 |
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 “installer”</a> for laptop/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’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 “patch” in WiFi with a firmware update, so you’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…)</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’re possibly interested in checking it out yourself? If you are, then read on…</p> - <h2 id="try-it-yourself">Try it Yourself!</h2> - <p>I’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/computers), so if you’re looking for server-specific setups you won’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/blog/openbsd-on-a-laptop</a></p> <footer role="contentinfo"> <h2>Menu Navigation</h2> |