Skip to content

Instantly share code, notes, and snippets.

@tmsperera
Last active November 5, 2023 15:30
Show Gist options
  • Save tmsperera/58b5a3e2e214b5ed83f7b43dee73025f to your computer and use it in GitHub Desktop.
Save tmsperera/58b5a3e2e214b5ed83f7b43dee73025f 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."
@gihanrt
Copy link

gihanrt commented Mar 15, 2022

Hi @tmsperera

Are there any specific version that this script can apply ?

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