Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

zapping_remote(1) [debian man page]

ZAPPING_REMOTE(1)						  [FIXME: manual]						 ZAPPING_REMOTE(1)

NAME
zapping_remote - sends commands to a running instance of Zapping SYNOPSIS
zapping_remote [-h] [-d NAME] [-i ID] [-v] [-x] [command] DESCRIPTION
zapping_remote is a small program to send Python commands to a running instance of Zapping. See the Zapping documentation for a list of commands. When the -x option is given zapping_remote can also send Xawtv commands, see the xawtv-remote(1) manual page for details. Zapping also responds to xawtv-remote. This manual page refers to zapping_remote version 0.10. OPTIONS
-h Prints usage information on stdout, then terminates the program. -d NAME The X display to use. -i ID The ID of the Zapping or Xawtv main window. When omitted zapping_remote tries to find it automatically. -v NUMBER Debug level, default 0. -x Switches to a xawtv-remote compatible mode, sending Xawtv instead of Python commands. BUGS
None known. SEE ALSO
zapping(1), zapping_setup_fb(1) AUTHORS
Zapping was written by Inaki Garcia Etxebarria, Michael H. Schimek (mschimek@users.sourceforge.net) and many contributors. This manual page was written by Michael H. Schimek. [FIXME: source] 04/16/2012 ZAPPING_REMOTE(1)

Check Out this Related Man Page

XINE-REMOTE(1x) 														   XINE-REMOTE(1x)

NAME
xine-remote - a small tool to connect xine remote control server. SYNOPSIS
xine-remote [options] DESCRIPTION
This manual page documents briefly the xine-remote tool. xine-remote can replace a raw telnet connection to a xine remote control server. It use the readline facilities (completion, vi/emacs shortcuts, command history, etc...). By default, it try to connect the localhost, using the default port (see xine(1)). OPTIONS
The program follow the usual GNU command line syntax, with long ioptions starting with two dashes (`-'). A summary of options are included below. -H, --host <hostname> Try to connect <hostname>. -P, --port <port> Try to connect the host using <port>. -c, --command <command> Send <command> to server then quit. The command should be single quoted if it contain spaces or special characters. -n, --noconnect Do not initiate the connection on startup. -v, --version Display version. -h, --help Display options summary. COMMANDS
Few commands are available, which are used to open or close a connection: ? Display available commands (the xine-remote ones + server ones when connection is established). help <command> Display the purpose of <command>, if that is omitted, display available commands. syntax <command> Display the usage of <command>. version Display version. open <server[:port]> Open connection to server. A port can be optionally specified, using colon (:) separator. close Close connection. quit Leaving xine-remote. SEE ALSO
xine(1). AUTHOR
This manual page was written by Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> for the xine project. The xine project 2002-04-16 XINE-REMOTE(1x)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

where can I find this

I want to now more about unix such as commands simple ones where can I learn them ore find them. Ore do you now some standard commands!? Help me tanks :confused: (4 Replies)
Discussion started by: neeles
4 Replies

2. UNIX for Dummies Questions & Answers

some commands:

A junior member (F.O.G.) sent a question in about commands, and a member (jaru) responded with a list of commands. His list is great and helps me as well, thank you. However, where and how did raju get this list. As you can tell I am new this also. I used VMS years ago, and as I remember you... (4 Replies)
Discussion started by: jamin
4 Replies

3. UNIX for Dummies Questions & Answers

commands

where can I find a list of unix commands to study? (4 Replies)
Discussion started by: Rush
4 Replies

4. Windows & DOS: Issues & Discussions

Unix commands

I am trying to find the difference between the sum and join commands in Unix. If there is one, what is it? and what they do :cool: (1 Reply)
Discussion started by: Darwin Rodrigue
1 Replies

5. UNIX for Dummies Questions & Answers

commands for unix

Hi All, I am new to UNIX programming. Can you send me the links where we can find all commands and their description in UNIX. Help in this regard is highly appreciated. Regards, Azaz Ali. (1 Reply)
Discussion started by: azazalis
1 Replies

6. Solaris

display remote commands

is there a way to display the commands the the remote user is typing -I would like to know a way by which i can log onto a remote system and type commands as the user watched on the console - I know about vnc but that is not what i am looking for -or is it rexec ? Ndegem SCSA (4 Replies)
Discussion started by: ndegem
4 Replies

7. UNIX for Dummies Questions & Answers

How to use UNIX commands in C program

Hai friend, I am new to linux..i had gone through most of the commands used in unix but i dont know how to use this commands in my C program..U know about this plz send the example program(C prog with unix command)... Thank... (3 Replies)
Discussion started by: sundar.lsr
3 Replies

8. Solaris

restrict commands

Dears, how to determine the commands that could be used by certain user..like I want to prevent some users from running pwd command???? Thanx (4 Replies)
Discussion started by: mm00123
4 Replies

9. Shell Programming and Scripting

How to send AT commands after getting into Kermit window?

We're using Kermit 8.0.209 in Linux environment. We're trying to invoke kermit from an application, send some AT commands and receive the responses from the End terminals like mobiles/modems. We access these deivces through serial ports. For eg., to send a file we use command-line options like... (4 Replies)
Discussion started by: pratiul
4 Replies

10. Cybersecurity

Logging shell commands and send it out

Dear friends I'm looking for a solution to log all commands that users do in my RedHat box, and send it out to other remote server, Is there any guide for that Thanks ---------- Post updated at 04:20 AM ---------- Previous update was at 03:47 AM ---------- I can think of something else I... (7 Replies)
Discussion started by: reaky
7 Replies

11. UNIX for Dummies Questions & Answers

Argument in Linux

I am trying to see the commands that can work also with only one argument. I tried that man to see the commands details but could not figure out. Here in my scenario I have ln, cp and mv commands. I am trying to see if these command can also work with just one argument. It looks like cp works if I... (3 Replies)
Discussion started by: linux17
3 Replies

12. Programming

Where to find sources of UNIX commands???

Dear friends, I believe that all unix commands are programs which are written in c language, please correct me if I am wrong. Now suppose that I want to see the c source of common commands like echo, ls, mkdir etc, where I can I find the source, linux is open source I believe, so the source for... (2 Replies)
Discussion started by: gabam
2 Replies

13. UNIX for Dummies Questions & Answers

Display full command (including options) information in running

Suppose I am a Unix user, not a root. I can see all commands in running by ps -elf, or some similar commands. Such commands may be submit by other Unix users. Is there a way that I can display those commands with their full parameters/options. For example, I can see a user is running "ls"... (3 Replies)
Discussion started by: happy_lotus
3 Replies

14. Programming

Help New Os

Hey everyone im soon going to be working on a new Os it will either be program in Python or c++ if you want to help just PM me please Os name: Toshler Os Os kernel: Monolithic written in: c++ or Python That its (1 Reply)
Discussion started by: Tyler Aaron
1 Replies

15. UNIX for Dummies Questions & Answers

How to run UNIX commands on remote machine from windows?

Hi All, I am working in support and we are planning to automate a system to reduce the direct manual intervention to core system. Please find the below details. 1. we have a web application that runs on Windows Platform. 2. From web application, we need to connect to remote Unix machine.... (6 Replies)
Discussion started by: Balaji K
6 Replies