Skip to content

Instantly share code, notes, and snippets.

@cgcardona
Created January 30, 2013 00:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cgcardona/4669506 to your computer and use it in GitHub Desktop.
Notes from the 1-29-13

Steps

Set up user/pass

James set me up a user/pass on his shed.systemateka.com box.

SSH into the box and change your password with these steps

  1. ssh username@shed.systemateka.com
  2. Enter password to login
  3. Type the following command to change your password passwd
  4. It will ask for your existing pass and your new password with confirm entry

Clone the github repo

  1. git clone cgcardona@shed.systemateka.com:/data/kb
  2. Change directories into the new repo with cd kd
  3. Create a new file and then run git status to see your changes git status
@sfgiantsace36
Copy link

Hey Carlos,
I myself put up a sample GitHub repository over four months ago and neither touched this nor even went through the basic Bootcamp steps since then. Thanks much for putting up these notes on yesterday afternoon's GitHub acct setup through Jim (above), and especially for making an easy link from NB's Linux System Administration class !!

@cgcardona
Copy link
Author

No problem. I missed last Tue. but I intend to start coming every week if possible.

Also I've moved the notes here:

http://cgcardona.github.com/2013/01/29/linux-system-administration-class-at-noisebridge-1-29-13/

Also, here are my notes from the Rails class later that evening:

http://cgcardona.github.com/2013/01/29/rails-class-at-noisebridge-1-29-13/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment