<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<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>
	<lastBuildDate>Fri, 26 Feb 2010 05:30:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgraded Wordpress using subversion</title>
		<link>http://bfworks.com/posts/upgraded-wordpress-using-subversion.html</link>
		<comments>http://bfworks.com/posts/upgraded-wordpress-using-subversion.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:30:10 +0000</pubDate>
		<dc:creator>belminf</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bfworks.com/?p=46</guid>
		<description><![CDATA[Upgraded to 2.9.2 using subversion. I documented the process on the wiki.
Although I was originally kind of sketchy on using subversion to upgrade Wordpress, I am now more familiar with subversion so I think I will be sticking to this method instead of using rsync.
]]></description>
			<content:encoded><![CDATA[<p>Upgraded to 2.9.2 using subversion. I <a href="http://wiki.bfworks.com/Upgrading_Wordpress">documented the process</a> on the wiki.</p>
<p>Although I was originally kind of<a href="http://bfworks.com/posts/upgraded-to-wordpress-232.html"> sketchy on using subversion to upgrade Wordpress</a>, I am now more familiar with subversion so I think I will be sticking to this method instead of using rsync.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfworks.com/posts/upgraded-wordpress-using-subversion.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<slash:comments>0</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</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 BFWorks to Wordpress 2.3.2. Documented the process in my wiki.
I know it is possible to upgrade Wordpress using svn (Subversion) but this method seems simpler for me. Maybe next time I&#8217;ll give the svn method a try.
As far as the upgrade itself, seems like it is mostly to address DB related security issues. [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded BFWorks to Wordpress 2.3.2. <a href="http://wiki.bfworks.com/index.php/Upgrading_Wordpress">Documented the process</a> in my wiki.</p>
<p>I know it is possible to <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">upgrade Wordpress using svn</a> (Subversion) but this method seems simpler for me. Maybe next time I&#8217;ll give the svn method a try.</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>
		<slash:comments>2</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</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) &#8211; 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) &#8211; 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) &#8211; Using MySQL for the database back-end of the sites hosted on the box.</li>
<li><strong>Firewall/Router</strong> (IPTables) &#8211; 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) &#8211; Configured to give IPs to computers connecting to the network based on the subnet they are on.</li>
<li><strong>Nameserver</strong> (BIND) &#8211; 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) &#8211; Made a couple of shares, private and public, for my internal network</li>
<li><strong>Other Linux services</strong> (SSH, NTP, etc.) &#8211; 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>
		<slash:comments>0</slash:comments>
		</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[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>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
