<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 用树莓派为局域网提供FinalSpeed服务	</title>
	<atom:link href="https://wordpress.youran.me/raspberry-pi-finalspeed-client/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/</link>
	<description>极客技术博客</description>
	<lastBuildDate>Tue, 03 Jan 2017 08:14:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>
		By: tikka		</title>
		<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2502</link>

		<dc:creator><![CDATA[tikka]]></dc:creator>
		<pubDate>Tue, 03 Jan 2017 08:14:54 +0000</pubDate>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=619#comment-2502</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2501&quot;&gt;tikka&lt;/a&gt;.

&lt;a href=&quot;#comment-2501&quot; rel=&quot;nofollow&quot;&gt;@tikka &lt;/a&gt; 
这个问题困扰了几天，
对了是finalspeed不是tcpspeed，上面打错了]]></description>
			<content:encoded><![CDATA[<p><a href="#comment-2501" rel="nofollow">@tikka </a><br />
这个问题困扰了几天，<br />
对了是finalspeed不是tcpspeed，上面打错了</p>
<div class='wp-useragent'> <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/net/chrome.png' title='Google Chrome 50.0.2661.102' style="border:0px;vertical-align:middle;" alt='Google Chrome 50.0.2661.102' height='16' width='16'> Google Chrome 50.0.2661.102  <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/os/win-4.png' title='Windows 7' style="border:0px;vertical-align:middle;" alt='Windows 7' height='16' width='16'> Windows 7</div>]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tikka		</title>
		<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2501</link>

		<dc:creator><![CDATA[tikka]]></dc:creator>
		<pubDate>Tue, 03 Jan 2017 08:12:42 +0000</pubDate>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=619#comment-2501</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2500&quot;&gt;youran&lt;/a&gt;.

&lt;a href=&quot;#comment-2500&quot; rel=&quot;nofollow&quot;&gt;@youran &lt;/a&gt; 
额，测试失败了
我是树莓派开启了root账户，在root账户下设置的
tcpspeed和sh脚本都在/root目录下，sh脚本已经chmod+x过
附上ff.sh脚本
#!/bin/sh
killall java
nohup java -jar /root/client.jar &#062;/dev/null 2&#062;&#038;1 &#038;

crontab -e注释后面添加如下代码
sudo sh /root/crysadm/run.sh（云监工代码）
sudo sh /root/ff.sh (#树莓派中转）
exit 0

其中云监工的可以正常开机启动，树莓派的不行]]></description>
			<content:encoded><![CDATA[<p><a href="#comment-2500" rel="nofollow">@youran </a><br />
额，测试失败了<br />
我是树莓派开启了root账户，在root账户下设置的<br />
tcpspeed和sh脚本都在/root目录下，sh脚本已经chmod+x过<br />
附上ff.sh脚本<br />
#!/bin/sh<br />
killall java<br />
nohup java -jar /root/client.jar &gt;/dev/null 2&gt;&amp;1 &amp;</p>
<p>crontab -e注释后面添加如下代码<br />
sudo sh /root/crysadm/run.sh（云监工代码）<br />
sudo sh /root/ff.sh (#树莓派中转）<br />
exit 0</p>
<p>其中云监工的可以正常开机启动，树莓派的不行</p>
<div class='wp-useragent'> <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/net/chrome.png' title='Google Chrome 50.0.2661.102' style="border:0px;vertical-align:middle;" alt='Google Chrome 50.0.2661.102' height='16' width='16'> Google Chrome 50.0.2661.102  <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/os/win-4.png' title='Windows 7' style="border:0px;vertical-align:middle;" alt='Windows 7' height='16' width='16'> Windows 7</div>]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: youran		</title>
		<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2500</link>

		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Tue, 03 Jan 2017 06:28:37 +0000</pubDate>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=619#comment-2500</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2499&quot;&gt;tikka&lt;/a&gt;.

参考我上面回复的定时重启fs的脚本，只不过把那个脚本放在/etc/rc.local里面，就能每次开机自动启动fs了。]]></description>
			<content:encoded><![CDATA[<p>参考我上面回复的定时重启fs的脚本，只不过把那个脚本放在/etc/rc.local里面，就能每次开机自动启动fs了。</p>
<div class='wp-useragent'> <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/net/firefox.png' title='Firefox 38.0' style="border:0px;vertical-align:middle;" alt='Firefox 38.0' height='16' width='16'> Firefox 38.0  <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/os/win-2.png' title='Windows XP' style="border:0px;vertical-align:middle;" alt='Windows XP' height='16' width='16'> Windows XP</div>]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tikka		</title>
		<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2499</link>

		<dc:creator><![CDATA[tikka]]></dc:creator>
		<pubDate>Tue, 03 Jan 2017 06:12:46 +0000</pubDate>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=619#comment-2499</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2497&quot;&gt;youran&lt;/a&gt;.

&lt;a href=&quot;#comment-2497&quot; rel=&quot;nofollow&quot;&gt;@youran &lt;/a&gt; 
谢谢您，我已经搞定了这一项
但这个树莓派中转finalspeed的方法，如何设置让树莓派开机自动启动呢？
我试了很多方法均不成功。]]></description>
			<content:encoded><![CDATA[<p><a href="#comment-2497" rel="nofollow">@youran </a><br />
谢谢您，我已经搞定了这一项<br />
但这个树莓派中转finalspeed的方法，如何设置让树莓派开机自动启动呢？<br />
我试了很多方法均不成功。</p>
<div class='wp-useragent'> <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/net/chrome.png' title='Google Chrome 50.0.2661.102' style="border:0px;vertical-align:middle;" alt='Google Chrome 50.0.2661.102' height='16' width='16'> Google Chrome 50.0.2661.102  <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/os/win-4.png' title='Windows 7' style="border:0px;vertical-align:middle;" alt='Windows 7' height='16' width='16'> Windows 7</div>]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: youran		</title>
		<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2497</link>

		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 19 Dec 2016 12:50:25 +0000</pubDate>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=619#comment-2497</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2496&quot;&gt;tikka&lt;/a&gt;.

没用过啊。FS在我这经常断流，我现在还是用锐速了，单边加速不需要配置客户端。最近linux 4.9内核里新加的BBR拥堵控制模块，貌似也很有前途。]]></description>
			<content:encoded><![CDATA[<p>没用过啊。FS在我这经常断流，我现在还是用锐速了，单边加速不需要配置客户端。最近linux 4.9内核里新加的BBR拥堵控制模块，貌似也很有前途。</p>
<div class='wp-useragent'> <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/net/chrome.png' title='Google Chrome 55.0.2883.95' style="border:0px;vertical-align:middle;" alt='Google Chrome 55.0.2883.95' height='16' width='16'> Google Chrome 55.0.2883.95  <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/os/mac-3.png' title='Mac OS X  10.9.5' style="border:0px;vertical-align:middle;" alt='Mac OS X  10.9.5' height='16' width='16'> Mac OS X  10.9.5</div>]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tikka		</title>
		<link>https://wordpress.youran.me/raspberry-pi-finalspeed-client/#comment-2496</link>

		<dc:creator><![CDATA[tikka]]></dc:creator>
		<pubDate>Mon, 19 Dec 2016 08:16:13 +0000</pubDate>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=619#comment-2496</guid>

					<description><![CDATA[现在好像出了tcpspeed，就是finalspeed的高级版本，我尝试按照这个教程设置树莓派中转，结果却失败了，不知道哪里出了问题。博主有试过tcpspeed吗？]]></description>
			<content:encoded><![CDATA[<p>现在好像出了tcpspeed，就是finalspeed的高级版本，我尝试按照这个教程设置树莓派中转，结果却失败了，不知道哪里出了问题。博主有试过tcpspeed吗？</p>
<div class='wp-useragent'> <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/net/chrome.png' title='Google Chrome 55.0.2883.87' style="border:0px;vertical-align:middle;" alt='Google Chrome 55.0.2883.87' height='16' width='16'> Google Chrome 55.0.2883.87  <img src='https://wordpress.youran.me/wp-content/plugins/wp-useragent/img/16/os/win-4.png' title='Windows 7' style="border:0px;vertical-align:middle;" alt='Windows 7' height='16' width='16'> Windows 7</div>]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 28/37 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/9 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-06-21 03:59:11 by W3 Total Cache
-->