Update minicom.md

This commit is contained in:
Andrea Cardaci 2023-10-21 13:43:34 +02:00
parent 6f0af49942
commit 894326d0ac

View File

@ -1,8 +1,13 @@
--- ---
description: Minicom must be open on a valid port, curses interface open
functions: functions:
shell: shell:
- description: | - description: |
Press `Ctrl+A O`, select `Filenames and paths`, press `E`, and write the shell to execute (e.g. `/bin/sh`). Exit out of the menus. Start the following command to open the TUI interface, then:
Now press `Ctrl+A K` and your shell will start. 1. press `Ctrl-A o` and select `Filenames and paths`;
2. press `E` and type `/bin/sh`;
3. Press `Esc` twice;
4. Press `Ctrl-A k` to drop the shell.
After the shell, exit with `Ctrl-A x`. Note that in some versions, `Meta-Z` is used in place of `Ctrl-A`.
code: |
minicom -D /dev/null
--- ---