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
At this point these notes on R and statistics are mostly to myself. Hopefully over time they will evolve into something that can be more generally useful.
Monday, October 2, 2017
RStudio, GitHub, SSH, RSA
Subscribe to:
Posts (Atom)
Checking font availability on Mac fc-list : family | grep "Fira Code" or system_profiler -json SPFontsDataType | grep \...
-
http://www.liacs.nl/~hoogeboo/mcb/nature_primer.html
-
E.g. we have a list of dictionaries x = [{'a':1,'b':3}, {'a':3,'b':2}, {'a':2,'b':1}] x....