Changes between Version 7 and Version 8 of en/HowToCodeInTerminal
- Timestamp:
- May 16, 2025, 1:24:48 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/HowToCodeInTerminal
v7 v8 9 9 * for **easy repeated access**, you should setup a ''SSH key authorization'', see the simple [https://aurora.fi.muni.cz/ssh-keys.html aurora SSH keys tutorial]. 10 10 * choose and learn (at least) one **in-terminal text editor**. An easy 11 option is the [https://www.nano-editor.org/dist/v2.2/nano.html nano 12 editor] - just run `nano source.py` and start editing, save with 11 option is the [https://www.nano-editor.org/dist/v2.2/nano.html nano editor] - just run `nano source.py` and start editing, save with 13 12 `Ctrl+S`, exit with `Ctrl+X`. An advanced option is the 14 13 [http://www.vim.org/ vim editor] - we suggest e.g. the