mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-07 13:54:24 +02:00
Cheatsheet bit
This commit is contained in:
parent
79994eed51
commit
67ffbe38f1
2 changed files with 22 additions and 0 deletions
|
@ -27,6 +27,10 @@ contentTypeName = 'rambles'
|
|||
identifier = "rambles"
|
||||
name = "rambles"
|
||||
url = "/rambles/"
|
||||
[[menu.main]]
|
||||
identifier = "cheatsheet"
|
||||
name = "cheatsheet"
|
||||
url = "/cheatsheet/"
|
||||
[[menu.services]]
|
||||
identifier = "searXNG instance"
|
||||
name = "searXNG instance"
|
||||
|
|
18
src/content/cheatsheet.md
Normal file
18
src/content/cheatsheet.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Cheatsheet
|
||||
description: A cheatsheet with a few random command and concepts
|
||||
---
|
||||
|
||||
# Cheatsheet
|
||||
|
||||
This is a collection of random commands that I want store somewhere I wont forget it[^1].
|
||||
|
||||
## ZFS
|
||||
|
||||
The ZFS settings you probably want when creating a pool. Shamelessly ripped from [another cheatsheet](https://jrs-s.net/2018/08/17/zfs-tuning-cheat-sheet/).
|
||||
|
||||
```sh
|
||||
sudo zpool create gayms mirror /dev/sda /dev/sdb -O compression=lz4 -o ashift=12 -O atime=off -O xattr=sa
|
||||
```
|
||||
|
||||
[^1]: For some reason I wouldn't be able to get myself to keep track of a `notes.md` file if my life depended on it.
|
Loading…
Add table
Add a link
Reference in a new issue