Skip to content

Instantly share code, notes, and snippets.

View lehmanjo's full-sized avatar

Jonas lehmanjo

  • Hong Kong
View GitHub Profile
@lehmanjo
lehmanjo / gist:f0990cad147533d4f83538c4f1775620
Created September 25, 2022 01:01
Steam Deck - Enable SSH
Hold "Power Button"
Select Switch to Desktop
Launch Konsole from Application Launcher (Windows 11 Start Menu equivalent)
Set default password
$ passwd deck
Check you IP address
$ sudo ip address
@lehmanjo
lehmanjo / gist:e93beb65fea8d8b21f8266196b92a07b
Last active September 25, 2022 01:13
Steam Deck - Install Software from Command Line
List installed software
(deck@steamdeck ~)$ flatpak list
Name Application ID Version Branch Installation
Google Chrome com.google.Chrome 105.0.5195.125-1 stable system
Freedesktop Platform org.freedesktop.Platform 21.08.15 21.08 system
Mesa org.freedesktop.Platform.GL.default 21.3.9 21.08 system
openh264 org.freedesktop.Platform.openh264 2.1.0 2.0 system
Breeze GTK theme org.gtk.Gtk3theme.Breeze 5.25.5 3.22 system
Check for updates
@lehmanjo
lehmanjo / gist:39adc6222c663846392907f9ab42f784
Last active July 21, 2024 19:39
Steam Deck - Install Mod Organizer 2
Credits go to https://github.com/rockerbacon/modorganizer2-linux-installer
Install 'protontricks'
$ sudo flatpak install com.github.Matoking.protontricks
Download Mod Organizer for Linux
$ cd ~/Downloads/
$ mkdir mo2
$ cd mo2
$ wget https://github.com/rockerbacon/modorganizer2-linux-installer/releases/download/4.3.0/mo2installer-4_3_0.tar.gz
@lehmanjo
lehmanjo / gist:660c5d58c3fca5de1b587f4a89f407f7
Last active September 25, 2022 08:51
Steam Deck - Skyrim Voice and Music Fix using Mod Organizer 2
Credits go to https://github.com/rockerbacon/modorganizer2-linux-installer
Install 'protontricks' (if you haven't already)
$ sudo flatpak install com.github.Matoking.protontricks
Find the ModOrganizer ID (your ID will vary)
$ flatpak run com.github.Matoking.protontricks --list 2>/dev/null | grep -i modorg
Non-Steam shortcut: ModOrganizer.exe (4059277597)
Install xact and xact_x64 DLLs
@lehmanjo
lehmanjo / ue5train.md
Last active January 23, 2023 12:39
Unreal Engine 5.x Training