On Linux install package
yum install mod_sslopenssl genrsa -out ca.key 1024openssl req -new -key ca.key -out ca.csropenssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
openssl genrsa -out ca.key 1024
openssl req -new -key ca.key -out ca.csr
openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
This is a collection of Web pages, sites, articles and facts.
Fedora 8
How to Setup Fedora
MySQL
Seting up MySQL
Tuning MySQL
DrupalConSF