Skip to content

Instantly share code, notes, and snippets.

View mingocfree's full-sized avatar

Nguyen Minh Ngoc mingocfree

View GitHub Profile
@mingocfree
mingocfree / ABC.md
Created May 3, 2026 09:54 — forked from jdnichollsc/ABC.md
The Job Interview Guide

The Job Interview Guide 💼

And English is a Work in Progress ⌛

@mingocfree
mingocfree / Install-etcdctl-tool.bash
Created March 16, 2026 02:29 — forked from devops-school/Install-etcdctl-tool.bash
Kubernetes cluster backup and restore using "etcdctl" tool
ETCD_VER=v3.5.0
# choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test