Skip to content

Instantly share code, notes, and snippets.

@thomasgroch
Created December 6, 2022 20:51
Show Gist options
  • Save thomasgroch/a6c1d9bf96b2011f0ff8bd63cd4fbf99 to your computer and use it in GitHub Desktop.
Save thomasgroch/a6c1d9bf96b2011f0ff8bd63cd4fbf99 to your computer and use it in GitHub Desktop.
simple steps to install jetbrains
# 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