Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save santoshanand/cd1a8da97ca6fc8d80e80f3b319d0d47 to your computer and use it in GitHub Desktop.
Save santoshanand/cd1a8da97ca6fc8d80e80f3b319d0d47 to your computer and use it in GitHub Desktop.
RESET Goland Evaluation period LINUX
rm -rf ~/.config/JetBrains/GoLand2021.3/eval
rm -rf ~/.config/JetBrains/GoLand2021.3/options/other.xml
touch ~/.config/JetBrains/GoLand2021.3/options/other.xml
sed -i -E 's/<property name=\"evl.*\".*\/>//' ~/.config/JetBrains/GoLand2021.3/options/other.xml
rm -rf ~/.java/.userPrefs/jetbrains/goland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment