Another tinker 8-3

This commit is contained in:
2026-08-03 19:07:30 -04:00
parent e5004101ee
commit 6145a9faa1
61 changed files with 2576 additions and 34 deletions
+14 -7
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<title>Cachylove | TheWittyBanter.com</title>
<meta name="keywords" content="">
<meta name="keywords" content="docs, linux, tech">
<meta name="description" content="https://cachyos.org/download/
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
Go download it while you read this">
@@ -96,6 +96,16 @@ Go download it while you read this">
<span>Docs</span>
</a>
</li>
<li>
<a href="//localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
<li>
<a href="//localhost:1313/search/" title="Search (Alt &#43; /)" accesskey=/>
<span>Search</span>
</a>
</li>
</ul>
</nav>
</header>
@@ -117,12 +127,6 @@ Go download it while you read this">
</nav>
<h1 class="post-title entry-hint-parent">
Cachylove
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h1>
<div class="post-meta">
@@ -140,6 +144,9 @@ Go download it while you read this">
<footer class="post-footer">
<ul class="post-tags">
<li><a href="//localhost:1313/tags/docs/">Docs</a></li>
<li><a href="//localhost:1313/tags/linux/">Linux</a></li>
<li><a href="//localhost:1313/tags/tech/">Tech</a></li>
</ul>
</footer>
</article>
+10
View File
@@ -109,6 +109,16 @@ Immich">
<span>Docs</span>
</a>
</li>
<li>
<a href="//localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
<li>
<a href="//localhost:1313/search/" title="Search (Alt &#43; /)" accesskey=/>
<span>Search</span>
</a>
</li>
</ul>
</nav>
</header>
+10
View File
@@ -94,6 +94,16 @@
<span>Docs</span>
</a>
</li>
<li>
<a href="//localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
<li>
<a href="//localhost:1313/search/" title="Search (Alt &#43; /)" accesskey=/>
<span>Search</span>
</a>
</li>
</ul>
</nav>
</header>
+19 -2
View File
@@ -96,6 +96,16 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
<span>Docs</span>
</a>
</li>
<li>
<a href="//localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
<li>
<a href="//localhost:1313/search/" title="Search (Alt &#43; /)" accesskey=/>
<span>Search</span>
</a>
</li>
</ul>
</nav>
</header>
@@ -126,7 +136,7 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
</h1>
<div class="post-meta">
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span>&nbsp;·&nbsp;<span>1 min</span>
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span>&nbsp;·&nbsp;<span>2 min</span>
</div>
</header> <details class="toc" >
@@ -146,11 +156,18 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
<p>Why not.</p>
<p>This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today&rsquo;s guide we&rsquo;ll be using CachyOS, adjust for your package manager accordingly! :)</p>
<h2 id="stop-talking-and-give-me-info">STOP TALKING AND GIVE ME INFO<a hidden class="anchor" aria-hidden="true" href="#stop-talking-and-give-me-info">#</a></h2>
<p>To begin, if you don&rsquo;t already have it, I like to use Gnome&rsquo;s Disk Utility on most of my distributions. Install it with:</p>
<p>I&rsquo;m assuming your drive is already installed. If not, To begin, if you don&rsquo;t already have it, I like to use Gnome&rsquo;s Disk Utility on most of my distributions. Install it with:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo pacman -Syyu
</span></span><span style="display:flex;"><span>sudo pacman -S gnome-disk-utility
</span></span></code></pre></div><p>Then we leave that terminal open to the side, and open up what we just installed. You can either search &ldquo;Disks&rdquo; in your app launcher, or run:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>gnome-disk-utility
</span></span></code></pre></div><p>Ideally you&rsquo;ll have Disks on one window, terminal on the other.</p>
<p>Now. In Disks, you&rsquo;ll want to format your disk from the 3-dot menu in the top right.</p>
<p>Once formatted, mount the sucker. Name it something you&rsquo;ll remember, we&rsquo;ll need it soon.</p>
<p><em>(Quick note! If you plan to daily this drive in Linux, leave it as &ldquo;ext4&rdquo;. If you intend to dual boot, format to &ldquo;fat32&rdquo;)</em></p>
<p>Now you&rsquo;re formatted. You&rsquo;ll notice a little string of numbers under the partition now, a field labeled &ldquo;UUID&rdquo;. We need that. Copy paste your UUID, and move over to the terminal</p>
<p>In your terminal, run</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo nano /etc/fstab
</span></span></code></pre></div>
</div>
+11 -7
View File
@@ -98,6 +98,16 @@ Theenx :*">
<span class="active">Docs</span>
</a>
</li>
<li>
<a href="//localhost:1313/tags/" title="Tags">
<span>Tags</span>
</a>
</li>
<li>
<a href="//localhost:1313/search/" title="Search (Alt &#43; /)" accesskey=/>
<span>Search</span>
</a>
</li>
</ul>
</nav>
</header>
@@ -129,19 +139,13 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
</div>
<footer class="entry-footer">
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span>&nbsp;·&nbsp;<span>1 min</span></footer>
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span>&nbsp;·&nbsp;<span>2 min</span></footer>
<a class="entry-link" aria-label="post link to fstab guide" href="//localhost:1313/docs/fstab/"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Cachylove
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2>
</header>
<div class="entry-content">