Last active
July 9, 2022 09:06
-
-
Save neontorrent/0dea1135a4ed2e095be15fa2f684cace to your computer and use it in GitHub Desktop.
Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In /etc/ssh/sshd_config | |
IPQoS cs0 cs0 | |
In /etc/fstab | |
UUID=XXXX /media/pi/Data auto rw,user,auto 0 0 | |
``` | |
sudo setfacl -b /media/pi | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment