Skip to content

Instantly share code, notes, and snippets.

View TCAby's full-sized avatar
🤵
Full-Stack software developing. The technical specifications are key to success!

Vitaly Trakhtenberg TCAby

🤵
Full-Stack software developing. The technical specifications are key to success!
View GitHub Profile
@h3ssan
h3ssan / JetBrains trial reset.md
Last active October 31, 2024 15:24
Reset all JetBrains products trial in Linux

In some cases, only these lines will work

for product in IntelliJIdea WebStorm DataGrip PhpStorm CLion PyCharm GoLand RubyMine; do
    rm -rf ~/.config/$product*/eval 2> /dev/null
    rm -rf ~/.config/JetBrains/$product*/eval 2> /dev/null
done

But if not, try these