<?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>PHP.ph &#187; Unix</title>
	<atom:link href="http://www.php.ph/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php.ph</link>
	<description>Linux Apache MySQL PHP</description>
	<lastBuildDate>Fri, 25 Dec 2009 15:38:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kore Nordmann: Shell Bookmarks</title>
		<link>http://www.php.ph/2008/08/29/kore-nordmann-shell-bookmarks/</link>
		<comments>http://www.php.ph/2008/08/29/kore-nordmann-shell-bookmarks/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 22:08:44 +0000</pubDate>
		<dc:creator>aqua</dc:creator>
				<category><![CDATA[News and Views]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=84</guid>
		<description><![CDATA[Kore Nordmann shares a bookmark script on his blog today. He uses the said script for maintaining SSH accounts on various servers. It makes navigating on the shell much easier.
It took me a few minutes to figure out how to get such a thing working, because shell scripts normally open a sub shell, in which [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/08/29/kore-nordmann-shell-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix Visual Editor: Basic vi Commands</title>
		<link>http://www.php.ph/2008/07/26/unix-visual-editor-basic-vi-commands/</link>
		<comments>http://www.php.ph/2008/07/26/unix-visual-editor-basic-vi-commands/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 06:11:54 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.php.ph/?p=32</guid>
		<description><![CDATA[Visual Editor &#8211; vi is used to edit files through SSH. It is the default text editor that comes with a UNIX system.
To start vi
vi filename

Two Modes
Insert mode
press i
i
Command mode
press Esc
Esc
Saving
Save
:w
Save and quit
:wq
ZZ
Save as
:w newfilename
:w phpinfo.php &#8211; save as phpinfo.php
Quit without saving
:q!
Moving the Cursor
Move left, one character
h
left arrow
Move right, one character
l
right arrow
Move down, one line
k
down [...]]]></description>
		<wfw:commentRss>http://www.php.ph/2008/07/26/unix-visual-editor-basic-vi-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
