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:18] – [Autres] 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. Ce sont des équivalents survitaminés et interactifs de la célèbre commande ''nohup''.+<WRAP center round important 60%>
  
-Ils sont disponibles sur l'ensemble des **compilateurs Debian 7**.+**[[http://www.ens-lyon.fr/PSMN/Documentation/|New Documentation (Debian 11 / Slurm)]]**
  
-{{:documentation:tools:refcard-tmux-screen.pdf|Memento des commandes}}+See also our [[news:blog|Fil des news]] for up-to-date informations 
 +</WRAP>
  
-  * ''~/.screenrc'' +Voir [[http://www.ens-lyon.fr/PSMN/Documentation/environment_and_tools/tools.html|CLI Tools]].
- +
-<code bash .screenrc> +
-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-+
-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> +
- +
-===== Reptyr ===== +
- +
-Homepage : https://github.com/nelhage/reptyr +
- +
-''reptyr'' sert a re-attacher a un ''screen'' un process qu'on aurait lancé dans un terminal standard. +
- +
-reptyr est disponible sur l'ensemble des **compilateurs Debian 7**. +
- +
-===== Xpra ===== +
- +
-Homepage : http://xpra.org/ +
- +
-''Xpra'' est un ''screen'' pour X.  +
- +
-Xpra est disponible sur l'ensemble des **compilateurs Debian 7**. +
- +
-===== Autres ===== +
- +
-FIXME / TODO +
- +
-  * bash/zsh ? +
-  * etc.+
documentation/tools/cli_tools.1384352282.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)