Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

spicec(1) [debian man page]

SPICEC(1)						      General Commands Manual							 SPICEC(1)

NAME
spicec - Spice client SYNOPSIS
spicec [-h, --host <host>] [-p, --port <port>] [-s, --secure-port <port>] [--secure-channels <ch0, ch1...>] [--unsecure-chan- nels <ch0, ch1...>] [-w, --password <password>] [-f, --full-screen[=auto-conf]] [--canvas-type <type1, type2...>] [--enable-chan- nels <ch0, ch1...>] [--disable-channels <ch0, ch1...>] [--help] DESCRIPTION
spicec is a Spice client, it can be used to connect to Spice server, such as spice compatible QEMU OPTIONS
-h, --host <host> Spice server address. -p, --port <port> Spice server port -s, --secure-port <port> Spice server secure port --secure-channels <ch0, ch1...> Force secure connection on the specified channels Channels are: main, display, inputs, cursor, playback and record By default, any channel can be secured, depending on the --secure-port availability. --unsecure-channels <ch0, ch1...> Force unsecure connection on the specified channels Channels are: main, display, inputs, cursor, playback and record. By default, any channel can be unsecured, depending on the --port availability. -w, --password <password> Set a ticketing password (default is none) -s, --secure-port <port> Spice server secure port -f, --full-screen[=auto-conf] Open in a full screen mode. Optional automatic configuration of the remote display settings according to the client display set- tings. A guest agent must be installed and started for this option. --canvas-type <type1, type2...> Select the available renderer. The order determines precedence For Linux client : only "cairo" canvas type is available. For Win- dows client : available types are "gdi" and "cairo". The default is "gdi". --enable-channels <ch0, ch1...> Enable the specified channels. Use "all" for enabling all possible channels. Use the following names for enabling only the selected channels: "display", "inputs", "cursor", "playback" and "record". By default all channels are enabled. --disable-channels <ch0, ch1...> Disable the specified channels. Use "all" for disabling all possible channels. Use the following names for enabling only the selected channels: "display", "inputs", "cursor", "playback" and "record." By default all channels are enabled. --help Show command help. CONTROL HOT KEYS
Shift + F11 Toggle full-screen / window mode Shift + F12 Release the cursor if captured in window On debug mode, these are available as well: Shift + F5 Connect to the server Shift + F6 Disconnect from the server SEE ALSO
Spice related documents can be found at http://www.spice-space.org/documentation.html AUTHOR
Spice project This manual page was written by Liang Guo <bluestonechina@gmail.com>, for the Debian project (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the Creative Commons Attribution-Share Alike 3.0 United States License. (See http://creativecommons.org/licenses/by-sa/3.0/us/legalcode) November 29, 2010 SPICEC(1)

Check Out this Related Man Page

SPACEWALK-CHANNEL(8)						   Red Hat, Inc.					      SPACEWALK-CHANNEL(8)

NAME
spacewalk-channel - Subscribe to or unsubscribe system from channel. SYNOPSIS
spacewalk-channel [options] DESCRIPTION
spacewalk-channel allows you to subscribe to and unsubscribe from specified channels via the command line. A visit to the "Spacewalk Server", "Red Hat Satellite" or "Red Hat Network Classic" website isn't required. OPTIONS
-l, --list Print a list of channel(s) that you are currently subscribed to. -b, --base Print a base channel that you are currently subscribed to. -L, --available-channels Print a list of all available child channels. -a, --add You are subscribing system to given channel(s). You have to specify --user and --password. -r, --remove You are unsubscribing system to given channel(s). You have to specify --user and --password. -u, --user Your username used to register the system with and for Red Hat Network Classic, Red Hat Satellite or Spacewalk. If you do not enter this option and it is required, you will be prompted. -p, --password The password associated with the username specified with the --user option. This is an unencrypted password. If you do not enter this option and it is required, you will be prompted. -c, --channel Label of channel you want to subscribe to or unsubscribe from. Can be specified multiple times. -v, --verbose Print out successfull action. -h, --help Show a help message and exit. NOTE
The addition and removal of channels is mutually exclusive, please use the command twice. EXAMPLES
Subscribe to two channels: spacewalk-channel --add -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password Unsubscribe from channel: spacewalk-channel --remove -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password List subscribed channels: spacewalk-channel --list SEE ALSO
rhnplugin(8), rhn_register(8), up2date(5). AUTHORS
Miroslav Suchy <msuchy@redhat.com> BUGS
Report bugs to <http://bugzilla.redhat.com>. COPYRIGHT
Copyright (C) 2009-2010 Red Hat, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Linux 2010 August 30 SPACEWALK-CHANNEL(8)
Man Page