Skip to content

Instantly share code, notes, and snippets.

View davvidbaker's full-sized avatar
🕺
dancing in the moonlight

David Baker davvidbaker

🕺
dancing in the moonlight
View GitHub Profile
@davvidbaker
davvidbaker / keybase.md
Created January 16, 2018 00:41
keybase

Keybase proof

I hereby claim:

  • I am davvidbaker on github.
  • I am davvidbaker (https://keybase.io/davvidbaker) on keybase.
  • I have a public key ASB_-IfQFHUfev6xFywnks4cRb1a8BhfSypjFv1GTKCSpwo

To claim this, I am signing this object:

@davvidbaker
davvidbaker / bashing.md
Last active June 6, 2017 04:09
bash commands I forget sometimes

For explanations of all these commands with their options, see https://www.explainshell.com

Three ways to find processes using port 8080. (May need sudo.)

ss -lptn 'sport = :8080'
netstat -nlp | grep :8080
lsof -n -i :8080 | grep LISTEN
@davvidbaker
davvidbaker / cloudSettings
Last active February 23, 2021 17:57
Visual Studio Code Sync Settings GIST
{"lastUpload":"2021-02-23T17:57:21.961Z","extensionVersion":"v3.4.3"}