SalamonieChurch.org Goes Live

SalamonieChurch.orgJune, 2010, LIQUA Web Solutions completed the design and development of SalamonieChurch.org.
Some of the key features of this site is the events calandar and Pastor communications.



Sun Certified MySQL Associate

MySQLAfter many months of studying, off and on, I finally completed the Sun MySQL Associate certification.  Using the MySQL 5.0 Certification Study Guide, and the Candidate Guide

If you are planning on taking this exam, I would recommend having at least a year of MySQL database development and administration, and know some basic linux commands.



HuntingtonFreePress.com

HuntingtonFreePress.com

HuntingtonFreePress.com is a new online newspaper serving the Huntington County area.  Although it just went live May 12, 2009, it's full of local articles and amazing sports photos, and will certainly continue to grow in leaps and bounds.
The direction and content of the site is exciting and will be a great breath of fresh air for the local community, when it comes to local news.  Be sure to check it out!



Model-T Maintenance

The following is an interesting postcard from June 29th, 1928.

1928 Automobile Service Postcard



Mount TimeCapsule Drive from Linux

After doing a little digging around, I found a great way to connect to an Apple Time Machine from nix...

mount.cifs //ip_of_timecapsule/drive_name/ /path_on_linux_server/data/ -o pass=timecapsule_password

In my case, I use the following command to attach to my TimeCapsule 'data' drive to a mount point named /media/data/ on my home linux server-

mount.cifs //192.168.1.1/data/ /media/data/ -o pass=mypassword