vault backup: 2025-04-23 18:53:36

This commit is contained in:
Jerry Jacobs 2025-04-23 18:53:36 +02:00
parent d27c962b9f
commit c6b5039e57
2 changed files with 18 additions and 6 deletions

View File

@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "2025/xg-infra.md", "file": "2025/xg-infra-guava.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "xg-infra" "title": "xg-infra-guava"
} }
} }
] ]
@ -74,8 +74,7 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -169,11 +168,12 @@
}, },
"active": "a0e3a8c10d55aaec", "active": "a0e3a8c10d55aaec",
"lastOpenFiles": [ "lastOpenFiles": [
"2025/Brewlog 2025.md", "2025/xg-infra-vorke-upgrade-2025.md",
"2025/xg-infra-guava.md",
"2025/xg-infra.md", "2025/xg-infra.md",
"2025/Brewlog 2025.md",
"2022/computers-and-machines.md", "2022/computers-and-machines.md",
"2025/xg-infra-nas-upgrade-2025.md", "2025/xg-infra-nas-upgrade-2025.md",
"2025/xg-infra-vorke-upgrade-2025.md",
"2025/FreeBSD libcxxrt broken.md", "2025/FreeBSD libcxxrt broken.md",
"2024/Github multiple users and keys.md", "2024/Github multiple users and keys.md",
"2024/freebsd-jail-vanilla.md", "2024/freebsd-jail-vanilla.md",

12
2025/xg-infra-guava.md Normal file
View File

@ -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`
*