| 1 | = How to Code in a Terminal Window |
| 2 | |
| 3 | When you want to develop programs, e.g. in Python, on a server, the easiest connection option usually is via `ssh` access and the [https://en.wikipedia.org/wiki/Command-line_interface command line mode] in a [https://en.wikipedia.org/wiki/Terminal_emulator terminal window]. |
| 4 | |
| 5 | In case, you are not used to working in a terminal, we have gathered a small set of recommendations and tutorial links. The examples will be using the NLP lab server [https://aurora.fi.muni.cz aurora] as an example. |
| 6 | |
| 7 | * for the **primary access**, see the information for various OSes directly at https://aurora.fi.muni.cz |
| 8 | |
| 9 | * for **basic navigation** one you are logged in, see the [https://ubuntu.com/tutorials/command-line-for-beginners#3-opening-a-terminal Ubuntu tutorial for working in terminal]. |
| 10 | |