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",
"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",

View File

@@ -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