Ben Chuanlong Du's Blog

It is never too late to learn.

Install Packages Using Homebrew on macOS and Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation

macOS

By default, Homebrew is installed to the location /opt/homebrew. You can add the command brew into $PATH by adding the following configuration into your shell configuration (e.g …

Install Java 8 in Mac

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

OpenJDK 8 can be installed on Mac using the following commands.

    :::python3
    brew tap AdoptOpenJDK/openjdk
    brew cask install adoptopenjdk8

Other versions are also available. For more details, please refer to …

Autocomplete for Bash in Mac

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

brew install bash-completion