For AUT-ICPC competitions of 2017 and 2018, MohammadHossein and Ahmad Anvari provided contestants with an Ubuntu iso image loaded with a PXE server using Cubic/Systemback and Serva.
- To block internet access just run
sudo ./rules.sh
as superuser. **Change server addresses if necessary ** - To block access to system's hard drives and two solutions are available
-
- Writing a
udev
rules file to ignore disks from boot( file is available asskip-hard.rules
). Just place it under/etc/udev/rules.d/
and callsudo udevadm trigger
. - A shell script to read available devices from
/dev/disk/by-uuid
and adding them to/etc/fstab
withnoauto
. just executesudo ./hide-hard.sh
- Writing a
-
- Keyboard
- Mouse
- Judge Connectivity
- Compilers
- IDEs - Editors
- Docs (DomJudge handles this)
- Java
- C / C++
- C++11 / C++14
Python2Will be deprecated on Jan 1st. 2020- Python 3
- VIM
- PyCharm
- CLion
- CodeBlocks
- Eclipse
- IntelliJ
- Geany
- Sublime Text
- Emacs
- Visual Studio Code
- JavaDocs