Posted by admin at November 2nd, 2007
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…)
Posted in Links |
5 comments
| Tags: CMS, Content Management, content management system, Joomla, joomla affiliate programs, joomla articles, joomla components, joomla extensions, joomla mambots, joomla modules, joomla plugins, joomla templates, joomla themes, joomla tutorials, mambo
Posted by admin at July 11th, 2007
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.
Posted in Videos |
0 comments
| Tags: camstudio, demo tools, google video, screen capture, screen recorder., screencast, screencasts, tutorial, ubuntu, ubuntu linux, video, vnc, vnc server
Posted by admin at July 11th, 2007
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…)
Posted in FAQs |
0 comments
| Tags: authentication, base64, command line, email, mail, sendmail, smtp, smtp auth
Posted by admin at June 23rd, 2007
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.
Posted in Spotlight |
0 comments
| Tags: linux alternative project, linux desktop, linux software
Posted by admin at May 11th, 2007
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
Posted in FAQs |
0 comments
| Tags: my.cnf, mysql, mysqld, query log, sql
Posted by admin at February 7th, 2007
How do I perform SHA-2 family hashing in my PHP application? (more…)
Posted in FAQs |
0 comments
| Tags: cryptology, Encryption, hash algorithms, php, Security, sha1, sha2, sha224, sha256, sha384, sha512
Posted by admin at February 5th, 2007
Posted in Links |
0 comments
| Tags: openssl, Security, x509
Posted by admin at December 13th, 2006
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!
Posted in Videos |
0 comments
| Tags: linus torvalds, linux, redhat