Changes between Initial Version and Version 1 of en/HowToCodeInTerminal


Ignore:
Timestamp:
May 15, 2025, 11:00:24 AM (2 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v1 v1  
     1= How to Code in a Terminal Window
     2
     3When 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
     5In 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