CheatSheet
  • Introduction
  • Garbage Collection
  • Scala
  • Kafka
  • Shell Scripting
  • Notebook
  • Hadoop
  • Git
  • Mac Terminal
  • IntelliJ Idea
  • Garbage Collection
  • YARN
  • NoSQL
  • DBConnection
  • ProjectBuild
  • Microservices
  • WebServices
  • Cloud Services
  • iTerm2
  • SBT
  • Useful Java Libraries
  • Python
  • Postgres
  • UML Class Diagram
  • Groovy
  • Mac Brew Install
  • Maven
  • Rough Works
  • Spark
  • AWS
  • Kubernetes
  • Docker
  • Redis
  • Telnet
Powered by GitBook
On this page

Was this helpful?

Mac Brew Install

brew list
brew cask list
brew outdated
brew info 
brew info java
java -version 
brew install scala 
scala -version 
brew cask install intellij-idea 
brew cask remove intellij-idea 
brew cask install intellij-idea-ce 
brew install maven
brew tap elastic/tap
brew install elastic/tap/kibana-full
brew doctor
brew install tree
brew install bash-completion
brew install redis
    $ redis-server
    $ redis-cli
brew search python
brew xcode-select --install python
brew install python
brew search pycharm
brew cask install pycharm-ce
brew unlink python && brew link python
brew install minikube
brew install hyperkit

---------
brew cask install docker       # Install Docker
open /Applications/Docker.app  # Start Docker
---------
PreviousGroovyNextMaven

Last updated 2 years ago

Was this helpful?