[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Diferencias

Muestra las diferencias entre dos versiones de la página.


es:howtos:window_managers:xfce_handy_launchers [2019/02/19 20:17 (UTC)] (actual) – creado slackwarespanol
Línea 1: Línea 1:
 +====== XFCE - Handy Launchers ======
  
 +====== Create a launcher ======
 +1) Somewhere on the blank desktop, RIGHT CLICK \\
 +2) Select CREATE LAUNCHER
 +
 +
 +====== SSH LAUNCHER ======
 +1) NAME -> anything you want \\
 +2) COMMAND -> ssh MACHINE_NAME_OR_IP \\
 +3) CLICK -> RUN IN TERMINAL \\
 +
 +
 +====== SSH LAUNCHER WITH VNC TUNNELING (GO TO THE BACKGROUND)======
 +1) NAME -> anything you want \\
 +2) COMMAND -> ssh -L 5901:127.0.0.1:5901 -N -f TARGET_MACHINE_NAME_OR_IP \\
 +3) CLICK -> RUN IN TERMINAL \\
 +
 +//NOTE: If your are listening for ssh on a non-standard port, just add //-p PORT#// to the COMMAND.//
 +
 +====== SSH LAUNCHER WITH VNC TUNNELING (STAY OPEN IN FOREGROUND)======
 +1) NAME -> anything you want \\
 +2) COMMAND -> ssh -L 5901:127.0.0.1:5901 TARGET_MACHINE_NAME_OR_IP \\
 +3) CLICK -> RUN IN TERMINAL \\
 +
 +//NOTE: If your are listening for ssh on a non-standard port, just add //-p PORT#// to the COMMAND.//
 +
 +
 +====== VNC (VIEWER) LAUNCHER ======
 +1) NAME -> anything you want \\
 +2) COMMAND -> vncviewer TARGET_MACHINE_NAME_OR_IP:1 \\
 +
 +//NOTE:  ":1" is the display number on the target machine. If you are running multiple VNC servers on that machine, you need to change this to the correct display that you want.//
 +
 +
 +====== VNC (VIEWER) LAUNCHER (SSH TUNNEL) ======
 +(used with a SSH connection with VNC tunneling, see SSH LAUNCHER WITH VNC TUNNELING ) \\
 +
 +1) NAME -> anything you want \\
 +2) COMMAND -> 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 ======
 +<!-- If you are copying information from another source, then specify that source -->
 +<!-- * Original source: [[http://some.website.org/some/page.html]] -->
 +<!-- Authors are allowed to give credit to themselves! -->
 + * Originally written by [[wiki:user:arfon | arfon]]
 +<!-- * Contributions by [[wiki:user:yyy | User Y]] -->
 +
 +<!-- Please do not modify anything below, except adding new tags.-->
 +<!-- You must remove the tag-word "template" below before saving your new page -->
 +{{tag>howtos Window_Managers XFCE Launcher SSH VNC author_arfon}}
 es:howtos:window_managers:xfce_handy_launchers ()