<?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; System Admin</title>
	<atom:link href="http://www.microshell.com/browse/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microshell.com</link>
	<description>Learn something share something</description>
	<lastBuildDate>Tue, 14 Dec 2010 20:28:08 +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>Revisit: choosing virtualization solution</title>
		<link>http://www.microshell.com/sysadmin/virtualization/revisit-choosing-virtualization-solution/</link>
		<comments>http://www.microshell.com/sysadmin/virtualization/revisit-choosing-virtualization-solution/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 17:43:25 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=2045</guid>
		<description><![CDATA[It has been almost 1.5 years since I wrote my originalarticle. While I&#8217;m still cheap (read: always try to get the best deals out there) but other things have changed &#8212; especially in the built-in support of virtualization on some Linux distributions.
My new (used) server
So this time, I got my server Sun Fire v40z off [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/virtualization/revisit-choosing-virtualization-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding support for SSH2 on MAMP</title>
		<link>http://www.microshell.com/sysadmin/macosx/adding-support-for-ssh2-on-mamp/</link>
		<comments>http://www.microshell.com/sysadmin/macosx/adding-support-for-ssh2-on-mamp/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 01:04:58 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[MacOS X]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=2020</guid>
		<description><![CDATA[Recently, I am in need to use SFTP on one of my PHP script. Fortunately, PHP does support it through SSH2 binding. Unfortunately, however, MAMP doesn&#8217;t come with SSH2 extension. So it looks like I have to recompile myself.
Adding SSH2 extension to your MAMP the easy way
I&#8217;ve compiled SSH2 extension for Mac. Note that it [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/macosx/adding-support-for-ssh2-on-mamp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Remote debugging PHP using Xdebug on MAMP</title>
		<link>http://www.microshell.com/programming/php/remote-debugging-php-using-xdebug-on-mamp/</link>
		<comments>http://www.microshell.com/programming/php/remote-debugging-php-using-xdebug-on-mamp/#comments</comments>
		<pubDate>Fri, 22 May 2009 06:19:50 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=1107</guid>
		<description><![CDATA[A development tools such as Microsoft Visual Studio has debugging feature built-in where you can step through the code line by line and watch the variables. There are times when you may want to do the same thing with PHP script running in a remote (or it could be local as well) web server. It [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/programming/php/remote-debugging-php-using-xdebug-on-mamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Rebuilding MAMP stack from scratch.</title>
		<link>http://www.microshell.com/sysadmin/macosx/rebuilding-mamp-stack-from-scratch/</link>
		<comments>http://www.microshell.com/sysadmin/macosx/rebuilding-mamp-stack-from-scratch/#comments</comments>
		<pubDate>Sun, 03 May 2009 16:52:19 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[MacOS X]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=1270</guid>
		<description><![CDATA[On my previous article, I&#8217;ve discussed two ways to For most situation, one of those two solutions should be sufficient. There are times, however, that you need more features than the default and therefore need to customize one or more components of your MAMP stack.
For me, the need comes when I need PCNTL extension for [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/macosx/rebuilding-mamp-stack-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP on Mac OS X 10.5 Leopard</title>
		<link>http://www.microshell.com/sysadmin/macosx/php-on-mac-os-x-105-leopard/</link>
		<comments>http://www.microshell.com/sysadmin/macosx/php-on-mac-os-x-105-leopard/#comments</comments>
		<pubDate>Sat, 02 May 2009 20:25:47 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[MacOS X]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=1274</guid>
		<description><![CDATA[This article will focus on Mac OS X 10.5 Leopard. I have no access to earlier versions of Mac OS X, so I&#8217;m afraid I can&#8217;t help you much more than providing this link. 
There are many ways to enable MAMP (Mac Apache MySQL PHP) stack, but the best way, I think, is to use [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/macosx/php-on-mac-os-x-105-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Yellow Minimize Button Grayed Out</title>
		<link>http://www.microshell.com/sysadmin/macosx/mac-yellow-minimize-button-grayed-out/</link>
		<comments>http://www.microshell.com/sysadmin/macosx/mac-yellow-minimize-button-grayed-out/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:54:35 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[MacOS X]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=1044</guid>
		<description><![CDATA[There&#8217;s one annoying problems with my Mac laptop. When I&#8217;m at work, I connect to external monitor and work on both built-in monitor on my laptop and the external monitor. When I go home I unplug the external monitor, close the lid and let the laptop goes to sleep. Once in a while, when I [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/macosx/mac-yellow-minimize-button-grayed-out/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Layman&#8217;s understanding of Networking &amp; UDP/TCP/IP</title>
		<link>http://www.microshell.com/sysadmin/networking/laymans-understanding-of-networking-udptcpip/</link>
		<comments>http://www.microshell.com/sysadmin/networking/laymans-understanding-of-networking-udptcpip/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 07:08:27 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=607</guid>
		<description><![CDATA[In this article, I&#8217;d like to explain, in layman terms, how computer networking works, in particular TCP/IP &#8212; the protocol that&#8217;s used on the internet. It will cover internet addressing, domain names, and ports. Hopefully by the end of reading this article, you&#8217;ll be able to understand better about how information transfers among computers. On [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/sysadmin/networking/laymans-understanding-of-networking-udptcpip/feed/</wfw:commentRss>
		<slash:comments>3</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>
		<item>
		<title>Analyzing data in Unix using PHP CLI.</title>
		<link>http://www.microshell.com/programming/php/analyzing-data-in-unix-using-php-cli/</link>
		<comments>http://www.microshell.com/programming/php/analyzing-data-in-unix-using-php-cli/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 00:38:51 +0000</pubDate>
		<dc:creator>Maresa</dc:creator>
				<category><![CDATA[General Unix]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.microshell.com/?p=694</guid>
		<description><![CDATA[There are times when I need to quickly gather some quick data in a simple tab based or space based delimited file, most often log files. Also, the files that I work on are often huge, well according to my standard at least &#8230; about 1GB. The data that I need is often simple statistics [...]]]></description>
		<wfw:commentRss>http://www.microshell.com/programming/php/analyzing-data-in-unix-using-php-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

