01-10-2006
UNIX scripts for router
Hi,
I want to write a script in unix for my routers which will collect the output to a file..
how do i do that?
thanks in advance
4 More Discussions You Might Find Interesting
1. IP Networking
Dear Users:
I'm trying to find a software based Unix Router. I only want to bridge two subnets, and I'm not trying to share an internet connection. Ultimately, I'm looking for the sourcecode so that I can compile it for Mac OS X, which is the machine that the we want the router to run on. I'd... (4 Replies)
Discussion started by: emulator
4 Replies
2. UNIX for Dummies Questions & Answers
Is there a way that i can create some start up disks for a computer with no hard drive to become a router? I know there are types of Linux OS's that can do it but i dont know which ones they are or where i can get them from. I am very new to the UNIX/Linux thing so I thank you for any help. (2 Replies)
Discussion started by: e980238
2 Replies
3. UNIX for Dummies Questions & Answers
dear all,
hi... my name rian,
i have some problem here, i'm trying to make router on UNIX machine, is there anyone know how to make it....... :confused: please let me know about the step.... thanks before..
cheers
Rian (2 Replies)
Discussion started by: afriansyah
2 Replies
4. UNIX for Dummies Questions & Answers
I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do
lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies
PLADV(3plplot) PLplot API PLADV(3plplot)
NAME
pladv - Advance the (sub-)page
SYNOPSIS
pladv(sub)
DESCRIPTION
Advances to the next subpage if sub=0, performing a page advance if there are no remaining subpages on the current page. If subpages
aren't being used, pladv(3plplot)(0) will always advance the page. If sub>0, PLplot switches to the specified subpage. Note that this
allows you to overwrite a plot on the specified subpage; if this is not what you intended, use pleop(3plplot) followed by plbop(3plplot) to
first advance the page. This routine is called automatically (with sub=0) by plenv(3plplot), but if plenv(3plplot) is not used,
pladv(3plplot) must be called after initializing PLplot but before defining the viewport.
Redacted form: pladv(sub)
This function is used in examples 1,2,4,6-12,14-18,20,21,23-27,29,31.
ARGUMENTS
sub (PLINT, input)
Specifies the subpage number (starting from 1 in the top left corner and increasing along the rows) to which to advance. Set to
zero to advance to the next subpage.
AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the
PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources.
August, 2012 PLADV(3plplot)