Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ajaxterm(1) [debian man page]

ajaxterm(1)							   User commands						       ajaxterm(1)

NAME
ajaxterm - Web based terminal written in python DESCRITPION
ajaxterm is a web based terminal written in python and some AJAX javascript for client side. It can use almost any web browser and even works through firewalls. USAGE
ajaxterm [options] OPTIONS
A summary of the options supported by ajaxterm is included below. -h, --help show the help message and exit -p PORT, --port=PORT Set the TCP port (default: 8022) -c CMD, --command=CMD set the command (default: /bin/login or ssh localhost) -l, --log log requests to stderr (default: quiet mode) -d, --daemon run as daemon in the background -P PIDFILE, --pidfile=PIDFILE set the pidfile (default: /var/run/ajaxterm.pid) -i INDEX_FILE, --index=INDEX_FILE default index file (default: ajaxterm.html) -u UID, --uid=UID Set the daemon's user id -s SERVERPORT, --serverport=SERVERPORT Use a different port than 22 to connect to the ssh server -t TOKEN, --token=TOKEN Set authorization token. If this option is passed on the command line, the given token must be used when accessing ajaxterm (by adding a ?token=something request argument). -T SECONDS, --terminate-on-idle=SECONDS Terminate if idle for more than SEC seconds (0 means never) AUTHOR
Antony Lesuisse <al@udev.org> Adopted to UTF-8 by Sergej Pupykin <ps@lx-ltd.ru> This manual page was written for the Debian system by Julien Valroff <julien@debian.org> (but may be used by others). REPORTING BUGS
Report any bugs to the author: Antony Lesuisse <al@udev.org> COPYRIGHT
Copyright Antony Lesuisse <al@udev.org> SEE ALSO
- ajaxterm wiki page: http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm - ajaxterm forum: http://antony.lesuisse.org/qweb/forum/viewforum.php?id=2 ajaxterm 0.7 Jul 2006 ajaxterm(1)

Check Out this Related Man Page

GlusterFS(8)							   Gluster Inc. 						      GlusterFS(8)

NAME
GlusterFS - clustered file system SYNOPSIS
glusterfs [options] [mountpoint] DESCRIPTION
GlusterFS is a clustered file system, capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP and interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware, such as x86-64 server with SATA-II RAID and Infiniband HBA. GlusterFS is fully POSIX compliant file system. On client side, it has dependency on FUSE package, on server side, it works seemlessly on different operating systems. Currently supported on GNU/Linux and Solaris. OPTIONS
Basic options -f, --volfile=VOLUME-FILE File to use as VOLUME-FILE (the default is /etc/glusterfs/glusterfs.vol). -l, --log-file=LOGFILE File to use for logging. -L, --log-level=LOGLEVEL Logging severity. Valid options are TRACE, DEBUG, INFO, WARNING, ERROR and CRITICAL (the default is WARNING). -s, --volfile-server=SERVER Server to get the volume from. This option overrides --volfile option. Advanced options --debug Run in debug mode. This option sets --no-daemon, --log-level to DEBUG, and --log-file to console. -N, --no-daemon Run in the foreground. --read-only Make the file system read-only. -p, --pid-file=PIDFILE File to use as PID file. --volfile-id=KEY Key of the volume file to be fetched from the server. --volfile-server-port=PORT Port number of volfile server. --volfile-server-transport=TRANSPORT Transport type to get volume file from server (the default is socket). --volume-name=VOLUME-NAME Volume name to be used for MOUNT-POINT (the default is top most volume in VOLUME-FILE). --xlator-option=VOLUME-NAME.OPTION=VALUE Add/Override a translator option for a volume with the specified value. Fuse options --attribute-timeout=SECONDS Set attribute timeout to SECONDS for inodes in fuse kernel module (the default is 1). --entry-timeout=SECONDS Set entry timeout to SECONDS in fuse kernel module (the default is 1). --direct-io-mode=BOOL Enable/Disable the direct-I/O mode in fuse module (the default is enable). Miscellaneous Options -?, --help Display this help. --usageeew Display a short usage message. -V, --version Print the program version. FILES
/etc/glusterfs/*.vol, /etc/glusterd/vols/*/*.vol SEE ALSO
fusermount(1), mount.glusterfs(8), gluster(8) COPYRIGHT
Copyright(c) 2006-2011 Gluster, Inc. <http://www.gluster.com> 07 March 2011 Clustered File System GlusterFS(8)
Man Page