Brew Install
Behind Proxy
export ALL_PROXY=127.0.0.1:1087
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install alt-tab ffmpeg
Gitbook
brew install node@12
brew link --force --overwrite node@12
cd /usr/local/lib/node_modules/gitbook-cli/node_modules/npm/node_modules/
npm install graceful-fs@4.2.0 --save
gitbook init
Install openssl from source
1. Download the formula from Github: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/o/openssl@3.rb
2. Modify the formula file and remove system "make", "test" line
3. Run brew install --build-from-source /path/to/openssl@3.rb