Skip to content

Instantly share code, notes, and snippets.

View Gyarbij's full-sized avatar

Chono N Gyarbij

View GitHub Profile
@Gyarbij
Gyarbij / plex-streaming-quality-settings.md
Created May 7, 2023 22:07 — forked from RulerOf/plex-streaming-quality-settings.md
Adjusting Plex Media Player streaming quality defaults and per-stream

Setting a default quality in Plex Media Player desktop

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
/* 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);}
@Gyarbij
Gyarbij / simple-docker-build.md
Created June 5, 2023 20:36
A quick and simple getting started for building docker images locally and pushing to docker hub.

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.

You need to add a dot, which means to use the Dockerfile in the local directory.

For example: docker build -t mytag .

@Gyarbij
Gyarbij / rclone.onedrive.md
Created November 29, 2023 17:08
Steps and example RClone systemd with mounted OneDrive for use with Plex en Jellyfin and other similar use-cases. Replace 'nano' with vi or your editor of choice if not on distro with nano included or because you like misery... your kinks are yours :)

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

  1. Install fusermount (if not already installed)
@Gyarbij
Gyarbij / NVIDIA_Enterprise_GPU_Setup_Guide.md
Last active April 6, 2025 22:16
NVIDIA Enterprise GPU Setup Guide

NVIDIA Enterprise GPU Setup Guide

This guide covers the setup process for NVIDIA enterprise GPUs (A100, H100, H200) on Linux systems—focusing on Ubuntu LTS distributions (20.04, 22.04, and 24.04). It details the installation of the latest drivers and CUDA toolkits, along with optional components for containerized or specialized workloads.

Table of Contents