Author: JT Smith
Court math error may multiply MP3.com award 10X
Microsoft accused of not stamping on bugs
Author: JT Smith
www.403-security.org, says that the problem affects Hyper Terminal,
an application included with most versions of the Windows operating
system that allows a user to establish a secure connection with
another machine. Kotarac, known in the security field by the name
Astral, says that he first contacted Microsoft about the vulnerability in
November 2000 and has become frustrated by the company’s lack of
concern.”
Category:
- Linux
IBM announces a new KDE GUI Linux tutorial
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
Tomcat on Linux
Author: JT Smith
Category:
- Linux
Open-source development drives innovation
Author: JT Smith
numbers of programmers around the world volunteer to spend hour after hour writing code or
catching bugs without the hope of monetary gain? And yet they do. Open-source
development has led to the creation of applications such as the Linux operating system and
the Apache Web server. Launched eight years ago at the initiative of Linus Torvalds, a
Finnish student, Linux-based operating systems have captured nearly 30 percent of the
server market.”
Category:
- Open Source
Setting up Apache with mySQL
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:
- Open Source
Linus Torvalds tells his story
Author: JT Smith
creator of Linux tries to shed his media image as a self-effacing
monk.”
Category:
- Linux