<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>BFWorks</title>
	<atom:link href="http://bfworks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://bfworks.com</link>
	<description>Web and software development</description>
	<pubDate>Fri, 18 Jul 2008 17:32:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Temporarily changing default gid</title>
		<link>http://bfworks.com/posts/temporarily-changing-default-gid.html</link>
		<comments>http://bfworks.com/posts/temporarily-changing-default-gid.html#comments</comments>
		<pubDate>Fri, 18 Jul 2008 17:29:57 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/temporarily-changing-default-gid.html</guid>
		<description><![CDATA[I was not satisfied with just chgrp -R files that were created with SVN so decided to do some research on how Linux determines which gid to assign to a file when created.
I was hoping that it was as simple as just changing an environment variable but that was not the case. However, I came [...]]]></description>
			<content:encoded><![CDATA[<p>I was not satisfied with just<em> <strong>chgrp -R</strong></em> files that were created with <a href="http://en.wikipedia.org/wiki/Subversion_(software)">SVN</a> so decided to do some research on how Linux determines which gid to assign to a file when created.</p>
<p>I was hoping that it was as simple as just changing an environment variable but that was not the case. However, I came across this <a href="http://tlpd.org">tlpd.org</a> page:</p>
<p><a title="http://tldp.org/LDP/intro-linux/html/sect_03_04.html" href="http://tldp.org/LDP/intro-linux/html/sect_03_04.html">http://tldp.org/LDP/intro-linux/html/sect_03_04.html</a></p>
<p>It brought to my attention the <strong><em>newgrp</em></strong> and <strong><em>id</em></strong> commands. I wrote up a quick&#160; <a href="http://wiki.bfworks.com/Temporarily_changing_default_gid">wiki article</a> about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/temporarily-changing-default-gid.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Unique Comment Notify up on Wordpress.org</title>
		<link>http://bfworks.com/posts/ucn-on-wordpress.html</link>
		<comments>http://bfworks.com/posts/ucn-on-wordpress.html#comments</comments>
		<pubDate>Sun, 10 Feb 2008 23:47:12 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[unique comment notify]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/ucn-on-wordpress.html</guid>
		<description><![CDATA[So finally got my plugin up on Wordpress.org&#8217;s repository:
http://wordpress.org/extend/plugins/unique-comment-notify/
My submission was pending for a little bit less than a month but I can&#8217;t complain&#8211;it&#8217;s free hosting.
This is actually only the 2nd time I have played around with repositories. I experimented with svn when attempting to follow Wordpress.org&#8217;s how-to on updating it&#8217;s software. However, because of [...]]]></description>
			<content:encoded><![CDATA[<p>So finally got my plugin up on <a href="http://wordpress.org/extend/plugins/">Wordpress.org&#8217;s repository</a>:</p>
<p><a href="http://wordpress.org/extend/plugins/unique-comment-notify/">http://wordpress.org/extend/plugins/unique-comment-notify/</a></p>
<p>My submission was pending for a little bit less than a month but I can&#8217;t complain&#8211;it&#8217;s free hosting.</p>
<p>This is actually only the 2nd time I have played around with repositories. I experimented with svn when attempting to follow Wordpress.org&#8217;s <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">how-to on updating it&#8217;s software</a>. However, because of my non-traditional setup, it didn&#8217;t really work for me. I ended up using a <a href="http://bfworks.com/posts/upgraded-to-wordpress-232.html">more involved method of upgrading</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/ucn-on-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Setting up time synchronization</title>
		<link>http://bfworks.com/posts/setting-up-time-synchronization.html</link>
		<comments>http://bfworks.com/posts/setting-up-time-synchronization.html#comments</comments>
		<pubDate>Tue, 29 Jan 2008 23:53:07 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/setting-up-time-synchronization.html</guid>
		<description><![CDATA[Wrote a wiki article on how I setup the NTP server on my Linux server and what I had to do to get my laptop to sync it&#8217;s time with the server.
Now that school&#8217;s begun, I won&#8217;t be doing many BFWorks stuff&#8211;if at all. However, I expect to have a busy summer after the semester. [...]]]></description>
			<content:encoded><![CDATA[<p>Wrote a <a href="http://wiki.bfworks.com/Setting_up_time_synchronization">wiki article</a> on how I setup the NTP server on my Linux server and what I had to do to get my laptop to sync it&#8217;s time with the server.</p>
<p>Now that school&#8217;s begun, I won&#8217;t be doing many <em>BFWorks</em> stuff&#8211;if at all. However, I expect to have a busy summer after the semester. I plan to put more time in polishing my experiments in <a href="http://developers.facebook.com/">Facebook applications</a> and <a href="http://codex.wordpress.org/Writing_a_Plugin">Wordpress plugins</a>.</p>
<p>I also plan to finish some of the projects I begun using <a href="http://framework.zend.com/">Zend Framework</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/setting-up-time-synchronization.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>WP Plug-in: Unique Comment Notify v1.0</title>
		<link>http://bfworks.com/posts/wp-plug-in-unique-comment-notify-v10.html</link>
		<comments>http://bfworks.com/posts/wp-plug-in-unique-comment-notify-v10.html#comments</comments>
		<pubDate>Fri, 18 Jan 2008 02:45:57 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[unique comment notify]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/wp-plug-in-unique-comment-notify-v10.html</guid>
		<description><![CDATA[Cleaned and packed up a simple plug-in I wrote up. For more information, view the wiki article on it.
I will look into into actually submitting it to some Wordpress repositories sometime this weekend.
I also hope to publish the other 2-3 plug-ins for Wordpress that I coded up soon. However, none of them are polished and [...]]]></description>
			<content:encoded><![CDATA[<p>Cleaned and packed up a simple plug-in I wrote up. For more information, view <a href="http://wiki.bfworks.com/Unique_Comment_Notify">the wiki article</a> on it.</p>
<p>I will look into into actually <a href="http://codex.wordpress.org/Plugin_Submission_and_Promotion">submitting it to some Wordpress repositories</a> sometime this weekend.</p>
<p>I also hope to publish the other 2-3 plug-ins for Wordpress that I coded up soon. However, none of them are polished and I am not sure when I&#8217;ll get the time to clean them up.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/wp-plug-in-unique-comment-notify-v10.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Upgraded to Wordpress 2.3.2</title>
		<link>http://bfworks.com/posts/upgraded-to-wordpress-232.html</link>
		<comments>http://bfworks.com/posts/upgraded-to-wordpress-232.html#comments</comments>
		<pubDate>Tue, 15 Jan 2008 04:37:17 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/upgraded-to-wordpress-232.html</guid>
		<description><![CDATA[I upgraded Wordpress on both my blogs (this one and IAmBelmin) to 2.3.2. Documented the process in a wiki article.
I know exists a perhaps &#8220;easier&#8221; way to perform the upgrade with svn but I don&#8217;t trust it with my non-Wordpress files that are hosted in the same directory. This has worked for me for the [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded Wordpress on both my blogs (this one and <a href="http://iambelmin.com">IAmBelmin</a>) to 2.3.2. Documented the process in a <a href="http://wiki.bfworks.com/index.php/Upgrading_Wordpress">wiki article</a>.</p>
<p>I know exists a perhaps &#8220;easier&#8221; way to perform the upgrade with svn but I don&#8217;t trust it with my non-Wordpress files that are hosted in the same directory. This has worked for me for the past 2 upgrades. Next time I&#8217;ll look into the svn method.</p>
<p>As far as the upgrade itself, seems like it is <a href="http://wordpress.org/development/2007/12/wordpress-232/">mostly to address DB related security issues</a>. They have implemented DB error templating. I will probably take a look at that later on in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/upgraded-to-wordpress-232.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>favicons for sites</title>
		<link>http://bfworks.com/posts/favicons-for-sites.html</link>
		<comments>http://bfworks.com/posts/favicons-for-sites.html#comments</comments>
		<pubDate>Mon, 14 Jan 2008 23:29:45 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/created-faviconico-for-blogs-and-wiki.html</guid>
		<description><![CDATA[Finally got around to creating favicon.ico icons for IAmBelmin and BFWorks&#8217; blog and wiki. There&#8217;s a few how-to&#8217;s out there but in reality, it&#8217;s pretty simple. It&#8217;s just a Windows Icon file (.ico) saved in the root folder of the sites.
For Photoshop users, you might find this ICO Plugin useful. It allows you to open [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got around to creating favicon.ico icons for <a href="http://iambelmin.com">IAmBelmin</a> and BFWorks&#8217; blog and <a href="http://wiki.bfworks.com">wiki</a>. There&#8217;s a few how-to&#8217;s out there but in reality, it&#8217;s pretty simple. It&#8217;s just a Windows Icon file (.ico) saved in the root folder of the sites.</p>
<p>For Photoshop users, you might find this <a href="http://www.telegraphics.com.au/svn/icoformat/trunk/dist/README.html">ICO Plugin</a> useful. It allows you to open a file in Windows Icon format as well as saving as a .ico file.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/favicons-for-sites.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>My PTR record</title>
		<link>http://bfworks.com/posts/my-ptr-record.html</link>
		<comments>http://bfworks.com/posts/my-ptr-record.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 17:24:46 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[My server]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/my-ptr-record.html</guid>
		<description><![CDATA[So I finally was able to get my PTR record changed for my static IP from Verizon.
Formerly, the generic:
static-68-161-230-103.ny325.east.verizon.net
Now, my static IP will resolve to:
home.iambelmin.com
I had to first call Verizon and the lady who I was first assigned to quickly recognized what I was requesting. This was a plesant surprise because I googled around trying [...]]]></description>
			<content:encoded><![CDATA[<p>So I finally was able to get my PTR record changed for my static IP from Verizon.</p>
<p>Formerly, the generic:<br />
<strong>static-68-161-230-103.ny325.east.verizon.net</strong></p>
<p>Now, my static IP will resolve to:<br />
<strong>home.iambelmin.com</strong></p>
<p>I had to first call Verizon and the lady who I was first assigned to quickly recognized what I was requesting. This was a plesant surprise because I googled around trying to find information on how to modify a PTR record from Verizon and I came across many claims that their support was clueless.</p>
<p>Anyway, the lady then transfered me to someone in the &#8220;<em>Enhanced product support</em>&#8221; department who, after a few questions, requested I e-mail my request to her just to have everything in writting. Sent the e-mail while she was on the phone, she confirmed that she received it and said I will be receiving an e-mail with confirmation that it was done the following morning.</p>
<p>Around 10am the following morning, it was put through. Went pretty smoothly. No complaints here.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/my-ptr-record.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Linux server</title>
		<link>http://bfworks.com/posts/my-linux-server.html</link>
		<comments>http://bfworks.com/posts/my-linux-server.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 17:12:28 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[My server]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/my-linux-server.html</guid>
		<description><![CDATA[Now that school is officially off till Spring, I have been doing a lot of work on my &#8220;test-bed&#8221; server at home. I pretty much try to replicate a small business environment. I use this server to gain experience configuring and administrating services. Currently, it runs:

Web sever (Apache and PHP) - I run Wordpress (this [...]]]></description>
			<content:encoded><![CDATA[<p>Now that school is officially off till Spring, I have been doing a lot of work on my &#8220;<em>test-bed</em>&#8221; server at home. I pretty much try to replicate a small business environment. I use this server to gain experience configuring and administrating services. Currently, it runs:</p>
<ul>
<li><strong>Web sever</strong> (Apache and PHP) - I run Wordpress (this blog and <a href="http://iambelmin.com">IAmBelmin blog</a>), MediaWiki for <a href="http://wiki.bfworks.com">wiki.bfworks.com</a> and a couple of other PHP based sites.</li>
<li><strong>Database server</strong> (MySQL) - Using MySQL for the database back-end of the sites hosted on the box.</li>
<li><strong>Firewall/Router</strong> (IPTables) - Wrote up some custom IPTables rules to secure and route my network. Currently have two subnets&#8211;wired and wireless.</li>
<li><strong>DHCP server</strong> (DHCPd) - Configured to give IPs to computers connecting to the network based on the subnet they are on.</li>
<li><strong>Nameserver</strong> (BIND) - Through DHCPd updates A and PTR record for new clients on the server under the internal domain <em>iambelmin.lan</em>.</li>
<li><strong>Filesharing</strong> (Samba) - Made a couple of shares, private and public, for my internal network</li>
<li><strong>Other Linux services</strong> (SSH, NTP, etc.) - Services of typical Linux installations.</li>
</ul>
<p>While school is off, I plan to write up a few Wiki articles concerning some of my configurations and administration practices. This is mostly for my own benefit since having things documented will help me better understand why I did things a certain way later in the future. As of now, I have most of my configuration files pretty heavily documented so this should not be a difficult task.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/my-linux-server.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Re-categorizing?</title>
		<link>http://bfworks.com/posts/re-categorizing.html</link>
		<comments>http://bfworks.com/posts/re-categorizing.html#comments</comments>
		<pubDate>Mon, 03 Dec 2007 18:18:24 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/re-categorizing.html</guid>
		<description><![CDATA[I am reconsidering my categorization. I was thinking of making a distinction in topics that have to do strictly with Linux and topics that have to do with the actual configuration and administration services.
This will separate things like creating TAR balls and working with LDIF
Still putting some thought into it.
]]></description>
			<content:encoded><![CDATA[<p>I am reconsidering my categorization. I was thinking of making a distinction in topics that have to do <strong>strictly</strong> with Linux and topics that have to do with the actual <strong>configuration and administration</strong> services.</p>
<p>This will separate things like <a href="http://wiki.bfworks.com/index.php/TAR_ball">creating TAR balls</a> and <a href="http://wiki.bfworks.com/index.php/LDIF_directives">working with LDIF</a></p>
<p>Still putting some thought into it.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/re-categorizing.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>LDIF directives wiki article</title>
		<link>http://bfworks.com/posts/ldif-directives-wiki-article.html</link>
		<comments>http://bfworks.com/posts/ldif-directives-wiki-article.html#comments</comments>
		<pubDate>Mon, 03 Dec 2007 18:13:04 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[ldap]]></category>

		<category><![CDATA[ldif]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://bfworks.com/posts/ldif-directives-wiki-article.html</guid>
		<description><![CDATA[I quickly wrote up a wiki article  about LDIF directives. I find myself going to Google when I forget some of this so figure I might benefit from documenting it myself for future reference.
]]></description>
			<content:encoded><![CDATA[<p>I quickly wrote up <a href="http://wiki.bfworks.com/index.php/LDIF_directives">a wiki article </a> about LDIF directives. I find myself going to Google when I forget some of this so figure I might benefit from documenting it myself for future reference.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/ldif-directives-wiki-article.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
