Commit bd811635 by Amir Aharon

notes

parent d0aa5f4c
Showing with 21 additions and 0 deletions
[adding your ssh key to a remote server]
cat ~/.ssh/id_rsa.pub | ssh root@[ip/domain] "cat >> ~/.ssh/authorized_keys"
[install R]
https://www.digitalocean.com/community/tutorials/how-to-set-up-r-on-ubuntu-14-04
[openvpn]
https://www.linux.com/learn/configure-linux-clients-connect-openvpn-server
[change remote repository]
git remote set-url origin [https:// or git://new.url.here]
[change glog level]
setenv GLOG_minloglevel 2 ; or other level
[git]
git config --global http.sslverify false
[ google ]
http://www.omgubuntu.co.uk/2016/08/use-google-drive-ubuntu-16-04-linux-desktops
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment