Skip to content

Instantly share code, notes, and snippets.

View yuantao-yin's full-sized avatar
🏠
Working from home

Yuantao yuantao-yin

🏠
Working from home
View GitHub Profile
@yuantao-yin
yuantao-yin / CKAD_Notes.txt
Created October 7, 2024 20:46 — forked from iamavnish/CKAD_Notes.txt
CKAD Cheatsheet
# Good Links
http://www.yamllint.com/
https://youtu.be/02AA5JRFn5w
#########################################
minikube
#########################################
minikube start
minikube status
minikube stop
@yuantao-yin
yuantao-yin / mac-setup-redis.md
Created February 23, 2021 21:27 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
@yuantao-yin
yuantao-yin / README.md
Created October 30, 2020 06:54 — 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.


@yuantao-yin
yuantao-yin / .gitignore
Created August 26, 2020 17:39 — forked from hughbiquitous/.gitignore
.gitignore for Java/IntelliJ/gradle
# From https://github.com/github/gitignore/blob/master/Gradle.gitignore
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar