July 28, 2026
GPU love triangle across the room
Using a Gaming PC's RTX 5070 from a separate Linux workstation
He turned his gaming rig into a secret helper—and the comments instantly started fighting
TLDR: A developer found a way to use the graphics power from his Windows gaming PC while working from a separate Linux computer, without ruining either setup. Readers were less impressed by the wiring tricks than by getting blocked from the article and reigniting the never-ending Windows-versus-Linux fight.
A developer figured out a very 2026 kind of life hack: keep the Windows gaming PC for fun, but secretly borrow its powerful graphics card from a separate Linux work computer across the room. Instead of moving files by hand or giving up and working on Windows, he set up the gaming machine like a hidden backroom assistant he can log into remotely. It’s nerdy, yes—but the real spectacle was the comment section, where people split into two camps: "clever workaround" versus "why not just use Linux on the gaming PC already?"
The article itself is full of little disasters turned into fixes—mysterious disconnects, settings that didn’t work, and a hilariously brute-force solution to keep the system awake: basically telling it to sleep forever. That alone has strong "held together with duct tape and vibes" energy, which the internet always appreciates. But the loudest reactions weren’t even about the setup. Multiple readers said they couldn’t access the post at all because of Cloudflare blocking them, with one person dropping an archive link like a smuggled backstage pass. Then came the jokes: "Blocked for using Linux?" became the perfect one-line roast.
And of course, someone had to kick off the eternal operating-system war. One commenter argued the whole thing would be simpler if the gaming machine just ran Linux directly, adding a spicy dig at anti-cheat software by calling it a rootkit. Another cut through all the drama with a deadpan summary: it’s just SSH into a remote Linux VM that has the GPU attached. Which is technically true, but much less fun than the chaos everyone else brought.
Key Points
- •The article explains how to use an RTX 5070 in a Windows gaming PC as a headless Linux GPU server via WSL2 and SSH from a separate Linux workstation.
- •WSL2 exposes the GPU to Linux through NVIDIA driver passthrough, allowing tools such as nvidia-smi to work without installing Linux GPU drivers separately.
- •The setup relies on sshd inside WSL, Windows port forwarding with netsh interface portproxy, a firewall rule, and a reusable PowerShell script to handle WSL NAT IP changes after reboot.
- •Key troubleshooting points include preventing WSL idle shutdown, disabling systemd SSH socket activation on Ubuntu 24.04, avoiding mirrored networking with Docker or Podman, and using the full path to nvidia-smi in non-interactive SSH sessions.
- •The remote GPU environment is used for a CUDA-enabled PyTorch workflow running CLIP-based free-text image search, while the Windows machine remains available for gaming.