Created
December 17, 2023 16:44
-
-
Save dreamer20/59e30d33f25b0e9f458bafb39bd488d9 to your computer and use it in GitHub Desktop.
Helpful commands for Ubuntu
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
# Uncomment parameter to make anydesk to work | |
sudo sed -i -e 's/#WaylandEnable=false/WaylandEnable=false/g' /etc/gdm3/custom.conf | |
# Allow password authentication by ssh | |
echo "PasswordAuthentication yes" | sudo tee -a /etc/ssh/sshd_config.d/sshd_config.conf | |
sudo systemctl restart sshd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment