From 69cff3f77814efe743273cba3af1cf649ac050e2 Mon Sep 17 00:00:00 2001 From: q Date: Mon, 12 Feb 2024 11:58:21 -0800 Subject: [PATCH] vault backup: 2024-02-12 11:58:21 --- .obsidian/workspace.json | 63 ++++--------------------------- Tenmado/Linux - Commands & CLI.md | 44 ++++++++++----------- 2 files changed, 29 insertions(+), 78 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 0ebd325..aaaa27a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -7,68 +7,19 @@ "id": "59d793fa6a49a9b5", "type": "tabs", "children": [ - { - "id": "4abba66076193e69", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Tenmado/Dotfiles.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "876d3512bf6bfafa", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Tenmado/Linux - Commands & CLI.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "fb14b00f59fb8c69", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Tenmado/Keyboards.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "44e61bf0908ae4f4", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Tenmado/Troubleshooting.md", - "mode": "source", - "source": false - } - } - }, { "id": "799826a90c7453da", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Tenmado/Youtube Channels.md", + "file": "Tenmado/Quotes.md", "mode": "source", "source": false } } } - ], - "currentTab": 4 + ] } ], "direction": "vertical" @@ -134,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "Tenmado/Youtube Channels.md", + "file": "Tenmado/Quotes.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -151,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Tenmado/Youtube Channels.md", + "file": "Tenmado/Quotes.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -174,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "Tenmado/Youtube Channels.md" + "file": "Tenmado/Quotes.md" } } }, @@ -205,16 +156,16 @@ }, "active": "799826a90c7453da", "lastOpenFiles": [ - "Tenmado/Quotes.md", "Tenmado/Youtube Channels.md", + "Tenmado/Quotes.md", "Tenmado/Troubleshooting.md", + "Tenmado/Mac OS.md", "Tenmado/Keyboards.md", "Tenmado/Linux - Commands & CLI.md", "Tenmado/Git.md", "Tenmado/Dotfiles.md", "Tenmado/Linux - Desktop Entries.md", "Tenmado/Linux - Games Live Streaming.md", - "Tenmado/Mac OS.md", "Tenmado/Linux - Neovim.md", "Tenmado/Docker Compose.md", "README.md", diff --git a/Tenmado/Linux - Commands & CLI.md b/Tenmado/Linux - Commands & CLI.md index e52fa71..dc913af 100644 --- a/Tenmado/Linux - Commands & CLI.md +++ b/Tenmado/Linux - Commands & CLI.md @@ -1,22 +1,22 @@ -### Creating new user/settings -*add new user* -```bash -adduser username #adds new user -``` -*change user group to* `sudo` -```bash -usermod -aG sudo user_name #changes user group to a different one, in this case `sudo` -``` -*check how many users are using the same machine* -```bash -cat /etc/passwd -``` - -**Change default from bash to zsh** -```bash -chsh -s $(which zsh) # changes the default shell from bash from zsh -``` - -### SSH Keys Creation - - +### Creating new user/settings +*add new user* +```bash +adduser username #adds new user +``` +*change user group to* `sudo` +```bash +usermod -aG sudo user_name #changes user group to a different one, in this case `sudo` +``` +*check how many users are using the same machine* +```bash +cat /etc/passwd +``` + +**Change default from bash to zsh** +```bash +chsh -s $(which zsh) # changes the default shell from bash from zsh +``` + +### SSH Keys Creation + +