Watching Internet


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Watching Internet
# 1  
Old 11-24-2008
Watching Internet

2008-11-24T22:20:10+01:00
Image


I've just read Richard Koman's post.


Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sed remove expression from output I'm watching

I'm watching a particular expression as it is appended in a line to a file: tail -f LOG | sed -n /"$@"/p So whatever value I pass into this script will tail -f the file, but only show me lines that contain the value: lgwatch expression However some of the output contains a #20 control... (8 Replies)
Discussion started by: MaindotC
8 Replies

2. Shell Programming and Scripting

watching for a file

Hi dears, The script should watch for a file in particular directory. If the file not come into the directory even after 30 seconds from execution of the script, then script should exit saying “file not arrived” Any help ?? (4 Replies)
Discussion started by: Gopal_Engg
4 Replies

3. Linux

SFTP an internet address from a system behind an internet proxy

I was wondering if it is possible to setup SFTP to go through the internet proxy while connecting to an internet location. Problem: Client system is behind internet proxy. SFTP to any internet location fails as there is no documented way to configure SFTP to connect to internet locations through... (4 Replies)
Discussion started by: toobrown1
4 Replies

4. UNIX for Dummies Questions & Answers

internet

hello i am a new user of suse linux...can anyone please tell me how i can get internet running on my suse?...pls tel me the complete procedure... (0 Replies)
Discussion started by: varsha.shastri
0 Replies

5. UNIX for Dummies Questions & Answers

internet

hello, just installed suzi 10.1, connect directly to broadband, set as auto-detect proxy, all ok. put machine through router - winxp ok with this - cannot connect to internet , any ideas please don (2 Replies)
Discussion started by: dondecap
2 Replies

6. Shell Programming and Scripting

Actively watching for running processes

Here's a fun one... What's the best way to script looking for a process when it runs? For example, what if a process is running that's been set up graphically, which you would like the entire command line string for? Say it's rpm for the sake of having a command to use as an example. You want... (2 Replies)
Discussion started by: sysera
2 Replies
Login or Register to Ask a Question
SPKI(5) 							    Lsh Manuals 							   SPKI(5)

NAME
SPKI - Simple Public Key Infrastructure formats DESCRIPTION
The IETF Simple Public Key Infrastructure Working Group has defined a format for storing, transmitting and manipulating certificates to support security in a wide range of Internet applications which will require the use of public key certificates. For the definition of the SPKI format, please refer to [SPKI]. The format of SPKI objects is a simplified form of S-expression. An S-expression is a list enclosed in matching "(" and ")", similar to the recursive list data structure in of the LISP and Scheme programming languages. Canonical S-expression A canonical S-expression is a unique representation of an S-expression which may contain arbitrary binary byte strings. For transport over a 7-bit channel, it may be base64 (see [RFC2045]) encoded. Advanced S-expression The advanced S-expression format is a complexer form of an S-expression which is not necessarily unique. It is more suited for human read- ing than the canonical S-expression format. EXAMPLE
Examples SPKI certificates can be found in [SPKI]. REFERENCES
<URL:http://www.clark.net/pub/cme/html/spki.html> Home-page of the IETF SPKI working group. <URL:http://theory.lcs.mit.edu/~rivest/sexp.html> Home-page of the S-expression technology. Carl M. Ellison, SPKI Requirements, Internet draft, <URL:http://www.ietf.org/internet-drafts/internet-drafts/draft-ietf-spki-cert-req-02.txt>, 24 October 1998. [SPKI] Carl M. Ellison, Bill Frantz, Butler Lampson, Ron Rivest, Brian M. Thomas and Tatu Ylonen, Simple Public Key Certificate, Internet draft (expired), <URL:http://www.ietf.org/internet-drafts/internet-drafts/draft-ietf-spki-cert-structure-05.txt>, 13 March 1998. Carl M. Ellison, Bill Frantz, Butler Lampson, Ron Rivest, Brian M. Thomas and Tatu Ylonen, SPKI Certificate Theory, Internet draft, <URL:http://www.ietf.org/internet-drafts/internet-drafts/draft-ietf-spki-cert-theory-04.txt>, 17 November 1998. Carl M. Ellison, Bill Frantz, Butler Lampson, Ron Rivest, Brian M. Thomas and Tatu Ylonen, SPKI Examples, Internet draft (expired), <URL:http://www.ietf.org/internet-drafts/draft-ietf-spki-cert-examples-01.txt>, 10 March 1998. [RFC2045] N. Freed and N. Borenstein, Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies, 2 December 1996. AUTHOR
This man-page was written by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>. SEE ALSO
lsh_keygen(1) LSH
JANUARY 1999 SPKI(5)