Skip to content

Instantly share code, notes, and snippets.

@achrefabdennebi
Last active March 4, 2021 08:49
Show Gist options
  • Select an option

  • Save achrefabdennebi/195ffe4b4b510f3d5c8ba19ec3a8633c to your computer and use it in GitHub Desktop.

Select an option

Save achrefabdennebi/195ffe4b4b510f3d5c8ba19ec3a8633c to your computer and use it in GitHub Desktop.

List global installed packages

npm list -g --depth 0

Create SSH key

ssh-keygen -t rsa -b 4096 -C "[email protected]"

List SSH keys

ls ~/.ssh

Content SSH key

cat ~/.ssh/id_rsa.pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment