This guide covers the setup process for NVIDIA enterprise GPUs (A100, H100, H200) on Linux systems, focusing on Ubuntu LTS distributions.
CHANGE LEGEND: (you MUST replace these in the service file)
- USERNAME = your actual username e.g. gyarbij
- I recommend changing odrive.service to the name of eache drive if you have multiple mount points.
- If you already have rclone mounts check Step #2 then skip to Step #4 and place your mount point at
#MOUNT
Steps for RClone systemd to autostart on boot
- Install fusermount (if not already installed)
Run docker build -t <your_username>/my-private-repo .
to build your Docker image.
Run docker run <your_username>/my-private-repo
to test your Docker image locally.
Run docker push <your_username>/my-private-repo
to push your Docker image to Docker Hub.
/* Jellyfin CSS tweaks */ | |
/* Custom Logo */ | |
.pageTitleWithDefaultLogo {background-image: url('IMAGEURL')!important;} | |
/* Transparent Top Menu */ | |
.skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred {background:none; background-color:rgba(0, 0, 0, 0);} | |
.skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred.noHomeButtonHeader {background:none; background-color:rgba(0, 0, 0, 0);} |
The Plex Media Player desktop application's default quality setting is in different places depending on the interface you're using. The Plex Web UI is used as a point-and-click interface, whereas the Plex Media Player TV UI is used as a remote-friendly interface.
Plex Web UI | Plex Media Player TV UI |
---|
Table of contents
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
Italics *italics* or _italics_
Underline italics __*underline italics*__
# Docker compose to set up containers for all services you need: | |
# VPN | |
# Sonarr, Radarr, Lidarr, Qbittorrent | |
# Non-VPN | |
# Plex, get_iplayer | |
# Before running docker-compose, you should pre-create all of the following folders. | |
# Folders for Docker State: | |
# /volume1/dockerdata. - root where this docker-compose.yml should live | |
# /volume1/dockerdata/plex - Plex config and DB | |
# /volume1/dockerdata/sonarr - Sonarr config and DB |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
- Create a bare clone of the repository.
(This is temporary and will be removed so just do it wherever.)
git clone --bare [email protected]:usi-systems/easytrace.git