Skip to content

Instantly share code, notes, and snippets.

View thomstratton's full-sized avatar

Thomas Stratton thomstratton

  • Eastern Time Zone
View GitHub Profile
@thomstratton
thomstratton / pi400laptop.md
Last active March 23, 2022 15:18
rasberry pi old laptop

pi 400 laptop

hooking up a rasberry pi 400 to an old laptop case and screen

starting info

@thomstratton
thomstratton / pgp-basics.md
Last active January 20, 2022 14:34
pgp-basics
We couldn’t find that file to show.
@thomstratton
thomstratton / handling_multiple_github_accounts.md
Created August 16, 2021 20:54 — forked from Jonalogy/handling_multiple_github_accounts.md
Handling Multiple Github Accounts on MacOS

Handling Multiple Github Accounts on MacOS

The only way I've succeeded so far is to employ SSH.

Assuming you are new to this like me, first I'd like to share with you that your Mac has a SSH config file in a .ssh directory. The config file is where you draw relations of your SSH keys to each GitHub (or Bitbucket) account, and all your SSH keys generated are saved into .ssh directory by default. You can navigate to it by running cd ~/.ssh within your terminal, open the config file with any editor, and it should look something like this:

Host *
 AddKeysToAgent yes

> UseKeyChain yes

@thomstratton
thomstratton / gist:9f7523f0b4db891bc724f4e3383b797e
Last active February 8, 2022 22:56
orderport_plantuml.md
@startuml

class AcctId {
    +@value : string
}
class AcctType {
    +@value : string
}
class ActiveFIAccountHolderId {