Noob instructions for using the EG submission platform

The server uses TCP sockets for connectivity. In 2043, websites would be too heavy traffic for the scattered networks so most services are text-only interfaces. You'll need to use the command line interface to access this server.

PWNED by U9R1SE -- it's dangerous to go alone, take this: CR316-negative-crown-disturbance

Table of contents:

  1. Opening the terminal
  2. Basic terminal usage
  3. Connecting to the submission platform

1. Opening the terminal

The terminal will be opened slightly differently based on your operating system

Windows

Windows isn't used in 2043, for a reason. Fortunately, there's a thing called "Windows subsystem for Linux", which will let you run a Linux terminal within Windows. You can install it by following the instructions here. Use the installed Ubuntu subsystem to run the commands in the following steps.

Mac

Pretty close to Linux, I guess. Maybe try searching (don't ask how) for a program called terminal and running it?

Linux

Congrats for using the objectively best operating system. See below for instructions.

(If you're new to Linux, you can try ctrl + alt + t)

2. Basic terminal usage

The terminal is used to run programs. Actually, when you run any command on your computer, it just runs a textual command on the terminal on the background, although it is not shown to you. This means that all programs can actually be run by their respective commands from the terminal. You can try some familiar ones like firefox (although on the Windows subsystem this will not work). Press enter to execute the command.

Often, a command will be run multiple times, or with small changes, so for convenience it's possible to re-run the previous commands by selecting them with the arrow keys. You can also modify the commands, so for example if you misspell a command, it can be fixed by pressing the up arrow and fixing the typo, instead of re-typing the whole command.

Pasting with the typical ctrl + c will not work, but pasting text is still possible, typically by right-clicking or a shortcut such as shift + ins.

The terminal is also smart in that it can auto-complete a command you've started typing, if you hit the shift key.

We won't need much more in this case, but if you want to learn to do other basic stuff, there's plenty of tutorials for that.

3. Connection to the submission platform

Just run the command nc credits.hel-jobs.eu 12345 and follow instructions. Choices can be made by typing in the command in question, followed by hitting enter. Be careful when pasting info as the copied text can contain a newline character, which works as if you were pressing enter. If the program freezes for some reason, you can kill it at any time by hitting ctrl + c. (Note: this is often not very wise as it will lose any unsaved work in the program etc, but nc is robust enough not to cause any problems.)

If you have any questions, comments or clarifications, you can express them at our subreddit.