The below commands combine the ones from above as well. Build-tools and ffmpeg need to be available for makemkv to be installed.
Copy DVDs
CDs
Backing up CDs with abcde. abcde stores the output in Unknown_Artist-Unknown_Album/ directory lame is needed for mp3 encoding and eye3 is used for metadata tags.
Tags can be edited with Rhytmbox in GUI
Plex
Plex could not read from a NAS NFS that I mounted on my home directory. I had to add the plex user to my usergroup ro fix it.
Games
Agar.IO
I used this clone to run on a server. Running setup
Clones repo, install npm and runs the server on port 3000 Create a systemd file /etc/systemd/system/agar-io.service
Reload systemd after changes to service file and run service
Not sure if updating manifest.yml file does anything
systemctl status plexmediaserver.service
groups
groups plex
MYGROUP="$USER"
sudo usermod -a -G $MYGROUP plex
systemctl status plexmediaserver.service
systemctl restart plexmediaserver.service
git clone https://github.com/huytd/agar.io-clone.git
cd agar.io-clone
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
nvm install --lts
source ~/.bashrc
npm install
npm run start