Debian

Some useful hints:

  • quota -s: checks the disk quota (a small 3 GB).
  • du -ah | sort -h: checks disk allocation sorted by largest allocations.

For JetBrains remote development:

  • SSH into the UG machine on your local machine.
  • Execute a shell script. Paths below:
    • /cad1/JetBrains/clion-2024.3.1.1/bin/remote-dev-server.sh for CLion
    • /cad1/JetBrains/GoLand-2024.3.1/bin/remote-dev-server.sh for GoLand
  • Using the script path above, <SCRIPT> run <PROJECT_PATH>
  • This outputs logging information. What is important is the join link. Copy the JetBrains Gateway join link. The TCP link appears not to work.
  • Back on the local machine, in the welcome page, go to Remote Development. Then, in the Connect to Running IDE section, paste the Gateway join link.
  • Subsequent attempts to start an SSH session likely won’t require the steps above, and can be done in the IDE.