<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>加快云_知识库 - 运维技巧</title>
    <link>https://www.jiakuaiyun.cn/forum-2-1.html</link>
    <description>Latest 20 threads of 运维技巧</description>
    <copyright>Copyright(C) 加快云_知识库</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 18 Apr 2026 20:01:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.jiakuaiyun.cn/static/image/common/logo_88_31.gif</url>
      <title>加快云_知识库</title>
      <link>https://www.jiakuaiyun.cn/</link>
    </image>
    <item>
      <title>sudo: unable to execute /usr/local/zjmf/cloud/controller.py: No such file or</title>
      <link>https://www.jiakuaiyun.cn/thread-58-1-1.html</link>
      <description><![CDATA[重启失败,原因:sudo: unable to execute /usr/local/zjmf/cloud/controller.py: No such file or directory安装了魔方云的宿主机通过yum update 更新了系统补丁后， 会导致python的软连接中断，所有虚拟机都会自动暂停，无法重启和启动。如何解决？输入以下命令来修复p ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Mon, 13 Apr 2026 07:10:23 +0000</pubDate>
    </item>
    <item>
      <title>幻兽帕鲁WIN和LIN更新教程</title>
      <link>https://www.jiakuaiyun.cn/thread-57-1-1.html</link>
      <description><![CDATA[Linux端(逐行输入，代码不要一次性连在一起):
咖啡主机集成模板：
先关闭服务端
点击更新服务端
再开启服务端



WINDOWS系统更新教程：
把附件的文件复制到服务器指定文件夹点击运行即可。
注意：更新之前先关闭游戏服务端，更新完后再重新开启


 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Mon, 13 Apr 2026 07:09:09 +0000</pubDate>
    </item>
    <item>
      <title>DirectAdmin创建的网站设置网站运行目录</title>
      <link>https://www.jiakuaiyun.cn/thread-56-1-1.html</link>
      <description><![CDATA[在 DirectAdmin (DA) 中，运行目录是网站文件被访问的根目录，默认为 public_html。如需修改（如将程序放在 public 子目录）



[*]登录 DirectAdmin
确保以 管理员 (Admin) 或 用户 (User) 权限登录。


[*]进入自定义配置

导航至：管理员级别 → 自定义 HTTPD 配置 ( ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Fri, 10 Apr 2026 23:18:57 +0000</pubDate>
    </item>
    <item>
      <title>硬盘坏道屏蔽与继续使用教程</title>
      <link>https://www.jiakuaiyun.cn/thread-48-1-1.html</link>
      <description><![CDATA[要将检测到的坏道写入磁盘并让固件自动屏蔽坏道，可以使用hdparm工具。以下是具体步骤：

检测坏道： 使用badblocks命令检测硬盘上的坏道，并将结果保存到文件中。
sudo badblocks -v /dev/sdX &gt; badblocks.txt
其中/dev/sdX是要检测的硬盘设备。
将坏道写入硬盘： 使用 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Wed, 08 Apr 2026 16:58:58 +0000</pubDate>
    </item>
    <item>
      <title>linux、windows系统vps服务器开放端口的说明</title>
      <link>https://www.jiakuaiyun.cn/thread-47-1-1.html</link>
      <description><![CDATA[默认VPS服务器网站上的防火墙是端口全开，一旦另外开启了防火墙，则需要手动在防火墙放行端口。

很多用户填写放行的IP有错误，导致端口完全无法使用，如果您需要放行的端口是11111，放行端口则填写11111，IP需要写成0.0.0.0/0如图所示

如果IP填写错误，会导致端口全部 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Wed, 08 Apr 2026 16:55:46 +0000</pubDate>
    </item>
    <item>
      <title>宝塔计划任务配置：每秒自动访问目标网址</title>
      <link>https://www.jiakuaiyun.cn/thread-41-1-1.html</link>
      <description><![CDATA[原理是利用宝塔的计划任务，来每秒访问一次网址内容。要问有什么用？当然是用来采集啦。做一个采集 php 页面，然后不停访问它即可。或者 ….？各种方便吧。总之不要拿来干坏事！

你得在服务器上有一个宝塔面板，这是最简单方便的方法1. 在面板的计划任务里 - 设置 Shel ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Thu, 02 Apr 2026 11:33:57 +0000</pubDate>
    </item>
    <item>
      <title>宝塔 Nginx/Apache 解决网站跨域问题解决方法</title>
      <link>https://www.jiakuaiyun.cn/thread-39-1-1.html</link>
      <description><![CDATA[在将网站主题静态文件放在其他网站的时候，发现存在跨域问题，经过一番摸索得以解决；
解决方案如下：
1. 如果使用的 nginx：
打开网站的设置，找到配置文件，添加如下代码
代码如下：
打开网站的设置，找到配置文件，添加如下代码
如果网站开启了 ssl，注意有两处需要 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Thu, 02 Apr 2026 11:20:14 +0000</pubDate>
    </item>
    <item>
      <title>【VPS 一键重装】Debian 11 纯净重装脚本（带 BBR / 国内镜像）</title>
      <link>https://www.jiakuaiyun.cn/thread-38-1-1.html</link>
      <description><![CDATA[一、说明 
暂不支持 Oracle Linux 作为原系统。创建新机器时请选择 Ubuntu 20.04 或 18.04 系统模板。

 二、下载脚本 
 三、运行脚本 
 参数说明：--bbr 开启 BBR--ethx 网卡名称使用传统形式（eth0，非 ens3）--cloud-kernel 安装小体积 cloud 内核（UEFI 启动 VPS  ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Wed, 01 Apr 2026 09:00:15 +0000</pubDate>
    </item>
    <item>
      <title>青龙面板搭建必备：拉库指令 + 依赖 + 常见问题汇总</title>
      <link>https://www.jiakuaiyun.cn/thread-37-1-1.html</link>
      <description><![CDATA[青龙面板常用拉库命令和常用依赖  作者：云外科技 
 一、拉库命令 【注意】 不可同时拉多个集合库，同时拉多个集合库容易黑 ip，保留一个即可。拉了好几个大库的记得运行一下去重脚本。
设置 Proxyurl：老版青龙，需要设置 config.sh（如果还有 extra.sh 的话，也改） ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Wed, 01 Apr 2026 08:57:00 +0000</pubDate>
    </item>
    <item>
      <title>Linux系统中要查看哪个进程或IP正在占用宽带，可以通过以下几种方法来实现</title>
      <link>https://www.jiakuaiyun.cn/thread-31-1-1.html</link>
      <description><![CDATA[iftop 是一个实时的网络带宽监控工具，它可以显示哪些进程正在使用网络带宽。首先，你需要安装 iftop。在基于Debian的系统（如Ubuntu）上，可以使用以下命令安装：
在基于RPM的系统（如CentOS）上，可以使用：
然后，运行 iftop 来查看哪个进程正在使用网络带宽：ifto ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Fri, 26 Dec 2025 13:23:03 +0000</pubDate>
    </item>
    <item>
      <title>香港服务器搭建网站需要许可证吗？若需要，申请办理流程是什么？</title>
      <link>https://www.jiakuaiyun.cn/thread-30-1-1.html</link>
      <description><![CDATA[随着近几年线路的改善，大部分云服务商的香港云服务器都已经发生了质的改变，CN2线路大幅度的改变了传统理念上的香港云服务器。香港云服务器的标签已经从高延迟、不稳定转变为高稳定、低延迟，并且与国内云服务器相比网站内容限制少、相对自由。一般而言，面向对外业务 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sun, 21 Dec 2025 14:21:59 +0000</pubDate>
    </item>
    <item>
      <title>网站域名价格：你会花多少钱买一个域名？</title>
      <link>https://www.jiakuaiyun.cn/thread-29-1-1.html</link>
      <description><![CDATA[域名是Internet站点中网站的地址，因此拥有一个简单而相关的域名将使客户更容易找到您。每个网站所有者都需要在其预算中考虑域名费用，可以选择注册一个新域名，也可以选择购买一个已经注册的域名。一个新域名的价格与一个预注册域名的价格都取决于受欢迎程度。网站域名 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:33:08 +0000</pubDate>
    </item>
    <item>
      <title>云硬盘健康状态怎么查看？检测工具有何推荐？</title>
      <link>https://www.jiakuaiyun.cn/thread-28-1-1.html</link>
      <description><![CDATA[云硬盘也被称为磁盘，是一种安全可靠的高弹性虚拟块存储服务，作为云服务器的扩展块存储部件，为云服务器数据存储提供高可用和高容量支持。对于云服务器而言，云硬盘的测速工具有哪些推荐？云硬盘1）hard disk sentinelhard disk sentinel被称为硬盘哨兵，其具有非常高 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:32:12 +0000</pubDate>
    </item>
    <item>
      <title>域名dns与网站域名之间的关系是什么？如何避免DNS可蠕虫？</title>
      <link>https://www.jiakuaiyun.cn/thread-27-1-1.html</link>
      <description><![CDATA[域名系统（DNS）将人类可读的域名（在URL或电子邮件地址中）映射到IP地址。网站域名是什么？在DNS的上下文中，域名提供了一种用户友好的方式来指向非本地资源。这可能是网站、邮件系统、打印服务器或Internet上可用的任何其他服务器，这意味着域名不仅可以指向网站！域 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:30:16 +0000</pubDate>
    </item>
    <item>
      <title>NAT+路由？内网套娃模式到底有何弊端？</title>
      <link>https://www.jiakuaiyun.cn/thread-26-1-1.html</link>
      <description><![CDATA[说到NAT技术这里不得不提一下，公网IP和内网IP。
一般来说接入运营商的网络后，运营商（移动、联通、电信）就会分配给你一个IP，反正不论是你接入的路由器还是拨号总归是有一个IP。此时我们还可以单独给路由器内部分配一个IP，如192.168.1.1这样的，然后手动或者通过DHC ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:28:38 +0000</pubDate>
    </item>
    <item>
      <title>Windows远程桌面连接内部错误处理方法</title>
      <link>https://www.jiakuaiyun.cn/thread-25-1-1.html</link>
      <description><![CDATA[我们用远程桌面连接去连接远端云服务器时，经常会出现“内部错误”的提示，反复连接都反复出现该错误，导致远程连接失败，下面介绍一下处理方法。方法一：修改注册表：在命令栏输入“Regedit“呼出注册表编辑器，定位”/HKEY_CURRENT_USER/Software/Microsoft/Terminal  ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:26:14 +0000</pubDate>
    </item>
    <item>
      <title>Windows Server 2019 设置IP黑名单</title>
      <link>https://www.jiakuaiyun.cn/thread-24-1-1.html</link>
      <description><![CDATA[现在一般业务部署基本上都用云服务器，业务服务器都有公网IP，所以服务器经常暴露在公网之中，服务器经常被一些IP扫描，暴力破解，所以造成服务器不必要的性能开销，对正常业务也造成影响，最常用的规避方法就是我们针对这些恶意IP进行屏蔽，将他们设置为黑名单。那么本 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:24:53 +0000</pubDate>
    </item>
    <item>
      <title>拒绝套路，你买的云服务器性能到底怎么样？用FIO测测就知道！</title>
      <link>https://www.jiakuaiyun.cn/thread-23-1-1.html</link>
      <description><![CDATA[云服务器作为新生事物到进入平常家经历了很短的时间，时长飞速发展，带来的就是惨烈的价格竞争，这样用户就很难避免被套路，有没有办法让你火眼金睛？下面就介绍一个测试方法，让你明白你捡到的是真便宜，还是捡到了套路。这个工具就是FIO，FIO工具既然对云服务器进行 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Sat, 20 Dec 2025 15:21:42 +0000</pubDate>
    </item>
    <item>
      <title>本地没有IPV6怎么办？怎么开启IPV6？</title>
      <link>https://www.jiakuaiyun.cn/thread-16-1-1.html</link>
      <description><![CDATA[当本地没有 IPv6 时，这可能会在一定程度上限制网络的某些功能和应用。以下是一些关于这种情况的详细解说。


首先，IPv6 是下一代互联网协议，它提供了更大的地址空间和更多的功能特性。如果本地没有 IPv6，可能会影响到对一些依赖 IPv6 的新型应用和服务的访问。例如 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Thu, 18 Dec 2025 10:50:53 +0000</pubDate>
    </item>
    <item>
      <title>Windows服务器查看系统日志,系统日志怎么看？</title>
      <link>https://www.jiakuaiyun.cn/thread-15-1-1.html</link>
      <description><![CDATA[Windows日志记录了系统中硬件、软件和系统问题的信息，同时还监视着系统中发生的事件。当ECS实例受到入侵或者系统（应用）出现问题时，您可以借助日志迅速定位问题的关键，从而极大地提高工作效率和服务器的安全性。本文以Windows Server 2022为例，介绍了系统日志、应 ...]]></description>
      <category>运维技巧</category>
      <author>xiaojia</author>
      <pubDate>Thu, 18 Dec 2025 10:46:11 +0000</pubDate>
    </item>
  </channel>
</rss>