<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>My Galagzee!</title>
	<link>http://my.galagzee.com</link>
	<description>Tech in a Galagzee, Not So Far Away.</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:42:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Adding graphics, comments to PDFs</title>
		<description><![CDATA[I needed to fill out a PDF document today, date it, and sign it. It took me a good hour to accomplish the task as while the latest incarnation of Acrobat has custom stamp feature, annotated text doesn&#8217;t print by default (I also wanted to avoid having to print out the document only to scan [...]]]></description>
		<link>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/</link>
			</item>
	<item>
		<title>Ternary beauty</title>
		<description><![CDATA[I love the ternary operator. It can often simplify a much more complex conditional into few characters.  In PHP (and other c-like languages) it&#8217;s possible to all sorts of things with the ternary. The following are examples from PHP.
If $b is true, print &#8220;true&#8221;, otherwise print &#8220;false&#8221;. Echo doesn&#8217;t work here.
$b ? print &#34;true&#34; [...]]]></description>
		<link>http://my.galagzee.com/2010/02/08/ternary-beauty/</link>
			</item>
	<item>
		<title>How To Destroy Brand Confidence In One Hit</title>
		<description><![CDATA[Couple of a weeks ago the power supply of one of our PCs failed. The system is about one and half years old, so fine – sometimes things break. I replaced the power supply and the system was back up and running. The failed OCZ power supply was under warranty, and so I sent it [...]]]></description>
		<link>http://my.galagzee.com/2010/01/20/how-to-destroy-brand-confidence-in-one-hit/</link>
			</item>
	<item>
		<title>Disabling reCAPTCHA extra function buttons from tab index using jQuery</title>
		<description><![CDATA[Here&#8217;s an easy way to disable the &#8220;Get a new challenge&#8221;, &#8220;Audio Challenge&#8221;, and &#8220;Help&#8221; buttons from reCAPTCHA display block using jQuery.
Simply add the following to $(document).ready(function() { &#8230; } on the page you have reCAPTCHA on:
$&#40;document&#41;.ready&#40;function&#40;&#41; &#123;&#160;&#160; $&#40;&#34;#recaptcha_reload_btn, #recaptcha_switch_audio_btn, #recaptcha_whatsthis_btn&#34;&#41;.attr&#40;&#34;tabindex&#34;, -1&#41;;&#125;&#41;; 

Now when you tab out of the word entry field, the extra function [...]]]></description>
		<link>http://my.galagzee.com/2009/09/30/disabling-recaptcha-function-keys-tabindex-jquery/</link>
			</item>
	<item>
		<title>Explorations in the World of Linux</title>
		<description><![CDATA[I&#8217;ve been a FreeBSD admin for the past decade, and during this time have become quite familiar with the *BSD system. It has its quirks, but overall it&#8217;s very clean and easy to maintain. 
From time to time – usually when I&#8217;ve been getting ready to upgrade to the next major revision of FreeBSD – [...]]]></description>
		<link>http://my.galagzee.com/2009/09/05/explorations-in-the-world-of-linux/</link>
			</item>
	<item>
		<title>Something I didn&#8217;t know about KVM switches and Motherboard BIOS&#8230;</title>
		<description><![CDATA[I recently installed Gigabyte GA-EP45T-UD3LR motherboard to a small LAN file server. It&#8217;s a decent, stable, inexpensive board. But what I didn&#8217;t realize is that if you want to use a shared USB keyboard and mouse with a Windows system, some BIOS options must be available and editable (assuming they&#8217;re not set &#8220;correctly&#8221; by default [...]]]></description>
		<link>http://my.galagzee.com/2009/09/02/something-i-didnt-know-about-kvm-switches-and-motherboard-bios/</link>
			</item>
	<item>
		<title>Unix Commands Galore</title>
		<description><![CDATA[Couple of days ago a friend of mine pointed me to commandlinefu.com.  It&#8217;s strange how addictive a service like that can be! I&#8217;ve perused a good chunk of the commands posted on the site, learned quite a few new things, augmented the command aliases on my servers, and posted few of my brainchildren as [...]]]></description>
		<link>http://my.galagzee.com/2009/08/04/unix-commands-galore/</link>
			</item>
	<item>
		<title>Deleting all network interface aliases</title>
		<description><![CDATA[I recently needed to move bunch of aliased IPs from one FreeBSD server to another. Adding aliases to /etc/rc.conf and then running ./netstart while in /etc adds new multiplexed IPs to the system all right, but if you need to remove aliased IPs, running /etc/netstart won&#8217;t remove them even if the aliases have been removed [...]]]></description>
		<link>http://my.galagzee.com/2009/07/22/deleting-all-network-interface-aliases/</link>
			</item>
	<item>
		<title>FreeBSD Full / Incremental Filesystem Dump Shell Script</title>
		<description><![CDATA[A FreeBSD shell script to dump filesystems with full, and automatically incremented incremental backups to a given directory location.]]></description>
		<link>http://my.galagzee.com/2009/07/17/freebsd-dump-filesystem-shell-script/</link>
			</item>
	<item>
		<title>FreeBSD vs the world</title>
		<description><![CDATA[As I upgraded few FreeBSD installations to FreeBSD 7.2 over the last couple of days, I took the customary stroll to see how FreeBSD continues to stack up against the Linux distributions.  And once again I determined it does so very well.  I&#8217;ve been a devout FreeBSD user for almost a decade, and every time [...]]]></description>
		<link>http://my.galagzee.com/2009/06/22/freebsd-vs-the-world/</link>
			</item>
</channel>
</rss>
