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_tmp(3aolserver)					    AOLserver Built-In Commands 					ns_tmp(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_mktemp, ns_tmpnam - commands SYNOPSIS
ns_mktemp template ns_tmpnam _________________________________________________________________ DESCRIPTION
ns_mktemp returns a unique filename based on the template you specify. ns_tmpnam returns a filename that can safely be used for a tempo- rary file. The template for ns_mktemp should contain a string with six trailing Xs, which will be replaced with an alpha-numeric string of six charac- ters chosen to make the filename unique. If template does not end with six trailing Xs the empty string will be returned. ns_tmpnam calls the tmpnam() C library function, and the results will depend on your operating system. On Irix, for example, tmpnam() always generate a file name using the path-prefix defined as P_tmpdir in the header file which is "/var/tmp/". EXAMPLES
nscp> ns_tmpnam ;# On Linux /tmp/filevuLwaE nscp> ns_mktemp /tmp/foobar.XXXXXX /tmp/foobar.p6SlaC SEE ALSO
nsd(1), mktemp(3), tmpnam(3) KEYWORDS
AOLserver 4.0 ns_tmp(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