vault backup: 2024-01-23 21:30:39

This commit is contained in:
doku
2024-01-23 21:30:39 -08:00
parent 68d74448ca
commit 225d6b82a8
3 changed files with 39 additions and 12 deletions

View File

@@ -12,4 +12,8 @@ usermod -aG sudo user_name #changes user group to a different one, in this case
cat /etc/passwd
```
**Change default from bash to zsh**
```bash
chsh -s $(which zsh) # changes the default shell from bash from zsh
```