Created
December 6, 2022 20:51
-
-
Save thomasgroch/a6c1d9bf96b2011f0ff8bd63cd4fbf99 to your computer and use it in GitHub Desktop.
simple steps to install jetbrains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install | |
sudo snap install intellij-idea-ultimate --classic | |
# -or download intellij idea ultimate tar.gz file from: | |
# https://www.jetbrains.com/idea/download/#section=linux | |
# https://download-cdn.jetbrains.com/idea/ideaIU-2022.1.1.tar.gz | |
# extract: | |
sudo tar -xvf ideaIU-2022.1.1.tar.gz -C /opt/ | |
# setup | |
sudo nano /opt/idea-IU-221.5591.52/bin/idea64.vmoptions | |
# add this at the end | |
-javaagent:/home/USER/ja-netfilter/ja-netfilter.jar=jetbrains |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment