Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:tools:cli_tools [2013/11/13 14:04] ltaulelldocumentation:tools:cli_tools [2023/03/09 14:28] (Version actuelle) ltaulell
Ligne 1: Ligne 1:
 ====== Outils divers ====== ====== Outils divers ======
  
-===== screen & tmux ===== 
  
-les commandes ''screen'' et ''tmux'' sont des multiplexeurs de terminaux. Ils sont un équivalent survitaminés et interactifs de la tristement célèbre commande ''nohup''.+<WRAP center round important 60%>
  
-Ils sont disponibles par défaut dans l'environnement **Debian 7**. {{:documentation:tools:refcard-tmux-screen.pdf|Memento de commande}}+**[[http://www.ens-lyon.fr/PSMN/Documentation/|New Documentation (Debian 11 / Slurm)]]**
  
-  * ''~/.screenrc''+See also our [[news:blog|Fil des news]] for up-to-date informations 
 +</WRAP>
  
-<code bash .screenrc> +Voir [[http://www.ens-lyon.fr/PSMN/Documentation/environment_and_tools/tools.html|CLI Tools]].
-termcapinfo xterm ti@:te@ +
-hardstatus alwayslastline '%{=b db}%{-b dy}%H %{+b db}]%{+b dd}%?%{w}%{-b}%-Lw%? %{+b}([%n]%{-b} %{+b}%f%t%?(%u)%?)%{-b}%{w}%?%+Lw%?%?%= %{+b b}][%{-b w} %d/%m %{y}%c %{+b b}]' +
- +
-</code> +
- +
-  * ''~/.tmux.conf'' +
- +
-<code bash .tmux.conf> +
-# UTF-8 +
-set-option -g status-utf8 on +
-set-window-option -g utf8 on +
- +
-# Set 256-colour terminal +
-set -g default-terminal "screen-256color" +
- +
-# Number of lines held in window history +
-set -g history-limit 5000 +
-set -g terminal-overrides 'xterm*:smcup@:rmcup@' +
- +
- +
-# Set status bar +
-set -g status-bg black +
-set -g status-fg white +
-set -g status-interval 60 +
-set -g status-left-length 30 +
-set -g status-left '#[fg=green](#S) #(whoami)@#H#[default]+
- +
-# Highlight active window +
-setw -g window-status-current-bg blue +
- +
-# Set window notifications +
-setw -g monitor-activity on +
-set -g visual-activity on +
- +
-# Automatically set window title +
-setw -g automatic-rename on +
- +
-# Use mouse to select pane +
-set -g mouse-select-pane on +
- +
-# Mode-keys style for copy mode +
-setw -g mode-keys vi +
- +
-# Default session +
-#new -d -s "MaSession" +
- +
-</code> +
- +
- +
- +
-  * bash/zsh ? +
-  * xpra ? +
-  * reptyr ? +
-  * etc.+
documentation/tools/cli_tools.1384351486.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)