vault backup: 2024-02-12 11:58:21

This commit is contained in:
q
2024-02-12 11:58:21 -08:00
parent 6459806e29
commit 69cff3f778
2 changed files with 29 additions and 78 deletions

View File

@@ -7,68 +7,19 @@
"id": "59d793fa6a49a9b5", "id": "59d793fa6a49a9b5",
"type": "tabs", "type": "tabs",
"children": [ "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", "id": "799826a90c7453da",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Tenmado/Youtube Channels.md", "file": "Tenmado/Quotes.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
} }
], ]
"currentTab": 4
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -134,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Tenmado/Youtube Channels.md", "file": "Tenmado/Quotes.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -151,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Tenmado/Youtube Channels.md", "file": "Tenmado/Quotes.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -174,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Tenmado/Youtube Channels.md" "file": "Tenmado/Quotes.md"
} }
} }
}, },
@@ -205,16 +156,16 @@
}, },
"active": "799826a90c7453da", "active": "799826a90c7453da",
"lastOpenFiles": [ "lastOpenFiles": [
"Tenmado/Quotes.md",
"Tenmado/Youtube Channels.md", "Tenmado/Youtube Channels.md",
"Tenmado/Quotes.md",
"Tenmado/Troubleshooting.md", "Tenmado/Troubleshooting.md",
"Tenmado/Mac OS.md",
"Tenmado/Keyboards.md", "Tenmado/Keyboards.md",
"Tenmado/Linux - Commands & CLI.md", "Tenmado/Linux - Commands & CLI.md",
"Tenmado/Git.md", "Tenmado/Git.md",
"Tenmado/Dotfiles.md", "Tenmado/Dotfiles.md",
"Tenmado/Linux - Desktop Entries.md", "Tenmado/Linux - Desktop Entries.md",
"Tenmado/Linux - Games Live Streaming.md", "Tenmado/Linux - Games Live Streaming.md",
"Tenmado/Mac OS.md",
"Tenmado/Linux - Neovim.md", "Tenmado/Linux - Neovim.md",
"Tenmado/Docker Compose.md", "Tenmado/Docker Compose.md",
"README.md", "README.md",

View File

@@ -1,22 +1,22 @@
### Creating new user/settings ### Creating new user/settings
*add new user* *add new user*
```bash ```bash
adduser username #adds new user adduser username #adds new user
``` ```
*change user group to* `sudo` *change user group to* `sudo`
```bash ```bash
usermod -aG sudo user_name #changes user group to a different one, in this case `sudo` 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* *check how many users are using the same machine*
```bash ```bash
cat /etc/passwd cat /etc/passwd
``` ```
**Change default from bash to zsh** **Change default from bash to zsh**
```bash ```bash
chsh -s $(which zsh) # changes the default shell from bash from zsh chsh -s $(which zsh) # changes the default shell from bash from zsh
``` ```
### SSH Keys Creation ### SSH Keys Creation