- Download Reactionary (select
Code>Download Source Code) - Download Chicago95 (select
Source Code (tar.gz))
Open reactionary-master.tar.gz
- Extract
desktoptheme/reactionaryanddesktoptheme/Reactionaryto~/.local/share/plasma/desktoptheme/
Code > Download Source Code)Source Code (tar.gz))Open reactionary-master.tar.gz
desktoptheme/reactionary and desktoptheme/Reactionary to ~/.local/share/plasma/desktoptheme/These are manual instructions on enabling SSH access on your Steam Deck, adding public key authentication, and removing the need for a sudo password for the main user (deck).
This gist assumes the following:
ssh, ssh-keygen, and ssh-copy-idNOTE: @crackelf on reddit mentions that steamOS updates blow away everything other than /home, which may have the following effects:
systemd config for sshd.service, which would prevent the service from automatically starting on bootsudoers.d config, which would reenable passwords for sudoWith GeForceNow now being available for Linux we can now use the service with optimal performance.
Unfortunately Nvidia only officially supports SteamDeck and during getting this to work on my systems I had to get through some hoops that i want to share here.
First of all the app Nvidia provided is just a normal Flatpak app so the installation is relatively straight forward.
We will not use the official binary that Nvidia proved here, we can install the Flatpak app ourselves.
| ### Run this script on Windows (outside of the devcontainer!) to clear out Docker data and shrink the Docker VHD. | |
| # Check if running as administrator, if not, relaunch as admin | |
| if (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { | |
| Write-Host "Script requires administrator privileges. Relaunching as administrator..." -ForegroundColor Yellow | |
| # Get the current script path | |
| $scriptPath = $MyInvocation.MyCommand.Path | |
| # Relaunch the script as administrator |
| #!/bin/sh | |
| #takes one argument/parameter: the name of the package which didn't install correctly and should be removed along with its dependencies | |
| #do opkg update first | |
| #example: ./opkgremovepartlyinstalledpackage.sh pulseaudio-daemon | |
| #get list of all packages that would be installed along with package x | |
| opkg update | |
| PACKAGES=`opkg --force-space --noaction install $1 | grep http | cut -f 2 -d ' ' | sed 's/.$//'` | |
| for i in $PACKAGES | |
| do |
| #!/bin/bash | |
| # Strict mode: exit on error, exit on unset variable, pipefail | |
| set -euo pipefail | |
| echo "🚀 Installing Distrobox on macOS with full Podman support..." | |
| # 1. Check for Homebrew | |
| if ! command -v brew >/dev/null 2>&1; then | |
| echo "❌ Homebrew is not installed. Please install it first: https://brew.sh" |
Forked from the guide for M1. But on Linux, since Ruby 2.5 is already a legacy build.
I installed readline and openssl with standard brew install.
brew install readline
HOMEBREW_NO_INSTALL_FROM_API=1 brew install openssl@1.1
brew install gcc@13Here I'm gathering awesome things to do with Steam Deck.
Resource: