<?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/"
	xmlns:series="http://organizeseries.com/"
	>

<channel>
	<title>zechim.comzechim.com</title>
	<atom:link href="http://zechim.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://zechim.com/blog</link>
	<description>[+55 11 97053 2239]</description>
	<lastBuildDate>Mon, 11 Nov 2013 19:10:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Update git submodule</title>
		<link>http://zechim.com/blog/2013/08/30/update-git-submodule/</link>
		<comments>http://zechim.com/blog/2013/08/30/update-git-submodule/#comments</comments>
		<pubDate>Fri, 30 Aug 2013 19:02:16 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=425</guid>
		<description><![CDATA[git submodule foreach git pull origin master]]></description>
				<content:encoded><![CDATA[<pre>
git submodule foreach git pull origin master
</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F08%2F30%2Fupdate-git-submodule%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=425" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/08/30/update-git-submodule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xdebug &#8211; Zend Studio (export)</title>
		<link>http://zechim.com/blog/2013/08/08/xdebug-zend-studio-export/</link>
		<comments>http://zechim.com/blog/2013/08/08/xdebug-zend-studio-export/#comments</comments>
		<pubDate>Thu, 08 Aug 2013 14:19:37 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=420</guid>
		<description><![CDATA[export XDEBUG_CONFIG=&#8221;idekey=ECLIPSE_DBGP&#8221;]]></description>
				<content:encoded><![CDATA[<p>export XDEBUG_CONFIG=&#8221;idekey=ECLIPSE_DBGP&#8221;</p>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F08%2F08%2Fxdebug-zend-studio-export%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=420" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/08/08/xdebug-zend-studio-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert XML to Array using PHP</title>
		<link>http://zechim.com/blog/2013/06/19/convert-xml-to-array-using-php/</link>
		<comments>http://zechim.com/blog/2013/06/19/convert-xml-to-array-using-php/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 18:51:53 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=412</guid>
		<description><![CDATA[&#60;?php &#160; var_dump&#40;json_decode&#40;json_encode&#40;&#40;array&#41; simplexml_load_string&#40;$xml&#41;&#41;, 1&#41;&#41;;]]></description>
				<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #990000;">var_dump</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">json_decode</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">json_encode</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#41;</span> <span style="color: #990000;">simplexml_load_string</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$xml</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F06%2F19%2Fconvert-xml-to-array-using-php%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=412" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/06/19/convert-xml-to-array-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean apc cache</title>
		<link>http://zechim.com/blog/2013/05/22/clean-apc-cache/</link>
		<comments>http://zechim.com/blog/2013/05/22/clean-apc-cache/#comments</comments>
		<pubDate>Wed, 22 May 2013 15:22:51 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=409</guid>
		<description><![CDATA[cli php -r 'apc_clear_cache();apc_clear_cache("user");apc_clear_cache("opcode");' web curl -s --user username:password "apc.php?CC=1&#038;OB=1" > /dev/null curl -s --user username:password "apc.php?CC=1&#038;OB=2" > /dev/null curl -s --user username:password "apc.php?CC=1&#038;OB=3" > /dev/null curl -s --user username:password "apc.php?CC=1&#038;OB=4" > /dev/null]]></description>
				<content:encoded><![CDATA[<p>cli</p>
<pre>
php -r 'apc_clear_cache();apc_clear_cache("user");apc_clear_cache("opcode");'
</pre>
<p>web</p>
<pre>
curl -s --user username:password "apc.php?CC=1&#038;OB=1" > /dev/null
curl -s --user username:password "apc.php?CC=1&#038;OB=2" > /dev/null
curl -s --user username:password "apc.php?CC=1&#038;OB=3" > /dev/null
curl -s --user username:password "apc.php?CC=1&#038;OB=4" > /dev/null
</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F05%2F22%2Fclean-apc-cache%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=409" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/05/22/clean-apc-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out current path on a shell script</title>
		<link>http://zechim.com/blog/2013/05/22/find-out-current-path-on-a-shell-script/</link>
		<comments>http://zechim.com/blog/2013/05/22/find-out-current-path-on-a-shell-script/#comments</comments>
		<pubDate>Wed, 22 May 2013 15:19:32 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=407</guid>
		<description><![CDATA[path=$(cd -P -- "$(dirname -- "$0")" &#038;&#038; pwd -P)]]></description>
				<content:encoded><![CDATA[<pre>
path=$(cd -P -- "$(dirname -- "$0")" &#038;&#038; pwd -P)
</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F05%2F22%2Ffind-out-current-path-on-a-shell-script%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=407" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/05/22/find-out-current-path-on-a-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kill process by name</title>
		<link>http://zechim.com/blog/2013/05/22/kill-process-by-name/</link>
		<comments>http://zechim.com/blog/2013/05/22/kill-process-by-name/#comments</comments>
		<pubDate>Wed, 22 May 2013 15:16:58 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=404</guid>
		<description><![CDATA[kill `ps -ef &#124; grep process_name &#124; grep -v grep &#124; awk ‘{print $2}’`]]></description>
				<content:encoded><![CDATA[<pre>
kill `ps -ef | grep process_name | grep -v grep | awk ‘{print $2}’`
</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F05%2F22%2Fkill-process-by-name%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=404" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/05/22/kill-process-by-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tunneling MySQL over SSH</title>
		<link>http://zechim.com/blog/2013/04/08/tunneling-mysql-over-ssh/</link>
		<comments>http://zechim.com/blog/2013/04/08/tunneling-mysql-over-ssh/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 00:48:25 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=398</guid>
		<description><![CDATA[ssh -fNg -L 3307:127.0.0.1:3306 user@host]]></description>
				<content:encoded><![CDATA[<pre>
ssh -fNg -L 3307:127.0.0.1:3306 user@host
</pre:</p>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F04%2F08%2Ftunneling-mysql-over-ssh%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=398" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/04/08/tunneling-mysql-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetch Branch (Single or All)</title>
		<link>http://zechim.com/blog/2013/03/28/fetch-branch-single-or-all/</link>
		<comments>http://zechim.com/blog/2013/03/28/fetch-branch-single-or-all/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 17:20:01 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=387</guid>
		<description><![CDATA[fetch single branch git branch -f local_name origin/remote_name git checkout -b local_name origin/remote_name fetch all branches git fetch]]></description>
				<content:encoded><![CDATA[<p>fetch single branch</p>
<pre>git branch -f local_name origin/remote_name</pre>
<pre>git checkout -b local_name origin/remote_name</pre>
<p>fetch all branches</p>
<pre>git fetch</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F03%2F28%2Ffetch-branch-single-or-all%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=387" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/03/28/fetch-branch-single-or-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert PFX to PEM</title>
		<link>http://zechim.com/blog/2013/03/27/convert-pfx-to-pem/</link>
		<comments>http://zechim.com/blog/2013/03/27/convert-pfx-to-pem/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 19:55:33 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=385</guid>
		<description><![CDATA[openssl pkcs12 -in cert.pfx -out cert.pem -nodes]]></description>
				<content:encoded><![CDATA[<pre>
openssl pkcs12 -in cert.pfx -out cert.pem -nodes
</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F03%2F27%2Fconvert-pfx-to-pem%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=385" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/03/27/convert-pfx-to-pem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Branch name on GIT</title>
		<link>http://zechim.com/blog/2013/02/21/chane-branch-name-on-git/</link>
		<comments>http://zechim.com/blog/2013/02/21/chane-branch-name-on-git/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 12:44:36 +0000</pubDate>
		<dc:creator>zechim</dc:creator>
		
		<guid isPermaLink="false">http://zechim.com/blog/?p=381</guid>
		<description><![CDATA[git branch -m newname]]></description>
				<content:encoded><![CDATA[<pre>
git branch -m newname
</pre>
<div class="facebook_like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fzechim.com%2Fblog%2F2013%2F02%2F21%2Fchane-branch-name-on-git%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="padding: 0px 0px; border:none; overflow:hidden; width:450px; height:70px;"></iframe></div> <img src="http://zechim.com/blog/?feed-stats-post-id=381" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://zechim.com/blog/2013/02/21/chane-branch-name-on-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
