From 1ea9c9480861bdb1461f90286a14590599cd8af1 Mon Sep 17 00:00:00 2001 From: bobbie Date: Fri, 15 May 2026 10:32:24 +0100 Subject: [PATCH] vault backup: 2026-05-15 10:32:24 --- .obsidian/workspace.json | 26 +++++++++++++++++++------ Daily Notes/2026-05-15.md | 14 +++++++++++++ _Inbox/Linux CLI Config and Commands.md | 13 +++++++++++++ 3 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 Daily Notes/2026-05-15.md create mode 100644 _Inbox/Linux CLI Config and Commands.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 890c9e8..40cad78 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -146,9 +146,23 @@ "icon": "lucide-file", "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" @@ -222,7 +236,7 @@ "state": { "type": "backlink", "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, "extraContext": false, "sortOrder": "byCreatedTime", @@ -232,7 +246,7 @@ "unlinkedCollapsed": true }, "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 } }, - "active": "ac09197d72c8a3b5", + "active": "e69ab0bcda1898c4", "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/OpenZFS.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 WD20EZRZ.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/PXL_20260512_135458828.jpg", "Attachments/PXL_20260512_130415266.jpg", diff --git a/Daily Notes/2026-05-15.md b/Daily Notes/2026-05-15.md new file mode 100644 index 0000000..1c6e687 --- /dev/null +++ b/Daily Notes/2026-05-15.md @@ -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]] + diff --git a/_Inbox/Linux CLI Config and Commands.md b/_Inbox/Linux CLI Config and Commands.md new file mode 100644 index 0000000..199f54c --- /dev/null +++ b/_Inbox/Linux CLI Config and Commands.md @@ -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 +```