Created
May 25, 2014 19:03
-
-
Save Voronenko/1cbaaaeece82d4c2448c to your computer and use it in GitHub Desktop.
Basic steps to prepare clean ubuntu box for github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install xclip | |
sudo apt-get install git | |
cd ~/.ssh | |
ssh-keygen -t rsa -C "YOURBOXNAME" | |
xclip -sel clip < ~/.ssh/id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment