<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[虫虫的blog  SINCE2004]]></title> 
<link>http://www.zhenghe.biz/index.php</link> 
<description><![CDATA[人生幻灯片  -   前半生(身)，不要怕；后半生(身)，不要悔！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[虫虫的blog  SINCE2004]]></copyright>
<item>
<link>http://www.zhenghe.biz/read.php/.htm</link>
<title><![CDATA[在Linux系统上SS]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Thu, 16 Jan 2025 14:39:16 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/.htm</guid> 
<description>
<![CDATA[ 
	Ubuntu/Debian 系列<br/>首先，更新软件源并安装必要的软件包：<br/>然后，安装 Shadowsocks-libev：<br/>sudo apt update<br/>sudo apt install shadowsocks-libev<br/><br/>/////sudo yum install shadowsocks-libev<br/><br/>创建或编辑配置文件：<br/>sudo nano /etc/shadowsocks-libev/config.json<br/><br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;"server":["::0","0.0.0.0"],<br/>&nbsp;&nbsp;&nbsp;&nbsp;"server_port": 8388,<br/>&nbsp;&nbsp;&nbsp;&nbsp;"local_port": 1080,<br/>&nbsp;&nbsp;&nbsp;&nbsp;"password": "your_password",<br/>&nbsp;&nbsp;&nbsp;&nbsp;"timeout": 300,<br/>&nbsp;&nbsp;&nbsp;&nbsp;"method": "chacha20-ietf-poly1305"<br/>&#125;<br/><br/>配置文件设置完成后，可以通过以下命令启动 Shadowsocks 服务：<br/>sudo systemctl start shadowsocks-libev<br/><br/>确保服务开机自启<br/>sudo systemctl enable shadowsocks-libev<br/><br/>启动服务后，可以使用以下命令查看 Shadowsocks-libev 的运行状态：<br/>sudo systemctl status shadowsocks-libev<br/><br/>确保服务器端的 Shadowsocks 端口已经在防火墙中开放。使用以下命令开放端口<br/>sudo ufw allow 8388<br/><br/>查看日志文件<br/>sudo tail -f /var/log/syslog &#124; grep shadowsocks
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] 在Linux系统上SS]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>