Skip to content

Instantly share code, notes, and snippets.

View Anupal's full-sized avatar
:atom:

Anupal Mishra Anupal

:atom:
  • Mastercard
  • Dublin
  • 04:17 (UTC)
View GitHub Profile
@MayankFawkes
MayankFawkes / auto-sudo.sh
Created October 15, 2022 05:18
setup Kubernetes digitalocean ubuntu 22.04
sudo apt update
sudo cat << EOF | sudo tee /etc/modules-load.d/k8s-modules.conf
br_netfilter
overlay
EOF
sudo cat << EOF | sudo tee /etc/sysctl.d/k8s.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1
EOF
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active December 8, 2025 20:24
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.