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/04/15 21:20] – jose | informatica:linux:script [2026/09/07 14:32] (current) – jose | ||
|---|---|---|---|
| Line 1167: | Line 1167: | ||
| /mnt/img2 → sistema | /mnt/img2 → sistema | ||
| + | ====== TMUX ====== | ||
| + | Iniciar sesión de tmux: | ||
| + | tmux | ||
| + | Para poner con nombre | ||
| + | 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 | ||
| + | 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.1776288008.txt.gz · Last modified: by jose
