wizap's story links

OpenSSL Command-Line HOWTO

(via www.madboa.com)

The openssl application that ships with the OpenSSL libraries can perform a wide range of crypto operations. This HOWTO provides some cookbook-style recipes for using it.

Free CSS templates

(via www.freecsstemplates.org)

All of the free CSS templates provided on this website are licensed under a Creative Commons Attribution 2.5 License, so they are free to use for both commercial and noncommercial purposes provided you link back to FreeCSSTemplates.org .

Analysing mailq and the mqueue directory

(via www.the-art-of-web.com)

Sendmail has always been a bit like 'black magic' that works best when left to it's own devices. The rising tide of spam emails however is causing trouble that sometimes requires intervention to track down the cause of mail jams and sometimes even to manually remove emails from the server...

Handy one-liners for AWK

(via www.student.northpark.edu)

Nice reference list of awk one-liners!

Drupal User Profiles

(via shellmultimedia.com)

Tutorial to walk through every step to create an extended user profile in Drupal.

"A big part of any social networking site is the user profiles. Profiles let your users get to know each other and put a face on the anonymous internet. They can be basic, with little more than name, join date, and a few facts, or elaborate and complex. It all depends on the needs of your community. While the core profile module works for simple profiles, no one module will create a complex profile like I have on CRO. Instead, we start with a base module and link other contribs to it..."

Setting Up Trac on CentOS

(via www.madboa.com)

How to install and configure Trac and SVN on CentOS 4.

Sed One Liners

(via sed.sourceforge.net)

Very useful sed one liners...

Drupal Tips and Tricks

(via www.lullabot.com)

50 great tips and tricks on Drupal that include:

  • Drupal admin and configuration
  • Drupal.org
  • Theming
  • Views
  • JavaScript
  • Drupal Development and Coding

There are other great tips on Drupal development on the site. Definitely check it out!

Example source code organized by topic

(via www.java2s.com)

Good source for tutorials and source code examples...

PL/SQL Cursor For Loop

(via www.fast-track.cc)

Oracle Tips by Burleson

1. Open the cursor.
2. Start a loop.
3. Fetch a row of data.
4. Check for a new row, exit if not.
5. Process the data.
6. End the loop.
7. Close the cursor.

Since these steps are almost always followed, Oracle provides a way to let PL/SQL perform most of the steps. This is called the CURSOR FOR loop. As in the name, it uses a FOR loop to process the cursor...

Comment