Sponsored Content
Full Discussion: Sysadmin Day.
Special Forums News, Links, Events and Announcements Sysadmin Day. Post 23513 by killerserv on Monday 24th of June 2002 09:17:23 PM
Old 06-24-2002
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sysadmin LOGIN msgs for all users

Is there a way, as sysadmin, to put out system msgs, ie scheduled downtime, backup info, etc, whenever users log in? (5 Replies)
Discussion started by: kymberm
5 Replies

2. IP Networking

Networking sysadmin/blocking/IM

What's the latest talk about instant messaging services in teh workplace, regarding blocking it, shutting off ports, etc? Is there a forum somewhere for this? Can't you shut down ports on linux or unix for IM services? (1 Reply)
Discussion started by: kymberm
1 Replies

3. News, Links, Events and Announcements

Sysadmin Day Meetup in NYC

Hi All, I just joined this forum, and I think its great! I wanted to let you know in honor of Systems Administrator Appreciation Day (which is next Friday, as you probably know), I'm organizing a meetup in New York City to celebrate. I've made a page with more information here: ... (0 Replies)
Discussion started by: MPSimmons
0 Replies

4. Shell Programming and Scripting

Script to find previous month last day minus one day timestamp

Hi All, I need to find the previous month last day minus one day, using shell script. Can you guys help me to do this. My Requirment is as below: Input for me will be 2000909(YYYYMM) I need the previous months last day minus 1 day timestamp. That is i need 2000908 months last day minus ... (3 Replies)
Discussion started by: girish.raos
3 Replies

5. What is on Your Mind?

Happy SysAdmin Appreciation Day!

A big Thank You to the admins of unix.com, for keeping the platform of a great community running smoothly and error-free. In case you don't know what I'm talking about: SysAdmin Appreciation Day (5 Replies)
Discussion started by: pludi
5 Replies

6. Solaris

[solved] Group sysadmin missing

Hello all I recently installed a fresh copy of Solaris. I noticed that /etc/passwd does not contain an entry for sysadmin Group #14. Why isnt it there? Other websites state that by default it should be there ! Help! Regards, Junaid ---------- Post updated at 01:04 AM ----------... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

7. AIX

A book for sysadmin

Please i searching a book which covering system administration of aix7 or 6 :lvm,virtualization,fs,etc Ebook and amazon ok. Do you know something good? Thanks (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
uri_urn(n)					    Tcl Uniform Resource Identifier Management						uri_urn(n)

__________________________________________________________________________________________________________________________________________________

NAME
uri_urn - URI utilities, URN scheme SYNOPSIS
package require Tcl 8.2 package require uri::urn ?1.1.2? uri::urn::quote url uri::urn::unquote url _________________________________________________________________ DESCRIPTION
This package provides two commands to quote and unquote the disallowed characters for url using the urn scheme, registers the scheme with the package uri, and provides internal helpers which will be automatically used by the commands uri::split and uri::join of package uri to handle urls using the urn scheme. COMMANDS
uri::urn::quote url This command quotes the characters disallowed by the urn scheme (per RFC 2141 sec2.2) in the url and returns the modified url as its result. uri::urn::unquote url This commands performs the reverse of ::uri::urn::quote. It takes an urn url, removes the quoting from all disallowed characters, and returns the modified urls as its result. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category uri of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
rfc 2141, uri, url, urn CATEGORY
Networking uri 1.1.2 uri_urn(n)
All times are GMT -4. The time now is 12:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy