<?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>O I P O P - 私人领域 &#187; vim</title>
	<atom:link href="http://blog.oipop.com/archives/tag/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.oipop.com</link>
	<description>From the Internet, For the Internet.</description>
	<lastBuildDate>Mon, 21 Jun 2010 21:13:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ubuntu服务器的一些常用功能总结</title>
		<link>http://blog.oipop.com/archives/67</link>
		<comments>http://blog.oipop.com/archives/67#comments</comments>
		<pubDate>Mon, 24 Aug 2009 04:30:54 +0000</pubDate>
		<dc:creator>Kinsta</dc:creator>
				<category><![CDATA[linux系统]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.oipop.com/?p=67</guid>
		<description><![CDATA[sudo /etc/init.d/xxx [start/stop/restart]
临时启动,停止,重新启动某项计算机服务,如果是普通用户,前面的sudo不要忘记.
sudo vim [FileName]
使用vim编辑一个文件,如果没有权限,需要使用sudo.
mysql -uroot -p
linux下使用mysql命令行root用户登录
]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">sudo</span> /etc/init.d/xxx [start/stop/restart]<br />
临时启动,停止,重新启动某项计算机服务,如果是普通用户,前面的sudo不要忘记.</p>
<p><span style="color: #ff0000;">sudo</span> vim [FileName]<br />
使用vim编辑一个文件,如果没有权限,需要使用sudo.</p>
<p>mysql -uroot -p<br />
linux下使用mysql命令行root用户登录</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oipop.com/archives/67/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
