Another tinker 8-3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
date = '2026-08-01T05:16:03Z'
|
||||
title = 'Cachylove'
|
||||
draft = true
|
||||
tags = ["docs", "linux", "tech"]
|
||||
+++
|
||||
|
||||
**https://cachyos.org/download/**
|
||||
|
||||
+17
-1
@@ -12,7 +12,7 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
|
||||
|
||||
## 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:
|
||||
I'm assuming your drive is already installed. If not, 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
|
||||
@@ -25,3 +25,19 @@ Then we leave that terminal open to the side, and open up what we just installed
|
||||
gnome-disk-utility
|
||||
```
|
||||
|
||||
Ideally you'll have Disks on one window, terminal on the other.
|
||||
|
||||
Now. In Disks, you'll want to format your disk from the 3-dot menu in the top right.
|
||||
|
||||
Once formatted, mount the sucker. Name it something you'll remember, we'll need it soon.
|
||||
|
||||
*(Quick note! If you plan to daily this drive in Linux, leave it as "ext4". If you intend to dual boot, format to "fat32")*
|
||||
|
||||
Now you're formatted. You'll notice a little string of numbers under the partition now, a field labeled "UUID". We need that. Copy paste your UUID, and move over to the terminal
|
||||
|
||||
In your terminal, run
|
||||
|
||||
```bash
|
||||
sudo nano /etc/fstab
|
||||
```
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
+++
|
||||
date = '2026-08-01T04:24:46Z'
|
||||
title = 'The Chicken Street Band'
|
||||
tags = ["music", "chickenstreetband", "maine"]
|
||||
+++
|
||||
**A collection of my favorite moments with these goons.**
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
date = '2026-08-01T20:06:17Z'
|
||||
title = 'Statica EP - Avenged Sevenfold'
|
||||
draft = false
|
||||
tags = ["music", "review"]
|
||||
+++
|
||||
|
||||
## The band
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = 'Search'
|
||||
layout = "search"
|
||||
summary = "search"
|
||||
placeholder = "search"
|
||||
+++
|
||||
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '2026-08-03T19:02:10-04:00'
|
||||
title = 'Tags'
|
||||
layout = "terms"
|
||||
+++
|
||||
Reference in New Issue
Block a user