Note to self of git config on widows for excluding files
1) git config –global core.excludesfile ~\.gitignore
(To be sure change ~ with the actual directory)
2) Content of .gitignore for avrstudio projects
*\debug\*
*\release\*
*.tmp
Note to self of git config on widows for excluding files
1) git config –global core.excludesfile ~\.gitignore
(To be sure change ~ with the actual directory)
2) Content of .gitignore for avrstudio projects
*\debug\*
*\release\*
*.tmp
1) Use puttygen to generate a new key.
I prefere to use SSH-RSA and 4096 as the key size, it feels more secure.
2) Save the private key.
Remember one key for each machine. For security reasons do not reuse between machines. Remeber to set password on the private key.
3) Copy the generated public key to clipboard
4) Insert the public key into the github ssh public keys.
Name it as the machine.

5) Start pageant and add the private key.

6) Download and install git.
Select plink as connection method.

7) Recognize Github.com as a legal host use Putty.
Run Putty
Host name: github.com
Protocol: ssh
Open
[Kill putty]
And now you should be ready to work against github from windows. At least this worked for me.
Cheers
Leffen
I have at least got hold of a few BeagleBoard XM. My plan is to use them as a application hub using Ruby as the main development language. Today have been the big first time installation, and most of it vent quite well. And here is my initial recipe for getting Ruby 1.9.2 to work on it.
Recommended prerequisite: usb mouse, usb keyboard and a monitor with HDMI
All as root or sudo
And now for the simple stuff :
In a terminal window do :
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
or visit http://beginrescueend.com/rvm/install/
Basis for installation :
http://www.ecse.monash.edu.au/twiki/bin/view/WSRNLab/BeagleBoardConfigurationForKinect and http://www.timzaman.nl/?p=1114&lang=en