Fix your SLOW Origin Games download speeds – UPDATED
Note
UPDATE 2023.10.13 - This post is here just for history's sake as Origin is basically deprecated at this point in time. It's always nice to keep history though.
Mount an SMB share and use iGPU on an unprivileged Debian 12 LXC container in Proxmox
Pre-requisites:
Create an unprivileged Debian 12 LXC container.
Inside the LXC container, use the root
user to create a non-root user with your name. In the case of mine I wanted to add it to the sudo
and docker
groups after installing Docker inside the LXC container.
Mount an SMB share and use iGPU on an unprivileged Debian 12 LXC container in Proxmox
Procedure
Prerequisites:
Create an unprivileged Debian 12 LXC container.
Inside the LXC container, use the root
user to create a non-root user with your name. In the case of mine I wanted to add it to the sudo
and docker
groups after installing Docker inside the LXC container.
Proxmox | automatically restore SMB/CIFS share connections
If at some point Proxmox loses connectivity with an SMB/CIFS share, it will not restore the connection by itself until a restart of the Proxmox node is performed.
Set up your SSH key-based authentication from Windows in a single line
Using Linux directly to interact with Linux servers is pretty great and seamless. But when your daily driver is Windows, this can be a little more cumbersome.