vault backup: 2026-05-15 10:32:24

This commit is contained in:
2026-05-15 10:32:24 +01:00
parent 85283bd6a5
commit 1ea9c94808
3 changed files with 47 additions and 6 deletions
+20 -6
View File
@@ -146,9 +146,23 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "2026-05-15 0719 on docker compose, volumes, and bind mounts" "title": "2026-05-15 0719 on docker compose, volumes, and bind mounts"
} }
},
{
"id": "e69ab0bcda1898c4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Inbox/Linux CLI Config and Commands.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Linux CLI Config and Commands"
}
} }
], ],
"currentTab": 9 "currentTab": 10
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -222,7 +236,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md", "file": "_Inbox/Linux CLI Config and Commands.md",
"collapseAll": true, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "byCreatedTime", "sortOrder": "byCreatedTime",
@@ -232,7 +246,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for 2026-05-15 0719 on docker compose, volumes, and bind mounts" "title": "Backlinks for Linux CLI Config and Commands"
} }
}, },
{ {
@@ -355,8 +369,10 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "ac09197d72c8a3b5", "active": "e69ab0bcda1898c4",
"lastOpenFiles": [ "lastOpenFiles": [
"Daily Notes/2026-05-15.md",
"_Inbox/Linux CLI Config and Commands.md",
"_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md", "_Inbox/2026-05-15 0719 on docker compose, volumes, and bind mounts.md",
"_Inbox/OpenZFS.md", "_Inbox/OpenZFS.md",
"_Inbox/Sanoid and Syncoid Setup.md", "_Inbox/Sanoid and Syncoid Setup.md",
@@ -384,8 +400,6 @@
"References/Western Digital 2.0 TB HDD WD20EARX 863.md", "References/Western Digital 2.0 TB HDD WD20EARX 863.md",
"References/Western Digital 2.0 TB HDD WD20EZRZ.md", "References/Western Digital 2.0 TB HDD WD20EZRZ.md",
"References/Toshiba 2TB HDD DT01ACA200.md", "References/Toshiba 2TB HDD DT01ACA200.md",
"References/Margret Dianne Hodgetts.md",
"Daily Notes/2025-12-25.md",
"Attachments/ThinkCentre_M720_Tiny_Spec.pdf", "Attachments/ThinkCentre_M720_Tiny_Spec.pdf",
"Attachments/PXL_20260512_135458828.jpg", "Attachments/PXL_20260512_135458828.jpg",
"Attachments/PXL_20260512_130415266.jpg", "Attachments/PXL_20260512_130415266.jpg",
+14
View File
@@ -0,0 +1,14 @@
---
date: 2026-05-15
created: 2026-05-15T10:22:57
category:
- "[[Daily Notes]]"
---
# Friday 15th May 2026
[[Home]] | [[PARA|PARA Board]] | [[2026-05-14|< Back]] | [[2026-05-16|Forward >]]
## today's activity
![[Daily note today.base]]
## in focus
![[PARA.base]]
+13
View File
@@ -0,0 +1,13 @@
---
created: 2026-05-15T10:23:05
category:
- "[[Note]]"
title: Linux CLI Commands
tags:
---
### Networking
network config file is located (usually `01-netcfg.yaml` or `50-cloud-init.yaml`)
```
nano /etc/netplan/50-cloud-init.yaml
```