Skip to content

Instantly share code, notes, and snippets.

View adrianjagielak's full-sized avatar
🚀
Deploying stuff

Jagi ᯅ adrianjagielak

🚀
Deploying stuff
View GitHub Profile
@adrianjagielak
adrianjagielak / JetBrains trial reset.md
Created May 1, 2025 17:11 — forked from h3ssan/JetBrains trial reset.md
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

@adrianjagielak
adrianjagielak / JetBrains trial reset.md
Created May 1, 2025 17:11 — forked from h3ssan/JetBrains trial reset.md
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

@adrianjagielak
adrianjagielak / links.md
Created March 1, 2024 01:24 — forked from tkersey/.2025.md
For future reference but maybe not.