Skip to content

Instantly share code, notes, and snippets.

View jgavinray's full-sized avatar
👈
That's me

J. Gavin Ray jgavinray

👈
That's me
View GitHub Profile
@jgavinray
jgavinray / install_tinkerbell.sh
Last active January 6, 2022 23:31 — forked from c0dyhi11/install_tinkerbell.sh
Ubuntu 20.04 Tinkerbell deployment
#!/bin/bash
# Become the root user because I didn't verifiy sudo for every command.
# Install Tinkerbell
sudo apt-get update -y
sudo apt-get install -y apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
@jgavinray
jgavinray / README.MD
Created March 29, 2020 13:27 — forked from lmarkus/README.MD
Extracting / Exporting custom emoji from Slack

Extracting Emoji From Slack!

Slack doesn't provide an easy way to extract custom emoji from a team. (Especially teams with thousands of custom emoji) This Gist walks you through a relatively simple approach to get your emoji out.

If you're an admin of your own team, you can get the list of emoji directly using this API: https://api.slack.com/methods/emoji.list. Once you have it, skip to Step 3

HOWEVER! This gist is intended for people who don't have admin access, nor access tokens for using that list.

Follow along...

@jgavinray
jgavinray / ubuntu.ks
Created February 17, 2020 16:23 — forked from funzoneq/ubuntu.ks
Ubuntu kickstart file
#Generated by Kickstart Configurator
#platform=x86
# Fetch content from here
url –url http://nl.archive.ubuntu.com/ubuntu/
#System language
lang en_US.UTF-8
#Language modules to install