Skip to content

Instantly share code, notes, and snippets.

View Wargog's full-sized avatar
🏠
Working from home

Joshua Stroup Wargog

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Wargog on github.
  • I am wargog (https://keybase.io/wargog) on keybase.
  • I have a public key whose fingerprint is CCBC 24AF E0D2 6AF4 F1D5 2443 F455 89D6 3005 3AEE

To claim this, I am signing this object:

Verifying my Blockstack ID is secured with the address 14A8LFmAW6CpEWVryX315hBedp6FzSpgo7 https://explorer.blockstack.org/address/14A8LFmAW6CpEWVryX315hBedp6FzSpgo7
@Wargog
Wargog / windows.md
Last active October 3, 2020 20:58
Fixes for various system problems

NPM fails to update under NVM due to symlink

Go to nodejs install directory, go into node_modules and move folder npm to different location. Go in the bin folder inside the new npm location and set it as your working directory. Run node npm-cli.js i -g npm@latest and it will update the install in the correct location. After install, delete the temporary npm folder and you're finished.

PuTTY plink will not allow you to save a server fingerprint to cache

Try to connect to the service you're SSH'ing into and automatically accept the key, run echo y | plink -ssh root@REMOTE_IP_HERE "exit"

Git CLI not recognizing keys in use in Sourcetree or Github Desktop