<?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>我本善良 &#187; 小飞机</title>
	<atom:link href="https://wbsl.org/tag/%e5%b0%8f%e9%a3%9e%e6%9c%ba/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>小飞机开机启动</title>
		<link>https://wbsl.org/linux/87.html</link>
		<comments>https://wbsl.org/linux/87.html#comments</comments>
		<pubDate>Fri, 19 Apr 2019 04:00:56 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[小飞机]]></category>
		<category><![CDATA[开机启动]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=87</guid>
		<description><![CDATA[Centos系统： [crayon-69e7a28beffef478994548/] Ubuntu/Debia<a href="https://wbsl.org/linux/87.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>Centos系统：</p><pre class="crayon-plain-tag">chmod +x /etc/rc.d/rc.local
vi /etc/rc.d/rc.local</pre><p>Ubuntu/Debian系统：</p><pre class="crayon-plain-tag">chmod +x /etc/rc.local
vi /etc/rc.local</pre><p>然后在 exit 0 这一句代码（只有ubuntu/debian有这个 exit 0）的前面加上 下面这句代码(如果你的小飞机文件夹不在root目录下，请自行修改路径)。</p>
<p>是使用不记录日志的 run.sh 脚本还是记录日志的 logrun.sh 自己看着改。</p><pre class="crayon-plain-tag">bash /root/shad0ws0cksr/run.sh</pre><p>然后按 ESC键 退出vi编辑模式，然后输入 :wq 保存并退出该文件，就完成了。</p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/87.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
