Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save farhan4648gul/f3d306161946c891f795de81accafe83 to your computer and use it in GitHub Desktop.
Save farhan4648gul/f3d306161946c891f795de81accafe83 to your computer and use it in GitHub Desktop.
For Ubuntu
for product in PhpStorm WebStorm DataGrip IntelliJIdea CLion PyCharm GoLand RubyMine; do
echo "Resetting trial evaluation for $product..."
rm -f ~/.config/JetBrains/$product*/eval/*.evaluation.key
rm -f ~/.config/JetBrains/$product*/options/other.xml
done
rm -rf ~/.java/.userPrefs/jetbrains
echo "Done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment