rdm.sh
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Linux
e921be
Commit
e921be
2026-04-17 00:24:16
David Marsh
: -/-
linux.md
..
@@ 1,6 1,14 @@
# Linux
+
First, update your OS
+
```
sudo apt update
sudo apt upgrade
```
+
+
Add your user to the dialout group, change `$USER` to your user name
+
+
```
+
sudo usermod -a -G dialout $USER
+
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9