albert / Vencord GitHub Theme
0 likes
0 forks
1 files
Last active
https://cdn.albert.lol/vencord-github.css
1 | :root { |
2 | --blurple-replace: #7289da; |
3 | --background-primary: rgb(9, 12, 16); |
4 | --background-secondary: rgb(13, 17, 23); |
5 | --background-floating: rgb(22, 27, 34); |
6 | --background-secondary-alt: var(--background-floating); |
7 | --background-tertiary: rgb(7, 10, 16); |
8 | --background-accent: rgb(17, 29, 46); |
9 | --userarea-background: var(--background-tertiary); |
10 | --header-primary: rgb(240, 246, 252); |
albert / Docker Install Script
0 likes
0 forks
1 files
Last active
curl -O https://cdn.albert.lol/docker.sh
1 | #!/bin/bash |
2 | |
3 | # Exit immediately if a command exits with a non-zero status |
4 | set -e |
5 | |
6 | # Update package index |
7 | sudo apt-get update |
8 | |
9 | # Install required packages for Docker installation |
10 | sudo apt-get install -y ca-certificates curl |
albert / iDRAC Enterprise
0 likes
0 forks
5 files
Last active
Extended Trial License keys for iDRAC 7, 8, 9.
albert / Passing a GPU through to a Proxmox container
0 likes
0 forks
1 files
Last active
We will pass a GPU through to a proxmox container and utilize it for video transcoding.
NVIDIA GPU Passthrough for Video Transcoding in LXC (Proxmox)
1. Check Kernel Version on PVE Host
Open the PVE Host shell and run:
uname -r
2. Install Headers
Search for the available PVE headers:
Newer
Older