Outils pour utilisateurs

Outils du site


tech:x11

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:x11 [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:x11 [2025/04/24 14:58] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 {{tag>Pb Graphique X11 SSH Réseau Chroot}} {{tag>Pb Graphique X11 SSH Réseau Chroot}}
  
-Notes X11+Notes X11
  
 Voir : Voir :
Ligne 13: Ligne 14:
  
  
 +## Quel est mon gestionnaire de fenetres - what is my window manager running
  
  
- +~~~bash
- +
- +
-== Quel est mon gestionnaire de fenetres - what is my window manager running +
- +
- +
-<code bash>+
 sudo apt-get install wmctrl sudo apt-get install wmctrl
 wmctrl -m wmctrl -m
-</code>+~~~
  
 Ou plus simplement Ou plus simplement
-<code bash>+~~~bash
 printf 'Desktop: %s\nSession: %s\n' "$XDG_CURRENT_DESKTOP" "$GDMSESSION" printf 'Desktop: %s\nSession: %s\n' "$XDG_CURRENT_DESKTOP" "$GDMSESSION"
-</code>+~~~
  
  
  
-== Notes install X11 sur RedHat7+## Notes install X11 sur RedHat7
  
-<code bash>+~~~bash
 yum downgrade glibc glibc-common yum downgrade glibc glibc-common
 yum downgrade plymouth --setopt=protected_multilib=false yum downgrade plymouth --setopt=protected_multilib=false
Ligne 64: Ligne 60:
  
 yum install open-vm-tools open-vm-tools-desktop yum install open-vm-tools open-vm-tools-desktop
-</code>+~~~ 
 + 
 +1. Install xauth: ''sudo yum install xorg-x11-xauth'' 
 +2. Edit the ''/etc/ssh/sshd_config'' file, and enter the ''X11Forwarding'' variable in Yes. 
 +3. Restart the sshd service: ''sudo service sshd restart''
  
-  - Install xauth: sudo yum install xorg-x11-xauth 
-  - Edit the /etc/ssh/sshd_config file, and enter the X11Forwarding variable in Yes. 
-  - Restart the sshd service: sudo service sshd restart 
  
-== WayPipe+## WayPipe
  
 Similar to ''ssh -X'' Similar to ''ssh -X''
  
-<code bash>+~~~bash
 waypipe ssh user@theserver weston-terminal waypipe ssh user@theserver weston-terminal
  
 waypipe -c lz4=9 ssh remote-server application-binary waypipe -c lz4=9 ssh remote-server application-binary
-</code>+~~~
  
  
-== How to make xterm black background by default+## How to make xterm black background by default
  
 Add to ''~/.Xdefaults'' : Add to ''~/.Xdefaults'' :
-<code yaml ~/.Xdefaults>+~~~yaml
 xterm*background: black xterm*background: black
 xterm*foreground: white xterm*foreground: white
-</code>+~~~
  
 or or
-<code bash>+~~~bash
 alias xterm='xterm -bg black -fg white' alias xterm='xterm -bg black -fg white'
-</code>+~~~
  
  
  
tech/x11.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki