Skip to content

Instantly share code, notes, and snippets.

@salmansayyad
Created March 29, 2019 10:29
Show Gist options
  • Save salmansayyad/2f0436f462957f43d111c2c458be0551 to your computer and use it in GitHub Desktop.
Save salmansayyad/2f0436f462957f43d111c2c458be0551 to your computer and use it in GitHub Desktop.
How to reset IntelIJ IDEA Evaluation Key in Linux
#!/bin/sh
rm ~/.IntelliJIdea*/config/eval/idea*.evaluation.key && \
sed -i '/evlsprt/d' ~/.IntelliJIdea*/config/options/other.xml && \
rm -rf ~/.java/.userPrefs/jetbrains
# It is Highly Advised to Purchase the JetBrain Softwares
# This is only for the case You just want to Extend the
# Trial Period and Evaluate the IDE for some more Time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment