Some useful commands for me

May 31, 2021

  1. Brew mongodb
brew services start mongodb-community@4.4
brew services stop mongodb-community@4.4
  1. MacOS run 找不到 dylib
install_name_tool -change libmosek64.8.1.dylib <path_to_libmosek64.8.1.dylib>
  1. ssh-agent
ssh-keygen -t ed25519 -C ruiyang0012@gmail.com
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub
# ls ssh-agent process
ps aux | grep ssh-agent
ssh-add -l
ssh-add -D