<?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>Microshell &#187; Quick Tips</title>
	<atom:link href="http://www.microshell.com/browse/programming/quick-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microshell.com</link>
	<description>Learn something share something</description>
	<lastBuildDate>Sun, 09 May 2010 03:04:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding new lines to beginning of files.</title>
		<link>http://www.microshell.com/sysadmin/unix/adding-new-lines-to-beginning-of-files/</link>
		<comments>http://www.microshell.com/sysadmin/unix/adding-new-lines-to-beginning-of-files/#comments</comments>
		<pubDate>Wed, 06 May 2009 04:58:28 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General Unix]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=1241</guid>
		<description><![CDATA[I needed to do this when I want to debug my scripts for memory usage. My problem at that time was that as I include libraries, for some reasons PHP uses more memory even though I haven&#8217;t run a single code (other than require_once).
So my idea is to add memory_get_usage() function call on the beginning [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/unix/adding-new-lines-to-beginning-of-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Split screen in vi</title>
		<link>http://www.microshell.com/programming/quick-tips/split-screen-in-vi/</link>
		<comments>http://www.microshell.com/programming/quick-tips/split-screen-in-vi/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 07:20:22 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=930</guid>
		<description><![CDATA[This is pretty simple to do. It&#8217;s also very usable if you just want to compare 2 files or different sections on the same file. Here&#8217;s what you do while in vi or vim.
Split screen horizontally

:split

The above code will split vi horizontally like the screenshot below. You can also supply an optional filename. If you [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/programming/quick-tips/split-screen-in-vi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Keep replication in mind when writing SQL code.</title>
		<link>http://www.microshell.com/database/sql/keep-replication-in-mind-when-writing-sql-code/</link>
		<comments>http://www.microshell.com/database/sql/keep-replication-in-mind-when-writing-sql-code/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 04:02:56 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General SQL]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=769</guid>
		<description><![CDATA[This is something I got &#34;bitten&#34; once, especially if you have a development server with its own database not replicated and production database is replicated. That slight difference is enough to cause production problems that may not be noticeable days after production release. As a wise man say:
When programming SQL statements, be mindful of replication.
Well, [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/database/sql/keep-replication-in-mind-when-writing-sql-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing grep tool to exclude svn.</title>
		<link>http://www.microshell.com/sysadmin/unix/customizing-grep-tool-to-exclude-svn/</link>
		<comments>http://www.microshell.com/sysadmin/unix/customizing-grep-tool-to-exclude-svn/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:00:26 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General Unix]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=729</guid>
		<description><![CDATA[I mostly do programming by SSH-ing to development server. The code I&#8217;m working on are often managed by using SVN. There are many occasions when I need to search all source code to find a particular string. If you&#8217;ve worked on a source code that&#8217;s managed by SVN before, you&#8217;ll pretty soon notice that there [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/unix/customizing-grep-tool-to-exclude-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
