diff --git a/.obsidian/workspace b/.obsidian/workspace index 233331afc..9fd9ddc4a 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -22,7 +22,7 @@ { "id": "8820f606918a32a8", "type": "leaf", - "dimension": 14.645193759436337, + "dimension": 14.645193759436335, "state": { "type": "markdown", "state": { @@ -46,11 +46,23 @@ { "id": "6b3cb60c60fb9b0b", "type": "leaf", - "dimension": 23.100150981378963, + "dimension": 11.550075490689483, "state": { "type": "markdown", "state": { - "file": "entr.md", + "file": "2021-05-14.md", + "mode": "source" + } + } + }, + { + "id": "6df44b5b4acb479a", + "type": "leaf", + "dimension": 11.550075490689483, + "state": { + "type": "markdown", + "state": { + "file": "systemctl.md", "mode": "source" } } @@ -171,7 +183,7 @@ "state": { "type": "backlink", "state": { - "file": "entr.md", + "file": "systemctl.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -188,7 +200,7 @@ "state": { "type": "outline", "state": { - "file": "entr.md" + "file": "systemctl.md" } } }, @@ -221,17 +233,17 @@ "width": 300, "collapsed": true }, - "active": "6b3cb60c60fb9b0b", + "active": "6df44b5b4acb479a", "lastOpenFiles": [ + "systemctl.md", + "2021-05-14.md", "entr.md", "agora ctzn.md", "tools for thought.md", "do.md", - "2021-05-14.md", "tft.md", "michael taft.md", "list.md", - "ctzn.md", - "pulled.md" + "ctzn.md" ] } \ No newline at end of file diff --git a/2021-05-14.md b/2021-05-14.md index 14bba2f7b..6d6e09c26 100644 --- a/2021-05-14.md +++ b/2021-05-14.md @@ -1,2 +1,3 @@ - [[tft]] -- [[entr]] \ No newline at end of file +- [[entr]] +- [[systemctl]] \ No newline at end of file diff --git a/systemctl.md b/systemctl.md new file mode 100644 index 000000000..4f6b12422 --- /dev/null +++ b/systemctl.md @@ -0,0 +1,2 @@ +- `systemctl | grep running` to see running +- `systemctl list-unit-files | grep enabled` to see all enabled services (which will run at next boot \ No newline at end of file