Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bd811635
authored
Dec 10, 2017
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
notes
parent
d0aa5f4c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
common/docs/UsefulCommands.txt
common/docs/UsefulCommands.txt
0 → 100644
View file @
bd811635
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment