====== XFCE - Handy Launchers ====== ====== Créer un lanceur ====== 1) Dans un espace vide du bureau, CLIC DROIT \\ 2) Sélectionner CRÉER UN LANCEUR ====== SSH LAUNCHER ====== 1) NOM -> ce que vous voulez \\ 2) COMMANDE -> ssh NOM_MACHINE_OU_IP \\ 3) OPTIONS -> EXÉCUTER DANS UN TERMINAL \\ ====== SSH LAUNCHER AVEC TUNNELING VNC (EN ARRIERE-PLAN)====== 1) NOM -> anything you want \\ 2) COMMANDE -> ssh -L 5901:127.0.0.1:5901 -N -f TARGET_MACHINE_NAME_OR_IP \\ 3) OPTIONS -> EXÉCUTER DANS UN TERMINAL \\ //NOTE: Si vous utiliser un port non-standard pour ssh, ajoutez juste //-p PORT#// à la COMMANDE.// ====== SSH LAUNCHER WITH VNC TUNNELING (AU PREMIER PLAN)====== 1) NOM -> anything you want \\ 2) COMMANDE -> ssh -L 5901:127.0.0.1:5901 TARGET_MACHINE_NAME_OR_IP \\ 3) OPTIONS -> EXÉCUTER DANS UN TERMINAL \\ //NOTE: Si vous utiliser un port non-standard pour ssh, ajoutez juste //-p PORT#// à la COMMANDE.// ====== VNC (VIEWER) LAUNCHER ====== 1) NOM -> anything you want \\ 2) COMMANDE -> vncviewer TARGET_MACHINE_NAME_OR_IP:1 \\ //NOTE: ":1" est le numéro du display sur la machine cible. Si vous exécuter plusieurs serveurs VNC sur cette machine, vous devrez le remplacer par l'identifiant du display désiré.// ====== VNC (VIEWER) LAUNCHER (TUNNEL SSH) ====== (utilisé avec une connection SSH avec tunnel VNC, voir SSH LAUNCHER AVEC TUNNELING VNC ) \\ 1) NOM -> anything you want \\ 2) COMMANDE -> vncviewer localhost:1 \\ //NOTE: ":1" is the display number on the target machine. If you are running a VNC server on the local machine, you need to change this on the **target machine and local machine** to a display number not running locally.// ====== Sources ====== * Auteur d'origine: [[wiki:user:arfon | arfon]] * Traduit de l'anglais par --- //[[wiki:user:cedric|Cedric M.]] 2015/09/09 13:04// {{tag>howtos Window_Managers XFCE Launcher SSH VNC author_arfon translator_cedric}}