Benutzer-Werkzeuge

Webseiten-Werkzeuge


remote_serial_terminal

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
remote_serial_terminal [2016/07/20 10:23] – [screen] dokuwikiadminremote_serial_terminal [2021/02/25 11:30] (aktuell) – [screen] karl
Zeile 10: Zeile 10:
 Later you can call it without any parameter. It's main interaction is done with Ctrl+A Z. This opens the options menu.  Later you can call it without any parameter. It's main interaction is done with Ctrl+A Z. This opens the options menu. 
  
-==== Most important commands ====+==== Important Commands ====
   * Ctrl+a l: define log-file   * Ctrl+a l: define log-file
   * Ctrl+a z: options menu   * Ctrl+a z: options menu
Zeile 23: Zeile 23:
   * minicom (start minicom in window 0)   * minicom (start minicom in window 0)
   * do whatever you want to do in **minicom**. \\ to forward the Ctrl-a signal, which is catched by **screen** and very important for using **minicom**, use **Ctrl+a a**   * do whatever you want to do in **minicom**. \\ to forward the Ctrl-a signal, which is catched by **screen** and very important for using **minicom**, use **Ctrl+a a**
-  * before closing the ssh-session, the window must be detached with Ctrl-a d+  * before closing the ssh-session, the window must be **detached** with **Ctrl-a d**
   * you can close now the the ssh-session, and the minicom-session keeps running on the server.    * you can close now the the ssh-session, and the minicom-session keeps running on the server. 
   * when you want to resume your minicom-window, connect to your server via ssh, and run   * when you want to resume your minicom-window, connect to your server via ssh, and run
   * screen -r (for resuming the window)   * screen -r (for resuming the window)
  
 +==== Important Commands ====
 +  * resume last window: screen -r
 +  * detach window: Ctrl+a d
 +  * switch between windows: Ctrl+a 0-9
 +  * close a window: ???
 +  * kill a window: Ctrl+a k
  
  
  
  
 +
 +{{tag>linux tools english shell}}
remote_serial_terminal.1469003025.txt.gz · Zuletzt geändert: 2016/07/20 10:23 von dokuwikiadmin