Changes between Version 7 and Version 8 of en/HowToCodeInTerminal


Ignore:
Timestamp:
May 16, 2025, 1:24:48 PM (2 weeks ago)
Author:
Ales Horak
Comment:

edited by hales in edit_page_in_vim.py

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v7 v8  
    99* 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].
    1010* 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
    1312  `Ctrl+S`, exit with `Ctrl+X`. An advanced option is the
    1413  [http://www.vim.org/ vim editor] - we suggest e.g. the