Skip to content

Instantly share code, notes, and snippets.

@heywoodlh
Created January 3, 2023 01:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Commands I run to re-set my Steam Deck backup after an update
sudo steamos-readonly disable
sudo pacman -Sy --noconfirm wireguard-tools resolvconf
# Re-enable wireguard and sshd
sudo systemctl enable --now wireguard.service
sudo systemctl enable --now sshd.service
# Disable power-save so SSH commands aren't so delayed: https://gitlab.com/popsulfr/steam-deck-tricks#disable-powersave-on-wlan0-for-snappier-remote-command
sudo iw dev wlan0 set power_save off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment