Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rlinetd(8) [debian man page]

RLINETD(8)							   rlinetd 0.8.2							RLINETD(8)

NAME
rlinetd - an(other) internet super-server SYNOPSIS
rlinetd [-f|--config <config-file>] [-p|--parser <parser-module>] [-d|--debug] [-h|--help] DESCRIPTION
rlinetd is a connection manager which binds and listens to a number of ports, and performs specified actions when a connection is made. OPTIONS
The program will accept a number of arguments to adjust the startup sequence. -d , --debug is a flag to raise the debug level. This will, amongst other things, prevent dissociation from the controlling terminal and give output on stderr. -h , --help will give a brief synopsis of the options. -f , --config <config-file> allows the specification of an alternative configuration file to be read. -p , --parser <parser-module> allows the specification of an alternative parser module to be used when parsing the configuration file. FILES
/etc/rlinetd.conf default configuration file. /usr/lib/x86_64-linux-gnu/rlientd/libparse.so default parser module. SEE ALSO
rlinetd.conf(5) AUTHOR
This manual page was written by Mikolaj J. Habryn <dichro-doc@rcpt.to>. Modified by Robert Luberda <robert@debian.org>. Debian July, 15th 2011 RLINETD(8)

Check Out this Related Man Page

Biblio::Citation::Parser::Jiao(3pm)			User Contributed Perl Documentation		       Biblio::Citation::Parser::Jiao(3pm)

NAME
Biblio::Citation::Parser::Jiao - citation parsing using Zhuoan Jiao's parsing module. SYNOPSIS
use Biblio::Citation::Parser::Jiao; # Parse a simple reference $parser = new Biblio::Citation::Parser::Jiao; $metadata = $parser->parse("M. Jewell(2002) Citation Parsing for Beginners. Journal of Madeup References 4(3)."); print "The title of this article is ".$metadata->{atitle}." "; DESCRIPTION
Biblio::Citation::Parser::Jiao uses a reference parsing module written by Zhuoan Jiao (zj@ecs.soton.ac.uk). This is a good module to use if titles are not required (if they are in double-quotes they will be picked up, however). For more information see: http://arabica.ecs.soton.ac.uk/code/doc/ref/Parser/about_Citation_module.html The module has been repackaged to comply with the ParaCite metadata style and uses the Citation parser interface to preserve interoperability with the other modules. METHODS
$parser = Biblio::Citation::Parser::Jiao->new() The new() method creates a new parser. $metadata = $parser->parse($reference, [$notrim]); This method provides a wrapper to the functions within the Jiao module that carry out the parsing. Simply pass a reference string, and a metadata hash is returned. Note that this is trimmed to comply to OpenURL standards (thus removing some information that you may wish to keep). To prevent this from occurring, ensure that $notrim is non-zero. AUTHOR
Original Author: Zhuoan Jiao <zj@ecs.soton.ac.uk> Ported to Biblio interface by: Mike Jewell <moj@ecs.soton.ac.uk> perl v5.10.1 2009-11-15 Biblio::Citation::Parser::Jiao(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. SuSE

config internet

Hi i have recently installed linux enterprise edition.and i want to config internet and dns to run my websites.Please help me for the following MIt (1 Reply)
Discussion started by: naik_mit
1 Replies

2. Linux

setting up internet connection

I'm having fedora core4.I have a ADSL modem and can access through Windows.I tried setting up internet connection in linux using setup command and netconfig,but doesn't work. can anybody help me with the steps in detail.also can i use the same ip address as in windows? (7 Replies)
Discussion started by: laddu
7 Replies

3. Shell Programming and Scripting

New to shellscripting....need some help!

I have 3 shell scripts below.... I need to write a command line parser for these 3 utilities. basically the parser will accept ANY number of commands in this syntax -r = right -f = findtext -c = count so you do something like mu.s -r 3 4 5 -f hello goodbye.txt -c *.c -h 5 4 3 right... (5 Replies)
Discussion started by: TurboArkhan
5 Replies

4. UNIX for Advanced & Expert Users

after 30 seconds breaking the internet connection

Please help me to solve this problem. after every 30 second or 1 minute i m getting the folowing error in browser, which works fine after pressing the reload tab. #################################################### While trying to retrieve the URL: Ubuntu Forums - Search Forums The... (2 Replies)
Discussion started by: jagnikam
2 Replies

5. Shell Programming and Scripting

Unable to locate Perl

Hi, On my server : Linux mymac 2.6.32-431.23.3.el6.x86_64 #1 SMP Wed Jul 16 06:12:23 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux I tried to load successfully the Perl module inside my Apache by adding the following in my httpd.conf LoadModule cgid_module modules/mod_cgid.so Restarted... (0 Replies)
Discussion started by: mohtashims
0 Replies