# Manjaro Linux
Topics: [[Linux]]
[[Linux]] distribution based on [[Arch Linux]].
## Network setup
To join WiFi from the shell, either use `nwtui` or the following command:
```bash
nmcli device wifi connect SSID password YOUR_PASSWORD
```
## Outdated package keys
"Unknown trust" errors can often be fixed with
```bash
sudo pacman-key --refresh-keys
sudo pacman -Syu
```
## Email setup
- General: [msmtp - ArchWiki](https://wiki.archlinux.org/title/Msmtp)
- for cron: [cron - ArchWiki](https://wiki.archlinux.org/title/Cron#Example_with_msmtp)
## Reference
- [[Manjaro workstation setup]]
- [How to enable hibernation](https://www.vegard.net/manjaro-enable-hibernate/)