macOS安装应用记录

Homebrew

Official

mirror

The Unarchiver(解压rar)

App Store

Anaconda3

Official Site (Jupyter Notebook included)

PostgreSQL

见数据库笔记

smartctl

brew install smartmontools

TeX

mactex

Proxy

Add to ~/.zshrc:

1
export https_proxy=http://127.0.0.1:{port} http_proxy=http://127.0.0.1:{port} all_proxy=socks5://127.0.0.1:{port}

you-get

brew install you-get ffmpeg

YouTube: youget -i [URL], you-get -itag=[] [URL] [-o dir/filename]

BiliBili: Local Files

bits/stdc++.h of C++

Xcode更新后可能会导致includePath发生变化,使用g++ -v确认includePath后在目录下新建bits文件夹并放入stdc++.h即可。