type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
| # For git bash in window | |
| Find C:\Program Files\Git\etc\profile.d\aliases.sh and edit it | |
| ... | |
| # Alias for git | |
| alias gs='git status' | |
| alias gaa='git add .' | |
| alias gcm='git commit -m $1' | |
| alias gpom='git push origin master' | |
| alias gpo='git push origin $1' |
| # update | |
| sudo apt update && sudo apt upgrade -y | |
| # các package cơ bản | |
| sudo apt install -y \ | |
| build-essential \ | |
| software-properties-common \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ |
Make sure these boxes are checked before submitting/approving the PR