Skip to content

Instantly share code, notes, and snippets.

@domzgarcia
Last active February 2, 2021 15:03
Show Gist options
  • Save domzgarcia/c4468f69d0e3af6869a785c3c2d265a1 to your computer and use it in GitHub Desktop.
Save domzgarcia/c4468f69d0e3af6869a785c3c2d265a1 to your computer and use it in GitHub Desktop.
Setup MERN stack in ubuntu
Hi Pal, junior flash developer here:
  $: scp -r dump/ domgarcia@127.0.1.4444:/tmp
  $: mongorestore --db domsdb /tmp/dump --uri="see-docs"

Linux keygen + Bitbucket

ssh-keygen
ls ~/.ssh
eval `ssh-agent`
ssh-add ~/.ssh/<private_key_file>
ssh-add -L
ssh -T git@bitbucket.org

Debug: ssh -v -T git@bitbucket.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment