Skip to content

Instantly share code, notes, and snippets.

View jeffguillaume's full-sized avatar
🎯
Focusing

Jeff Guillaume jeffguillaume

🎯
Focusing
View GitHub Profile
@wommy
wommy / pve_lxc-gluetun.md
Created February 28, 2025 06:20
install gluetun on a proxmox lxc

install gluetun in an lxc on proxmox

step 1 - create a new lxc with docker on the proxmox node

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"

run the advanced settings to customize your install

@tomdaley92
tomdaley92 / README.md
Last active April 11, 2025 15:50
Proxmox - Email Alerts Setup (gmail)

Proxmox - Email Alerts Setup (gmail)

  1. SSH into proxmox node and become root user. Run the following commands to download extra software dependencies we'll need.

    apt update
    apt install -y libsasl2-modules mailutils
  2. Enable 2FA for the gmail account that will be used by going to security settings

@egg82
egg82 / proxmox_nvidia.md
Last active May 6, 2025 10:30
NVidia Proxmox + LXC

Proxmox

Find the proper driver at the NVidia website.

Note: Make sure to select "Linux 64-bit" as your OS

Hit the "Search" button.

//Now with less jquery
//1) go to your my-list page, and scroll to the bottom to make sure it's all loaded:
//http://www.netflix.com/browse/my-list
//2) Next, paste this in your developer tools console and hit enter:
[...document.querySelectorAll('.slider [aria-label]')].map(ele => ele.getAttribute('aria-label'))
//or use this to copy the list to your clipboard:
copy([...document.querySelectorAll('.slider [aria-label]')].map(ele => ele.getAttribute('aria-label')))