Skip to content

Instantly share code, notes, and snippets.

View raian621's full-sized avatar
๐Ÿ™‚
thriving

Ryan Bell raian621

๐Ÿ™‚
thriving
View GitHub Profile
@raian621
raian621 / tmux.conf
Created August 20, 2024 23:22
Ryan's `tmux` Config
setw -g mode-keys vi
set -g prefix ^A
set -g set-clipboard on
set -g status-position top
set -g renumber-windows on
set -g base-index 1
set -g mouse on
@raian621
raian621 / scrape-minecraft-versions.ipynb
Last active May 22, 2024 20:13
scrape-minecraft-versions.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raian621
raian621 / k8download.sh
Last active January 13, 2023 09:25
Kubernetes Ubuntu Download Script (1/12/2023)
#!/bin/bash
# SOURCE: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
# DATE: Jan 12 2023
# update apt package index and install packages needed to use the Kubernetes apt repository
sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates curl
# Download the Google Cloud public signing key: