If you have Git installed and already have your global config and ssh established for your GitHub account but need to create a separate account for your repo follow these steps. Create a local git config within the new repo git config --local user.name "[YOUR_NAME]" git config --local user.email "[YOUR_EMAIL]" Create new keys to be … Continue reading Using Different GitHub Account for a Repo on the Same Machine
Author: waynefoux
Automount SSD to Raspberry Pi via fstab
Under most circumstances, connecting any USB storage to a Raspberry Pi will result in the media auto mounting under /media/pi. While this approach is fine for migrating files to and from the Pi it might not be the best solution for a more permanent storage location. In Raspian, the filesystem mounting is dictated by the … Continue reading Automount SSD to Raspberry Pi via fstab
Hello World
lorem ipsum.