Author: JT Smith
Category:
- Unix
Author: JT Smith
Category:
Author: JT Smith
Author: JT Smith
Category:
Author: JT Smith
Good morning - Now that Linux is cropping up everywhere from desktops to servers, developers are under pressure to become well-rounded in a variety of Linux topics. To better serve the developer community, IBM is leveraging its technical expertise in Linux by providing free educational tools via its developerWorks site, IBM's free, online resource for developers. Today, IBM has added a free tutorial on desktop basics (known as "K Desktop Environment or KDE") to its growing collection on the developerWorks Linux Zone. This tutorial will teach Linux users of every level to customize their own KDE GUI. Released February 26, KDE 2.1 addresses the need for an Internet-enabled desktop for Linux. The KDE tutorial is one of several new tutorials featured on developerWorks' Linux Zone. The Zone has been steadily providing basic training in hot areas that are relevant to developers who want to enhance their technical skills or improve their marketability. Topics include: basic Linux installation and configuration, scripting languages, desktop environments, open source management tools and networking. Thanks! Katherine Gill Brodeur Worldwide for IBM
Author: JT Smith
Category:
Author: JT Smith
Category:
Author: JT Smith
– Any line starting with “#” is a command to be ran as root on your box.
– Any line starting with “>” is a configuration file entry in which the
“>” can be ignored.
– Currently the method of order to get a working install is.
— Install mysql.
— Patch the Apache Source with Frontpage 2000 patch
— A simple Apache configure (no make or install)
— Configure make and make install PHP with apache and mysql support
— Configure apache with activate module php4 and add module mod_fontpage.c
that was created from patch
— Make and Make install Apache
— Apply frontpage extensions to DocumentRoot using fpsrvadm.exe
1. download the following packages to /downloads
– apache_1.3.19.tar.gz – www.apache.org
– fp40.linux.tar.gz – www.rtr.com
– mysql-3.23.32.tar.gz – www.mysql.org
– php-4.0.4pl1.tar.gz – www.php.net
2. extract all packages in /download execpt
for frontpage which will need to extract to /usr/local
# tar zxfv apache_1.3.19.tar.gz
# tar zxfv fp40.linux.tar.gz -C /usr/local
# tar zxfv mysql-3.23.32.tar.gz
# tar zxfv php-4.0.4pl1.tar.gz
Category: