Posts tagged "linux"
-
Seamless Remote Access to LAN Apps With SSH, Termux, and Tasker
November 8, 2022I’ve been using SSH port-forwarding, Termux, and Tasker to remotely access apps I self-host on my LAN like HomeAssistant, Navidrome, and Jellyfin without publicly exposing them. The tunnels run automatically in the background when I’m not on-LAN and stay seamlessly connected.
-
Steam Deck HowTo - Installing Pacman Packages In Userspace
September 17, 2022I recently bought a Steam Deck with the intention of using it as a portable Linux machine as much as a game console. The Steam Deck has a read-only operating system root that is entirely replaced when the system is updated so executables can’t be installed normally with pacman. However, userspace is still persisted and executables can be installed there. Here’s how I set up a userspace root with
pacman -r
.