// archives

Archive for June, 2008

Setting up a replicated MySQL server

I’m pretty much taking notes here, so I put the link at the bottom of this post to the original article that I based this off of. Here are the steps to get replication setup.

Easy Apache SSL generation shell script

Here’s my bash shell script to generate SSL server key and csr files. #!/bin/bash echo “Enter file path to store cert e.g. /etc/httpd/conf/ssl” read FILEPATH echo “Enter full domain name e.g. www.whatever.com” read DOMAINNAME FULLPATH=”$FILEPATH/$DOMAINNAME” echo “# # # # # # # # # # # # # # # # # # # [...]

 

June 2008
S M T W T F S
« May   Sep »
1234567
891011121314
15161718192021
22232425262728
2930