informatica:linux:script
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:script [2026/07/02 17:27] – [dd] jose | informatica:linux:script [2026/09/07 14:32] (current) – jose | ||
|---|---|---|---|
| Line 1172: | Line 1172: | ||
| Para poner con nombre | Para poner con nombre | ||
| tmux new -s mi_sesion | tmux new -s mi_sesion | ||
| + | | ||
| + | Si da error: | ||
| + | tmux new -s opencode_raspi | ||
| + | missing or unsuitable terminal: xterm-kitty | ||
| + | |||
| + | Solución: | ||
| + | export TERM=xterm-256color | ||
| + | |||
| + | Lo añadimos a .basrc para que sea permanente | ||
| Salir de una sesión de tmux | Salir de una sesión de tmux | ||
| Ctrl+b d | Ctrl+b d | ||
| + | Listamos las sesiones activas: | ||
| + | tmux ls | ||
| + | domotica: 1 windows (created Thu Jul 9 08:33:32 2026) | ||
| + | pinyator: 1 windows (created Thu Jul 9 08:31:42 2026) | ||
| + | |||
| + | Nos conectamos a una: | ||
| + | tmux attach -t domotica | ||
informatica/linux/script.1783013222.txt.gz · Last modified: by jose
