Utilities
RSYNC - Man Page
Updated: 29 Jun 2008
NAME
rsync --- a fast, versatile, remote (and local) file-copying toolSYNOPSIS
Local: rsync [OPTION...] SRC... [DEST]
Access via remote shell:
Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
Access via rsync daemon:
Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
Push: rsync [OPTION...] SRC...- Read more
- 48 reads
Grabbing a Remote User's Display with x11vnc
Let's consider a scenario. You've got a user of your software who's struggling with how to do something. You know if you were there, you could show them very quickly, but trying to explain via telephone or email is proving really difficult. Or perhaps you need to interact with a remote display for some other reason, such as running graphical software on the remote machine with the option to detach from the session with the software still running, and be able to pick it up again when you're in front of the machine. You also might have left some software or website open on your screen and decide you need to close it. All of these scenarios could be challenging to you, linux being a multi-user operating system and all. It's designed to allow multiple users access to the machine without running into each other, but what if you want to run into each other?
X11VNC - Man Page
Updated: October 2007
Index
NAME
x11vnc - allow VNC connections to real X11 displaysversion: 0.9.3, lastmod: 2007-09-30
SYNOPSIS
x11vnc [OPTION]...DESCRIPTION
Typical usage is:
- Run this command in a shell on the remote machine "far-host" with X session you wish to view:
- x11vnc
- Read more
- 266 reads
SCREEN - Man Page
Updated: Aug 2003
Index
NAME
screen - screen manager with VT100/ANSI terminal emulation
SYNOPSIS
screen [ -options ] [ cmd [ args ] ]screen -r [[pid.]tty[.host]]
screen -r sessionowner/[[pid.]tty[.host]]
- Read more
- 60 reads


