break
Apr 6

alias - this allows the user view the current aliases
awk - this allows the user to search for a pattern within a file
bdiff - compares two large files
bfs - scans a large file
cal - shows a calendar
cat - concatenates and prints a file
cc - c compiler
cd - changes directories
chgrb - changes a file groups ownership
chmod [...]

Apr 6

Install MySQL 4.1.3
Download these RPMS to /usr from http://www.mysql.com
MySQL-server-4.1.8-0.i386.rpm
MySQL-devel-4.1.8-0.i386.rpm
MySQL-client-4.1.8-0.i386.rpm
MySQL-shared-4.1.8-0.i386.rpm
Install them with: rpm -i MySQL*.rpm
Source Files
Download these files (or newer versions) to /usr/local/src
(the packages will be located in /usr/local/lib when they are installed unless otherwise stated)
zlib-1.2.1.tar.gz from http://www.gzip.org/zlib/
libxml2-2.6.11.tar.gz from http://www.xmlsoft.org/
php-5.0.3.tar.gz from http://www.php.net/downloads.php
httpd-2.0.52.tar.gz from http://httpd.apache.org/
http://www.openssl.org/source/openssl-0.9.7e.tar.gz
http://puzzle.dl.sourceforge.net/sourceforge/libssh2/libssh2-0.4.tar.gz
Decompress the files
cd /usr/local/src
tar xzf zlib-1.2.1.tar.gz
tar xzf libxml2-2.6.11.tar.gz
tar xzf httpd-2.0.52.tar.gz
tar xzf php-5.0.3.tar.gz
tar xzf [...]

Next Entries »