<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>raymond blogs...</title>
	<link>http://blog.philippinedev.com</link>
	<description>a christian web developer's random writings</description>
	<pubDate>Thu, 15 Jul 2010 07:17:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Save streaming video using mplayer</title>
		<link>http://blog.philippinedev.com/2010/07/15/save-streaming-video-using-mplayer/</link>
		<comments>http://blog.philippinedev.com/2010/07/15/save-streaming-video-using-mplayer/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 07:17:29 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

		<category><![CDATA[streaming video]]></category>

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/07/15/save-streaming-video-using-mplayer/</guid>
		<description><![CDATA[$ mplayer -dumpstream -dumpfile  stream_video_name.wmv mms://example.com/video_name.wmv
]]></description>
			<content:encoded><![CDATA[<p><code>$ mplayer -dumpstream -dumpfile  stream_video_name.wmv mms://example.com/video_name.wmv</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/07/15/save-streaming-video-using-mplayer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plesk: command to reconfigure one site</title>
		<link>http://blog.philippinedev.com/2010/06/16/plesk-command-to-reconfigure-one-site/</link>
		<comments>http://blog.philippinedev.com/2010/06/16/plesk-command-to-reconfigure-one-site/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 09:46:02 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Linux Administration]]></category>

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

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/06/16/plesk-command-to-reconfigure-one-site/</guid>
		<description><![CDATA[/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.com
]]></description>
			<content:encoded><![CDATA[<p><code>/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.com</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/06/16/plesk-command-to-reconfigure-one-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating subdomain in Plesk</title>
		<link>http://blog.philippinedev.com/2010/05/27/creating-subdomain-in-plesk/</link>
		<comments>http://blog.philippinedev.com/2010/05/27/creating-subdomain-in-plesk/#comments</comments>
		<pubDate>Thu, 27 May 2010 10:42:15 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Apache2]]></category>

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

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

		<category><![CDATA[vhost.conf]]></category>

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/05/27/creating-subdomain-in-plesk/</guid>
		<description><![CDATA[To have the server point to the subdomain instead of the domain when the url has &#8220;www&#8221; prefix then do the following:
Create /srv/www/vhosts/&#60;domain&#62;/subdomains/&#60;subdomain&#62;/conf/vhost.conf
Insert ServerAlias www.&#60;subdomain&#62;
]]></description>
			<content:encoded><![CDATA[<p>To have the server point to the subdomain instead of the domain when the url has &#8220;www&#8221; prefix then do the following:</p>
<blockquote><p>Create /srv/www/vhosts/&lt;domain&gt;/subdomains/&lt;subdomain&gt;/conf/vhost.conf</p>
<p>Insert <code>ServerAlias www.&lt;subdomain&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/05/27/creating-subdomain-in-plesk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing outdated ssh fingerprints from known hosts</title>
		<link>http://blog.philippinedev.com/2010/04/16/removing-outdated-ssh-fingerprints-from-known-hosts/</link>
		<comments>http://blog.philippinedev.com/2010/04/16/removing-outdated-ssh-fingerprints-from-known-hosts/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 22:39:20 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Bash script]]></category>

		<category><![CDATA[known hosts]]></category>

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

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

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/04/16/removing-outdated-ssh-fingerprints-from-known-hosts/</guid>
		<description><![CDATA[REMOTE HOST IDENTIFICATION HAS CHANGED!
$ sed -i "46 d" ~/.ssh/known_hosts
Removing outdated ssh fingerprints from known hosts
]]></description>
			<content:encoded><![CDATA[<p>REMOTE HOST IDENTIFICATION HAS CHANGED!</p>
<blockquote><p><code>$ sed -i "46 d" ~/.ssh/known_hosts</code></p></blockquote>
<p><a href="http://www.screenage.de/blog/2008/05/28/removing-outdated-ssh-fingerprints-from-known_hosts-with-sed-or-ssh-keygen/">Removing outdated ssh fingerprints from known hosts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/04/16/removing-outdated-ssh-fingerprints-from-known-hosts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You are wonderful, You are Holy</title>
		<link>http://blog.philippinedev.com/2010/03/10/you-are-wonderful-you-are-holy/</link>
		<comments>http://blog.philippinedev.com/2010/03/10/you-are-wonderful-you-are-holy/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 14:16:21 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Inspirational]]></category>

		<category><![CDATA[Made me think]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/03/10/you-are-wonderful-you-are-holy/</guid>
		<description><![CDATA[ 	 	
 	 	
You are wonderful
You are holy
You&#8217;re the bright morning star that guides my every step
&#160;
You are wonderful
You are holy
You&#8217;re the light morning breeze that cools my fears away
You are holy
&#160;
You are wonderful
You are holy
You&#8217;re the sounds of violins that catch my breath away
&#160;
You are wonderful
You are holy
You&#8217;re the shelter in the storm
You&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /> 	<title></title> 	<meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)" /><br />
<style type="text/css"> 	<!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 	--> 	</style>
<p class="western"><font size="4">You are wonderful</font></p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western"><font size="4">You&#8217;re the bright morning star that guides my every step</font></p>
<p class="western">&nbsp;</p>
<p class="western"><font size="4">You are wonderful</font></p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western"><font size="4">You&#8217;re the light morning breeze that cools my fears away</font></p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western">&nbsp;</p>
<p class="western"><font size="4">You are wonderful</font></p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western"><font size="4">You&#8217;re the sounds of violins that catch my breath away</font></p>
<p class="western">&nbsp;</p>
<p class="western"><font size="4">You are wonderful</font></p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western"><font size="4">You&#8217;re the shelter in the storm</font></p>
<p class="western"><font size="4">You&#8217;re the saviour of my soul</font></p>
<p class="western">&nbsp;</p>
<p class="western"><font size="4">You are wonderful</font></p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western"><font size="4">You&#8217;re the comfort of my soul that learns to trust in thee</font></p>
<p class="western">&nbsp;</p>
<p class="western"><font size="4">You are holy</font></p>
<p class="western"><font size="3">(Repeat all)</font></p>
<p class="western">&nbsp;</p>
<p class="western">&nbsp;</p>
<p class="western">&nbsp;</p>
<p class="western" align="right"><font size="2"><em>Words and music by Raymond S. Usbal</em></font></p>
<p class="western" align="right"><font size="2"><em>Santolan Palayan City, 0929-6600855</em></font></p>
<p class="western" align="right"><font size="2"><em>Words and music composed on 10 March 2010</em></font></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/03/10/you-are-wonderful-you-are-holy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling and disabling /etc/init.d services</title>
		<link>http://blog.philippinedev.com/2010/03/05/enabling-and-disabling-etcinitd-services/</link>
		<comments>http://blog.philippinedev.com/2010/03/05/enabling-and-disabling-etcinitd-services/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:21:59 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[init.d]]></category>

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/03/05/enabling-and-disabling-etcinitd-services/</guid>
		<description><![CDATA[Enabling and disabling services during start up in GNU/Linux
]]></description>
			<content:encoded><![CDATA[<p><a href="http://linuxhelp.blogspot.com/2006/04/enabling-and-disabling-services-during_01.html">Enabling and disabling services during start up in GNU/Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/03/05/enabling-and-disabling-etcinitd-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Sprites</title>
		<link>http://blog.philippinedev.com/2010/03/03/css-sprites/</link>
		<comments>http://blog.philippinedev.com/2010/03/03/css-sprites/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:27:23 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[CSS]]></category>

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

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/03/03/css-sprites/</guid>
		<description><![CDATA[http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/">http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/03/03/css-sprites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSL: How To Create Self-Signed Certificate</title>
		<link>http://blog.philippinedev.com/2010/01/12/openssl-how-to-create-self-signed-certificate/</link>
		<comments>http://blog.philippinedev.com/2010/01/12/openssl-how-to-create-self-signed-certificate/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:32:03 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Linux Administration]]></category>

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

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

		<category><![CDATA[SSL Certificate]]></category>

		<guid isPermaLink="false">http://blog.philippinedev.com/2010/01/12/openssl-how-to-create-self-signed-certificate/</guid>
		<description><![CDATA[$ openssl genrsa -out ca.key 1024
$ openssl req -new -key ca.key -out ca.csr
$ openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
For the explanation, here&#8217;s the source: OpenSSL: How To Create Self-Signed Certificate
]]></description>
			<content:encoded><![CDATA[<p><code>$ openssl genrsa -out ca.key 1024<br />
$ openssl req -new -key ca.key -out ca.csr<br />
$ openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt</code></p>
<p>For the explanation, here&#8217;s the source: <a href="http://blog.taragana.com/index.php/archive/openssl-how-to-create-self-signed-certificate/">OpenSSL: How To Create Self-Signed Certificate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2010/01/12/openssl-how-to-create-self-signed-certificate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extract particular table from a mysqldump file</title>
		<link>http://blog.philippinedev.com/2009/12/18/extract-particular-table-from-a-mysqldump-file/</link>
		<comments>http://blog.philippinedev.com/2009/12/18/extract-particular-table-from-a-mysqldump-file/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:29:24 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Bash script]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://blog.philippinedev.com/2009/12/18/extract-particular-table-from-a-mysqldump-file/</guid>
		<description><![CDATA[$ awksqldump dbname.dump.sql tblname

#!/bin/bash
### check parameter
E_NO_ARGS=65
if [ $# -eq 2 ]
then
	# Outputs string of specified table only
	awk "/Table structure for table .$2./,/UNLOCK TABLES/{print}" $1 > $1.EXTRACTED.sql
elif [ $# -eq 3 ]
then
	# Outputs string starting from table1 and ends on beginning of table2
	awk "/Table structure for table .$2./,/Table structure for table .$3./{print}" $1 > $1.EXTRACTED.sql
else
	echo "Awk [...]]]></description>
			<content:encoded><![CDATA[<p><code>$ awksqldump dbname.dump.sql tblname</code></p>
<p><code><br />
#!/bin/bash<br />
### check parameter<br />
E_NO_ARGS=65<br />
if [ $# -eq 2 ]<br />
then<br />
	# Outputs string of specified table only<br />
	awk "/Table structure for table .$2./,/UNLOCK TABLES/{print}" $1 > $1.EXTRACTED.sql<br />
elif [ $# -eq 3 ]<br />
then<br />
	# Outputs string starting from table1 and ends on beginning of table2<br />
	awk "/Table structure for table .$2./,/Table structure for table .$3./{print}" $1 > $1.EXTRACTED.sql<br />
else<br />
	echo "Awk Sql Dump<br />
Usage: awksqldump dumpfilename tablename1 [tablename2]<br />
"<br />
	exit $E_NO_ARGS<br />
fi<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2009/12/18/extract-particular-table-from-a-mysqldump-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Showing PHP errors</title>
		<link>http://blog.philippinedev.com/2009/11/06/showing-php-errors/</link>
		<comments>http://blog.philippinedev.com/2009/11/06/showing-php-errors/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 18:49:07 +0000</pubDate>
		<dc:creator>Raymond</dc:creator>
		
		<category><![CDATA[Apache2]]></category>

		<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://blog.philippinedev.com/2009/11/06/showing-php-errors/</guid>
		<description><![CDATA[On production environment, you sometimes need to display errors temporarily to see what&#8217;s going wrong.  Without the need to modify php.ini, you can add this to .htaccess file on the particular web folder you are working on.
php_flag display_errors On
Then you can remove the line afterwards.
]]></description>
			<content:encoded><![CDATA[<p>On production environment, you sometimes need to display errors temporarily to see what&#8217;s going wrong.  Without the need to modify php.ini, you can add this to .htaccess file on the particular web folder you are working on.</p>
<p><code>php_flag display_errors On</code></p>
<p>Then you can remove the line afterwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philippinedev.com/2009/11/06/showing-php-errors/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
