Skip to content

Instantly share code, notes, and snippets.

@hmtanbir
Forked from ShawNexT/WebStorm_DataGrip_IntelliJIdea
Created January 23, 2020 08:06
Show Gist options
  • Save hmtanbir/10da5fc325f0ac8aaa6c5210565a0add to your computer and use it in GitHub Desktop.
Save hmtanbir/10da5fc325f0ac8aaa6c5210565a0add to your computer and use it in GitHub Desktop.
WebStorm & DataGrip renew license
cd ~/.WebStorm*
rm config/eval/WebStorm*evaluation.key
rm config/options/other.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf webstorm
cd ~/.DataGrip*
rm config/eval/DataGrip*evaluation.key
rm config/options/other.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf datagrip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment