Monday, October 2, 2017

RStudio, GitHub, SSH, RSA

ssh-keygen # generates RSA key pair
brew tap theseal/ssh-askpass
brew install ssh-askpass
brew install Caskroom/cask/xquartz
sudo ln -s /usr/local/bin/ssh-askpass /usr/X11R6/bin/ssh-askpass
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts # github.com added to the list of known hosts

Checking font availability on Mac   fc-list : family | grep "Fira Code"   or   system_profiler -json SPFontsDataType | grep \...