From c6b5039e572f77a86224307c138fd5c1005deeda Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Wed, 23 Apr 2025 18:53:36 +0200 Subject: [PATCH] vault backup: 2025-04-23 18:53:36 --- .obsidian/workspace.json | 12 ++++++------ 2025/xg-infra-guava.md | 12 ++++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 2025/xg-infra-guava.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8c6336c..19a1d97 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "2025/xg-infra.md", + "file": "2025/xg-infra-guava.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "xg-infra" + "title": "xg-infra-guava" } } ] @@ -74,8 +74,7 @@ "title": "Bookmarks" } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -169,11 +168,12 @@ }, "active": "a0e3a8c10d55aaec", "lastOpenFiles": [ - "2025/Brewlog 2025.md", + "2025/xg-infra-vorke-upgrade-2025.md", + "2025/xg-infra-guava.md", "2025/xg-infra.md", + "2025/Brewlog 2025.md", "2022/computers-and-machines.md", "2025/xg-infra-nas-upgrade-2025.md", - "2025/xg-infra-vorke-upgrade-2025.md", "2025/FreeBSD libcxxrt broken.md", "2024/Github multiple users and keys.md", "2024/freebsd-jail-vanilla.md", diff --git a/2025/xg-infra-guava.md b/2025/xg-infra-guava.md new file mode 100644 index 0000000..d2e17b9 --- /dev/null +++ b/2025/xg-infra-guava.md @@ -0,0 +1,12 @@ +Dedibox Scaleway Online.net + +## Installation btrfs /data + +* Create big `/data/` disk as `ext4` (via webgui) +* `umount /data` +* Install btrfs tools: `apt install btrfs-progs` +* List disks: `fdisk -l` +* Format whole partition to btrfs: `/sbin/mkfs.btrfs -f /dev/sda4` +* Install neovim: `apt install neovim` +* Get disk UUID: `blkid` +* \ No newline at end of file