edited some music pages, started an 'fstab' guide

This commit is contained in:
2026-08-03 11:06:58 -04:00
parent 172ba53038
commit 07278c6edc
38 changed files with 1625 additions and 205 deletions
+9 -1
View File
@@ -1,4 +1,12 @@
+++
date = '2026-07-31T17:10:58-04:00'
title = 'Docs'
title = ''
+++
# **DON'T BLINDLY COPY ANYBODY'S CODE!!**
I do my best to check my work before putting anything up, but that doesn't mean I won't make mistakes.
*CHECK BEFORE YOU COPY*
Theenx :*
+7
View File
@@ -3,3 +3,10 @@ date = '2026-08-01T05:16:03Z'
title = 'Cachylove'
draft = true
+++
**https://cachyos.org/download/**
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
Go download it while you read this
+22 -2
View File
@@ -1,7 +1,27 @@
+++
date = '2026-08-02T20:58:52-04:00'
title = 'Fstab'
title = 'fstab guide'
draft = true
+++
When I first
When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this?
Why not.
This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today's guide we'll be using CachyOS, adjust for your package manager accordingly! :)
## STOP TALKING AND GIVE ME INFO
To begin, if you don't already have it, I like to use Gnome's Disk Utility on most of my distributions. Install it with:
```bash
sudo pacman -Syyu
sudo pacman -S gnome-disk-utility
```
Then we leave that terminal open to the side, and open up what we just installed. You can either search "Disks" in your app launcher, or run:
```bash
gnome-disk-utility
```