<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>TipCache.com :: Recent Tips</title>
      <link>http://www.tipcache.com</link>
      <description>TipCache.com :: Your source for tech tips</description>
      <language>en-us</language>
      <copyright>Copyright 2006, Judd Vinet</copyright>
      <generator>TipCache.com</generator>
      <item>
         <title>Build PHP as a static binary</title>
         <link>http://www.tipcache.com/tip/Build_PHP_as_a_static_binary_15.html</link>
         <description>How to build PHP (from source) as a static binary.</description>
         <guid>http://www.tipcache.com/tip/Build_PHP_as_a_static_binary_15.html</guid>
         <pubDate>2008-03-27</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Regular Expression to Validate a URL</title>
         <link>http://www.tipcache.com/tip/Regular_Expression_to_Validate_a_URL_13.html</link>
         <description>This regular expression can validate most HTTP/FTP URLs</description>
         <guid>http://www.tipcache.com/tip/Regular_Expression_to_Validate_a_URL_13.html</guid>
         <pubDate>2008-01-15</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Regular Expression to Validate an Email Address</title>
         <link>http://www.tipcache.com/tip/Regular_Expression_to_Validate_an_Email_Address_14.html</link>
         <description>This regular expression can validate most email addresses.</description>
         <guid>http://www.tipcache.com/tip/Regular_Expression_to_Validate_an_Email_Address_14.html</guid>
         <pubDate>2008-01-15</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Convert a static library (.a) to a shared object (.so)</title>
         <link>http://www.tipcache.com/tip/Convert_a_static_library_(.a)_to_a_shared_object_(.so)_12.html</link>
         <description>A quick recipe on how to convert a static library (archive) to a dynamic one (shared object) in Linux.</description>
         <guid>http://www.tipcache.com/tip/Convert_a_static_library_(.a)_to_a_shared_object_(.so)_12.html</guid>
         <pubDate>2007-12-06</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Setup your own Certificate Authority (CA)</title>
         <link>http://www.tipcache.com/tip/Setup_your_own_Certificate_Authority_(CA)_11.html</link>
         <description>A quick rundown on how you can create a basic CA to self-sign your own certificates.</description>
         <guid>http://www.tipcache.com/tip/Setup_your_own_Certificate_Authority_(CA)_11.html</guid>
         <pubDate>2007-11-28</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Protect a web area with Basic HTTP Authentication</title>
         <link>http://www.tipcache.com/tip/Protect_a_web_area_with_Basic_HTTP_Authentication_10.html</link>
         <description>Outlines the basic steps involved in protecting a web directory with basic HTTP authentication in Apache.</description>
         <guid>http://www.tipcache.com/tip/Protect_a_web_area_with_Basic_HTTP_Authentication_10.html</guid>
         <pubDate>2007-11-06</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Reuse an existing ssh connection</title>
         <link>http://www.tipcache.com/tip/Reuse_an_existing_ssh_connection_9.html</link>
         <description>Speed up additional SSH connections to the same server</description>
         <guid>http://www.tipcache.com/tip/Reuse_an_existing_ssh_connection_9.html</guid>
         <pubDate>2007-10-24</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Setup SMTP AUTH and TLS with Exim</title>
         <link>http://www.tipcache.com/tip/Setup_SMTP_AUTH_and_TLS_with_Exim_8.html</link>
         <description>This mini HOWTO shows you how to enable TLS and SMTP Authentication for your Exim 4.x server.</description>
         <guid>http://www.tipcache.com/tip/Setup_SMTP_AUTH_and_TLS_with_Exim_8.html</guid>
         <pubDate>2007-10-11</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>How to avoid ISP blocks on port 25 (SMTP)</title>
         <link>http://www.tipcache.com/tip/How_to_avoid_ISP_blocks_on_port_25_(SMTP)_7.html</link>
         <description>Some ISPs will block outgoing connections to port 25 (SMTP) in attempt to curb spam delivery.  Nowadays, unprotected Windows machines can quickly become part of spam-delivering botnets, and blocking access to third-party SMTP servers can curtail this.

</description>
         <guid>http://www.tipcache.com/tip/How_to_avoid_ISP_blocks_on_port_25_(SMTP)_7.html</guid>
         <pubDate>2007-06-25</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>How to Balance Database Load Across Multiple MySQL Servers</title>
         <link>http://www.tipcache.com/tip/How_to_Balance_Database_Load_Across_Multiple_MySQL_Servers_6.html</link>
         <description>This is a poor man's method of using multiple MySQL servers (all replicating off a single master) to balance database load.</description>
         <guid>http://www.tipcache.com/tip/How_to_Balance_Database_Load_Across_Multiple_MySQL_Servers_6.html</guid>
         <pubDate>2007-06-05</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Manipulate the Return-Path of outgoing emails in Exim</title>
         <link>http://www.tipcache.com/tip/Manipulate_the_Return-Path_of_outgoing_emails_in_Exim_5.html</link>
         <description>Some MTAs require a valid email address in the Return-Path header.  Here's how to set it explicitly.</description>
         <guid>http://www.tipcache.com/tip/Manipulate_the_Return-Path_of_outgoing_emails_in_Exim_5.html</guid>
         <pubDate>2007-05-03</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Prevent Exim from adding a Sender header to outgoing mails</title>
         <link>http://www.tipcache.com/tip/Prevent_Exim_from_adding_a_Sender_header_to_outgoing_mails_4.html</link>
         <description>Exim likes to add a &quot;Sender&quot; header to outgoing emails.  If this differs from the &quot;From&quot; header you set, some email clients will note this.</description>
         <guid>http://www.tipcache.com/tip/Prevent_Exim_from_adding_a_Sender_header_to_outgoing_mails_4.html</guid>
         <pubDate>2007-04-30</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Convert an if/elseif/else statement into a switch/case</title>
         <link>http://www.tipcache.com/tip/Convert_an_if_elseif_else_statement_into_a_switch_case_3.html</link>
         <description>Sometimes a switch statement can be neater than a bunch of if/elseif/else lines.  Here's a simple way to do it.</description>
         <guid>http://www.tipcache.com/tip/Convert_an_if_elseif_else_statement_into_a_switch_case_3.html</guid>
         <pubDate>2007-04-29</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Set up Virtual Hosts in Exim with Separate Aliases</title>
         <link>http://www.tipcache.com/tip/Set_up_Virtual_Hosts_in_Exim_with_Separate_Aliases_1.html</link>
         <description>This is a basic outline of how to setup virtual hosts in Exim with separate aliases for each domain.</description>
         <guid>http://www.tipcache.com/tip/Set_up_Virtual_Hosts_in_Exim_with_Separate_Aliases_1.html</guid>
         <pubDate>2007-04-28</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
      <item>
         <title>Encode a video into XVid format</title>
         <link>http://www.tipcache.com/tip/Encode_a_video_into_XVid_format_2.html</link>
         <description>Cameras and other digital devices can often capture video, but they don't use a space-friendly format.  This script uses open source tools to encode an AVI into XVid and MP3.</description>
         <guid>http://www.tipcache.com/tip/Encode_a_video_into_XVid_format_2.html</guid>
         <pubDate>2007-04-28</pubDate>
         <source url="http://www.tipcache.com/tip/rss">TipCache</source>
      </item>
   </channel>
</rss>