Skip to content

Instantly share code, notes, and snippets.

@dreamer20
Created December 17, 2023 16:44
Show Gist options
  • Save dreamer20/59e30d33f25b0e9f458bafb39bd488d9 to your computer and use it in GitHub Desktop.
Save dreamer20/59e30d33f25b0e9f458bafb39bd488d9 to your computer and use it in GitHub Desktop.
Helpful commands for Ubuntu
# 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