-
ioisetup
to get the tinc VPN configuration from the configuration server. It also turns on the firewall so contestants cannot access the internet except IOI-related systems. -
ioibackup
to perform rsync the home directory to the backup server. This replication only includes non-hidden files up to a maximum size of 100 KB.ioibackup -r
to restore the home directory backup from server into/tmp/restore
.
-
ioisubmit
to make a local submission whenever the CMS is inaccessible. -
-
ioiconf [fwstart|fwstop]
to enable/disable firewall outside contest time. -
ioiconf vpnclear
to remove tinc VPN configuration. -
ioiconf [vpnstart|vpnrestart]
to start/restart tinc service. -
ioiconf vpnstatus
to get tinc service status. -
ioiconf setvpnproto [tcp|auto]
to change VPN protocol mode. By default it will use TCP mode. After changing the protocol, you need to restart tinc by executeioiconf vpnrestart
command. -
ioiconf settz <timezone>
to change the VM local timezone. It is allowed but not recommended as the host will use their local timezone for all communications. -
ioiconf setautobackup [on|off]
to enable/disable auto-backup when the contest is running. -
ioiconf setscreenlock [on|off]
to enable/disable the screen lock. By default it is turned on with 30 second delay after 15 minutes of idle time.
-