Terminals
IDE Server Terminal
Menu: Luminide > IDE Server Terminal
Opening a terminal on the IDE Server allows you to:
Run additional git commands such as add, commit, push, and pull.
Inspect or modify files in the code/ and output/ directories with Unix commands like ls, du, and grep.
Compute Server Terminal
Menu: Luminide > Compute Server Terminal
Opening a terminal on the Compute Server allows you to:
List which pip and apt-get packages are already installed, or add your own.
Monitor resource usage during experiments with commands like top, uptime, and nvidia-smi.
Unlike the IDE Server, the Compute Server is allocated exclusively to you. Therefore, you have full access and control over this machine, including sudo privileges.