Skip to content

Instantly share code, notes, and snippets.

View boriphuth's full-sized avatar
🏠
Working from home

B. Safe boriphuth

🏠
Working from home
View GitHub Profile
@boriphuth
boriphuth / README.md
Created July 12, 2019 09:01 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@boriphuth
boriphuth / install_nodejs_and_yarn_homebrew.md
Created December 19, 2019 04:50 — forked from nijicha/install_nodejs_and_yarn_homebrew.md
Install NVM, Node.js, Yarn via Homebrew
@boriphuth
boriphuth / kubectl-delete_all
Created January 25, 2020 07:05 — forked from superbrothers/kubectl-delete_all
Kubernetes: Delete all objects in the namespace
kubectl delete "$(kubectl api-resources --namespaced=true --verbs=delete -o name | tr "\n" "," | sed -e 's/,$//')" --all
@boriphuth
boriphuth / iterm2-solarized.md
Created November 16, 2020 05:34 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@boriphuth
boriphuth / README.md
Created June 12, 2021 11:11 — forked from danielepolencic/README.md
Create 3 nodes Kubernetes cluster locally with Vagrant

3 Virtual Machines Kubernetes cluster

Dependencies

You should install VirtualBox and Vagrant before you start.

Creating the cluster

You should create a Vagrantfile in an empty directory with the following content: