Skip to content

Instantly share code, notes, and snippets.

View eXsoR65's full-sized avatar

Xavier R (eXsoR) eXsoR65

View GitHub Profile
@eXsoR65
eXsoR65 / proxmox_template.md
Last active September 1, 2024 09:22
Creating a Proxmox Template from a Generic Cloud image.
# Chanage directories to /tmp
cd /tmp
# Download the Generic Cloud image from the distro downloads
wget https://Link_to_Generic_Cloud_image.com
# Validate the file is a QEMU QCOW2 image.
file ./Generic_Cloud_Image.qcow2


# Set this to your Proxmox host name; it's case sensitive! Check with `pvesh ls /nodes`
black = '#282828';
red = '#cc241d'; // red
green = '#98971a'; // green
yellow = '#d79921'; // yellow
blue = '#458588'; // blue
magenta = '#b16286'; // pink
cyan = '#689d6a'; // cyan
white = '#a89984'; // light gray
lightBlack = '#928374'; // medium gray
lightRed = '#fb4934'; // red
@eXsoR65
eXsoR65 / sync.md
Created May 6, 2022 17:56 — forked from YakDriver/sync.md
Re-sync a fork with the upstream repo

First, you want to make sure that your upstream is setup. Here origin is your fork and upstream is the forked repo.

$ git remote -v
origin	https://github.com/YakDriver/watchmaker.git (fetch)
origin	https://github.com/YakDriver/watchmaker.git (push)
upstream	https://github.com/plus3it/watchmaker.git (fetch)
upstream	https://github.com/plus3it/watchmaker.git (push)
@eXsoR65
eXsoR65 / Sofle-RGB---eXsoR-Layout.kbd.json
Last active September 23, 2021 15:54 — forked from josefadamcik/SofleKeyboard.kbd.json
Sofle RGB - eXsoR Layout
[
{
"backcolor": "#adadad",
"name": "Sofle RGB - eXsoR Layout",
"author": "eXsoR",
"switchMount": "cherry",
"switchBrand": "gateron",
"switchType": "KS-3-Yellow",
"plate": true
},