vault backup: 2025-04-23 18:53:36
This commit is contained in:
parent
d27c962b9f
commit
c6b5039e57
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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`
|
||||||
|
*
|
||||||
Loading…
Reference in New Issue