Joomla! Links - Updated November 3rd, 2008

Joomla! is an award-winning Content Management System (CMS) that will help you build websites and other powerful online applications. Joomla! is licensed as open source software that is free to use by everybody. (more…)

How to create a ubuntu Linux screencast

This 8 minute tutorial teaches you how to create a screencast video recording of any machine over VNC using CamStudio. This is a great technique for creating your own screencasts. This example covers the creation of an avi capture of ubuntu linux.

How do I send smtp-auth email from the command line ?

The following is an example of an SMTP conversation where the sender is authenticated with SMTP-Auth.  Your mail server may listen on a port other than 25, maybe 465 or 587. (more…)

Zend Framework Links - Updated July 7th, 2007

The Linux Alternative Project

The Linux Alternative Project - linuxalt.com

This page offers a list of linux software grouped by their equivalent Win32 counterparts.  This list is an good way to find interesting and useful software you never knew existed.

How do I enable sql query logging for mysql server

Add “log=/var/log/mysqld.log” under the [mysqld] section of the file “/etc/my.cnf“.

You must restart mysqld for this change to become affective. (service mysqld restart)

The general query log is a general record of what mysqld is doing. The server writes information to this log when clients connect or disconnect, and it logs each SQL statement received from clients. The general query log can be very useful when you suspect an error in a client and want to know exactly what the client sent to mysqld.

mysqld writes statements to the query log in the order that it receives them, which might differ from the order in which they are executed. This logging order contrasts to the binary log, for which statements are written after they are executed but before any locks are released. (Also, the query log contains all statements, whereas the binary log does not contain statements that only select data.)

To enable the general query log, start mysqld with the --log[=file_name] or -l [file_name] option.

If no file_name value is given for --log or -l, the default name is host_name.log in the data directory.

From: http://dev.mysql.com/doc/refman/5.0/en/query-log.html

How do I perform SHA-2 family hashing in my PHP application?

How do I perform SHA-2 family hashing in my PHP application? (more…)

X.509 Links

Add encryption to Gmail - Lifehacker

Add encryption to Gmail - Lifehacker
Lifehacker wrote

Greasemonkey script Gmail Encrypt adds encryption to the emails you write in Gmail.

http://lifehacker.com/software/email/add-encryption-to-gmail-177061.php

The Code Linux

The Code Linux video provides great insight into the history of linux, it’s creators, and how the project got started. The video is an hour long so block out some time for this one.
!vb:gv,-3498228245415745977,4!