<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>侯仲成的个人博客</title><link>https://blog.houzhongcheng.com</link><atom:link href="https://blog.houzhongcheng.com/rss.xml" rel="self" type="application/rss+xml"/><description>侯仲成的个人博客</description><generator>Halo v2.24.0</generator><language>zh-cn</language><image><url>https://blog.houzhongcheng.com/upload/logo.png</url><title>侯仲成的个人博客</title><link>https://blog.houzhongcheng.com</link></image><lastBuildDate>Fri, 15 May 2026 09:16:35 GMT</lastBuildDate><item><title><![CDATA[搭建teamspeak语音服务器]]></title><link>https://blog.houzhongcheng.com/archives/da-jian-teamspeak-yu-yin-fu-wu-qi</link><description><![CDATA[<img src="https://blog.houzhongcheng.com/plugins/feed/assets/telemetry.gif?title=%E6%90%AD%E5%BB%BAteamspeak%E8%AF%AD%E9%9F%B3%E6%9C%8D%E5%8A%A1%E5%99%A8&amp;url=/archives/da-jian-teamspeak-yu-yin-fu-wu-qi" width="1" height="1" alt="" style="opacity:0;">
<h1 style="" id="%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C">准备工作</h1>
<p style="">1.购买一台有公网ip的centos系统服务器。
 <br>
 2.准备好FinalShell软件。
 <br>
 3.开放服务器以下端口。</p>
<figure style="align-items: start; display: flex; flex-direction: column" data-content-type="image">
 <img src="https://blog.houzhongcheng.com/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=https%3A%2F%2Fcdn.tzlj.cc%2Fblog-teamspeak-pic1.png&amp;size=m">
</figure>
<p style="">)</p>
<h1 style="" id="%E8%BF%9E%E6%8E%A5%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%B9%B6%E5%90%AF%E5%8A%A8">连接服务器并启动</h1>
<p style="">打开云服务商界面找到服务器的公网ip复制，并重置服务器密码。然后在teamspeak的官网（ <a href="https://teamspeak.com/zh-CN/" target="_blank" rel="noopener nofollow" class="external-link">https://teamspeak.com/zh-CN/</a> ）下载服务器文件。下载之后通过FinalShell连接服务器，连接好之后输入以下命令更新系统。</p>
<pre><code>sudo yum update -y
</code></pre>
<p style="">更新完成后依次执行以下命令（第一行：创建teamspeak账户，第二行：设置密码，第三行：进入用户目录）。</p>
<pre><code>sudo useradd teamspeak

sudo passwd teamspeak

cd /home/teamspeak
</code></pre>
<p style="">完成后再使用FinalShell上传下载好的服务器文件，并依次执行以下命令（）。</p>
<pre><code>tar -xvjf teamspeak3-server_linux_amd64-3.13.7.tar.bz2

sudo chown -R teamspeak:teamspeak teamspeak3-server_linux_amd64/

su teamspeak

cd teamspeak3-server_linux_amd64/

touch .ts3server_license_accepted
</code></pre>
<p style="">执行过后就可以输入以下命令启动服务器了。</p>
<pre><code>./ts3server_startscript.sh start
</code></pre>
<p style="">启动后会出现服务器的管理员token（因为只会显示一次一定要妥善保存），如果不需要绑定域名的话就可以直接用公网ip连接服务器了，第一个连接服务器的人会被询问是否为你的服务器在这里点击是并填入刚才的token即可获得服务器的最高权限。</p>]]></description><guid isPermaLink="false">/archives/da-jian-teamspeak-yu-yin-fu-wu-qi</guid><dc:creator>Administrator</dc:creator><enclosure url="https://blog.houzhongcheng.com/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=%2Fupload%2Fimg%2520%2810%29.jpg&amp;size=m" type="image/jpeg" length="60550"/><pubDate>Tue, 28 Apr 2026 12:15:45 GMT</pubDate></item><item><title><![CDATA[github开源项目推荐1]]></title><link>https://blog.houzhongcheng.com/archives/github-kai-yuan-xiang-mu-tui-jian-1</link><description><![CDATA[<img src="https://blog.houzhongcheng.com/plugins/feed/assets/telemetry.gif?title=github%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E6%8E%A8%E8%8D%901&amp;url=/archives/github-kai-yuan-xiang-mu-tui-jian-1" width="1" height="1" alt="" style="opacity:0;">
<h1 style="" id="uv%EF%BC%8C%E8%BF%99%E6%98%AF%E4%B8%80%E4%B8%AApython%E7%9A%84%E7%8E%AF%E5%A2%83%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7%E3%80%82">uv，这是一个python的环境管理工具。</h1>
<p style="">使用方法：</p>
<p style="">uv安装（Windows）：</p>
<pre><code>powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
</code></pre>
<p style="">uv安装（mac os）：</p>
<pre><code>curl -LsSf https://astral.sh/uv/install.sh | sh
</code></pre>
<p style="">检测uv是否成功只需要在命令窗口里输入 uv 即可。</p>
<p style="">使用uv下载管理python：</p>
<p style="">查看可下载的python版本和已安装的python版本。</p>
<pre><code>uv python list
</code></pre>
<p style="">下载python（这里以python3.13为例）。</p>
<pre><code>uv python install 3.13
</code></pre>
<p style="">使用uv初始化项目：</p>
<pre><code>uv init
</code></pre>
<p style="">使用uv生成虚拟环境：</p>
<pre><code>uv venv
</code></pre>
<p style="">使用uv下载python库（这里以pygame为例）：</p>
<pre><code>uv add pygame
</code></pre>
<p style=""></p>]]></description><guid isPermaLink="false">/archives/github-kai-yuan-xiang-mu-tui-jian-1</guid><dc:creator>Administrator</dc:creator><enclosure url="https://blog.houzhongcheng.com/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?uri=%2Fupload%2Fimg%2520%288%29.jpg&amp;size=m" type="image/jpeg" length="62988"/><category>开源项目</category><pubDate>Fri, 24 Apr 2026 12:32:00 GMT</pubDate></item><item><title><![CDATA[Hello Halo]]></title><link>https://blog.houzhongcheng.com/archives/hello-halo</link><description><![CDATA[<img src="https://blog.houzhongcheng.com/plugins/feed/assets/telemetry.gif?title=Hello%20Halo&amp;url=/archives/hello-halo" width="1" height="1" alt="" style="opacity:0;">
<h2 id="hello-halo"><strong>Hello Halo</strong></h2>
<p>如果你看到了这一篇文章，那么证明你已经安装成功了，感谢使用 <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.halo.run/">Halo</a> 进行创作，希望能够使用愉快。</p>
<h2 id="%E7%9B%B8%E5%85%B3%E9%93%BE%E6%8E%A5"><strong>相关链接</strong></h2>
<ul>
 <li>
  <p>官网：<a target="_blank" rel="noopener noreferrer nofollow" href="https://www.halo.run">https://www.halo.run</a></p>
 </li>
 <li>
  <p>文档：<a target="_blank" rel="noopener noreferrer nofollow" href="https://docs.halo.run">https://docs.halo.run</a></p>
 </li>
 <li>
  <p>社区：<a target="_blank" rel="noopener noreferrer nofollow" href="https://bbs.halo.run">https://bbs.halo.run</a></p>
 </li>
 <li>
  <p>应用市场：<a target="_blank" rel="noopener noreferrer nofollow" href="https://www.halo.run/store/apps">https://www.halo.run/store/apps</a></p>
 </li>
 <li>
  <p>开源地址：<a target="_blank" rel="noopener noreferrer nofollow" href="https://github.com/halo-dev/halo">https://github.com/halo-dev/halo</a></p>
 </li>
</ul>
<p>在使用过程中，有任何问题都可以通过以上链接找寻答案，或者联系我们。</p>
<blockquote>
 <p>这是一篇自动生成的文章，请删除这篇文章之后开始你的创作吧！</p>
</blockquote>]]></description><guid isPermaLink="false">/archives/hello-halo</guid><dc:creator>Administrator</dc:creator><category>默认分类</category><pubDate>Fri, 24 Apr 2026 10:22:06 GMT</pubDate></item></channel></rss>