Urgent.News

What's breaking now, across thousands of outlets.

Tech

My Wife’s Steam Deck Is a Server Now. She Doesn’t Know Yet. 🫠

Hey tech adventurers! 👋 What if the hardware you already own could become part of your homelab? That spare Linux box. An old Mac. A mini PC sitting under the TV. Or, in my case, my wife’s Steam Deck. 😅 She can’t play 24/7, so when the Deck is idle, I figured its CPU might as well do something useful. So I installed BarkVisor on SteamOS and turned it into another Device in my Home. It can run…

A husband discovered that his wife's Steam Deck could be repurposed as part of his home lab. He installed BarkVisor on SteamOS and transformed the handheld device into a server, capable of running virtual machines, joining other Mac and Linux machines, and executing small local AI models with Ollama. Despite its idle nature, the Deck continues to play games.

The guide below provides a step-by-step walkthrough to achieve this, ensuring no kernel seminar is required. The bigger concept is simple: any machine that could run BarkVisor can be utilized in this way.

To start, the Steam Deck must be switched to Desktop Mode and a sudo password set if it hasn't been already. BarkVisor, models, and VM disks are installed under the home directory to avoid occupying the root partition. After unlocking the OS and trusting SteamOS package keys, QEMU, OVMF, cdrtools, and swtpm are installed to fulfill the VM stack requirements. The sanity check confirms the necessary components are in place.

Next, the BarkVisor agent is installed using the Linux tarball from the GitHub releases. The agent mode ensures the Deck functions as a worker rather than a kiosk, allowing it to run without a user interface. The agent is configured with a specific port and data directory, and an environment variable is added to the user's bashrc file to ensure proper functionality. Lastly, a systemd user service is configured to manage the agent, ensuring it runs seamlessly in the background.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

How barometer.today draws its isobars

barometer.today shows air pressure for any city: the reading now, the change since yesterday, and the week ahead. It also has a world isobar map, animated hour by hour from a day back to four days…

  • Isobars connect cities with equal air pressure
  • Sea-level pressure used for accurate mapping
  • Techniques applied to improve isobar accuracy

More from Monday 7 September →