Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ns_uuencode(3aolserv) [debian man page]

ns_uuencode(3aolserver) 				    AOLserver Built-In Commands 				   ns_uuencode(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_uudecode, ns_uuencode - commands SYNOPSIS
ns_uudecode string ns_uuencode string _________________________________________________________________ DESCRIPTION
ns_uudecode performs HTTP-style uudecoding and returns the decoded value. ns_uuencode performs HTTP-style uuencoding and returns the encoding value. The input string is limited to a maximum length of 48 charac- ters. The encoding string will be approximately 33% longer than the original. Note: This is HTTP-style uuencoding/uudecoding which is sometimes called "htuu" (see RFC 1113). It is not compatible with the format used by the Unix uuencode/uudecode commands, nor is it base-64 encoding. For base-64 encoding, consider using the base64 Tcl package in tcllib (see http://tcllib.sourceforge.net). EXAMPLES
nscp> ns_uuencode username dXNlcm5hbWU= nscp> ns_uudecode dXNlcm5hbWU= username SEE ALSO
nsd(1) KEYWORDS
AOLserver 4.0 ns_uuencode(3aolserver)

Check Out this Related Man Page

ns_info(3aolserver)					    AOLserver Built-In Commands 				       ns_info(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_info, ns_server, ns_stats - commands SYNOPSIS
ns_info address ns_info argv0 ns_info boottime ns_info builddate ns_info config ns_info home ns_info hostname ns_info interp ns_info label ns_info log ns_info name ns_info pageroot ns_info platform ns_info server ns_info tcllib ns_info uptime ns_info version ns_server option ?arg arg ...? ns_stats option ?arg arg ...? _________________________________________________________________ DESCRIPTION
ns_info boottime Returns the server boot time in seconds. ns_info config Returns the configuration file name. ns_info home Returns the directory where the AOLserver was installed. ns_info hostname Returns the name of the host on which server is running (e.g., www.myhost.com). ns_info interp Returns the number of the Tcl interpreter currently being used. ns_info label Returns the source code label for the server. If no label was used, "unlabeled" is returned. ns_info log Returns the location of the server log file (e.g., /home/myserver/log/server.log). ns_info name Returns the name of the AOLserver. It's usually "AOLserver." ns_info pageroot returns the directory containing the HTML pages for this virtual server. ns_info platform Returns the name of the platform that the server is running on (e.g., Solaris). ns_info server returns the name of this virtual server. ns_info tcllib returns the directory where the AOLserver Tcl source code resides for this virtual server. ns_info uptime returns the time in seconds that the server has been up. ns_info version returns the version of the AOLserver. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 ns_info(3aolserver)
Man Page

5 More Discussions You Might Find Interesting

1. IP Networking

apachectl status

hello- I'm trying to setup a webserver using apache 2.0.53. Can't seem to figure out why my local site isn't coming up. I've tried the following: ping -a localhost localhost (127.0.0.1) is alive httpd -S syntax ok apachectl configtest syntax ok netstat -an|grep :80|grep LISTEN... (4 Replies)
Discussion started by: ECBROWN
4 Replies

2. Linux

Nagios CGI's not displaying

Hello, I have installed Nagios 2.0b3 and running on Enterprise Linux ES4. I can view the Nagios home page and view the documentation but cannot get into any of the CGI pages. I am getting two different error messages. The first error message is that of Forbidden access. This is simply telling... (7 Replies)
Discussion started by: tekhed
7 Replies

3. Linux

Help pinpointing high HTTPD CPU usage in TOP

Hi, new here and need some help. Sometimes my site is extremely slow, if when there aren't too many people on, whereas when there are over 300 online members the site may be very fast. We use CentOS, PHP 5.26. The server has 4GB and Plesk usually shows about 2 or 3 GB free. I believe I can see... (4 Replies)
Discussion started by: pspace
4 Replies

4. Linux

Need resolution for the command "UUENCODE"

HI, I'm getting the following error while using "uuencode" -bash: uuencode: command not found I assume either the path is missing or it has not installed.. 1)Wat is the command to check the path for uuencode if it has been installed..? 2)How to install uuencode if its not... (7 Replies)
Discussion started by: vickramshetty
7 Replies

5. Infrastructure Monitoring

Nagios 3.2.2 on RHEL 5

Hi, Installed it and all seems okay except when I try to actually use it. :-( Visiting my nagios url, it says Logs and conf's follow: nagios.log is: # cat /usr/local/nagios/var/nagios.log | tail -5 Successfully shutdown... (PID=3613) Nagios 3.2.2 starting... (PID=4645)... (7 Replies)
Discussion started by: smcracraft
7 Replies