type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
# Good Links | |
http://www.yamllint.com/ | |
https://youtu.be/02AA5JRFn5w | |
######################################### | |
minikube | |
######################################### | |
minikube start | |
minikube status | |
minikube stop |
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
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.
# 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 |