Samba on AIX 5.3
- Download these packages:
server:root>mkdir pware-samba server:root>cd pware-samba server:root>xargs wget -nd <<EOF http://pware.hvcc …
server:root>mkdir pware-samba server:root>cd pware-samba server:root>xargs wget -nd <<EOF http://pware.hvcc …
I was not able to compile PHP 5.2.6 with IBM HTTP Server 6.1 as a module, so I compiled it as a CGI binary instead. Here's how to do it.
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/
You …
This document describes how to set up a Sendmail e-mail gateway or relay which will be able to process incoming mail and route it to different mail servers based on domain information. The routing table is based on the Sendmail mailertable feature instead of the usual MX record based routing …
First, you must install fileset bos.cifs_fs.rte, and optionally bos.cifs_fs.smit for the Smitty interface, from the installation DVD.
To invoke the Smitty interface, run:
root# smitty cifs_fs
The Smitty interface will enable you to do almost anything you need with the CIFS filesystem.
For people aligned the …
Requirements for a suid script include:
Add a -p option to #! to increase security to force a separate process if one is not normally done.
Example …
The IBM AIX Software Toolbox download page includes a package for MySQL 3.23, but that was a little bit too aged for my purposes. Fortunately MySQL distributes binaries for IBM AIX here:
That package will work out of the …