<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>逐梦论坛 - 服务器</title>
    <link>http://temp2023.zhumeng.org/forumdisplay.php?fid=38</link>
    <description>Latest 20 threads of 服务器</description>
    <copyright>Copyright(C) 逐梦论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 12 May 2026 17:42:22 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://temp2023.zhumeng.org/images/logo.gif</url>
      <title>逐梦论坛</title>
      <link>http://temp2023.zhumeng.org/</link>
    </image>
    <item>
      <title>最新SuperSpeed服务器测速脚本安装和使用方法（测试电信、联通、移动节点速度）</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352078</link>
      <description><![CDATA[1、安装准备<br />
##Centos：##Debian/Ubuntu：在执行前请先确保安装了curl，安装命令。<br />
2、执行测速<br />
使用全国各地三大运营商的 speedtest 测速节点进行全面测速。备用：]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Tue, 25 Oct 2022 12:32:25 +0000</pubDate>
    </item>
    <item>
      <title>Centos7修改SSH端口的方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=352075</link>
      <description><![CDATA[修改/etc/ssh/sshd_config<br />
vi /etc/ssh/sshd_config修改firewall配置<br />
firewall添加想要修改的ssh端口：<br />
添加到防火墙：(permanent是保存配置，不然下次重启以后这次修改无效)<br />
重启：查看添加端口是否成功，如果添加成功则会显示yes，否则no修改SELinux<br />
使用以下命令 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sun, 25 Sep 2022 14:01:44 +0000</pubDate>
    </item>
    <item>
      <title>宝塔无法关闭写访问日志的解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=351922</link>
      <description><![CDATA[现象：取消网站的写访问日志时取消不了，提示操作成功，但是还是选中状态。<br />
原因：网站移动位置，网站日志不在默认的/www/wwwlogs而是在其它目录中，比如/home/wwwlogs中。<br />
解决：网站，点网站域名，配置文件中，将最后的access_log设置为/dev/null;，格式为：access_ ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Tue, 23 Feb 2021 13:07:44 +0000</pubDate>
    </item>
    <item>
      <title>resize2fs: Bad magic number in super-block while trying to open /dev/...的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=351787</link>
      <description><![CDATA[在进行lvm扩容之后，按照惯例进行 resize2fs 操作，发现报如下错误：<br />
<br />
# resize2fs /dev/centos/root <br />
<br />
检查 /dev/centos/root 文件系统，发现是xfs，如下;<br />
<br />
# mount |grep root<br />
/dev/mapper/centos-root on / type xfs (rw,relatime,attr2,inode64,noquota)<br /]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Wed, 23 Dec 2020 09:32:06 +0000</pubDate>
    </item>
    <item>
      <title>CentOS挂载未分配硬盘教程</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=351786</link>
      <description><![CDATA[一、首先查看一下，当前空间情况：fdisk -l　我买的14G的硬盘，系统盘8589M，空余6442M是我们今天要挂载的目标：<br />
　　二、查看一下当前已划分空间使用情况，总5.7G，使用1.8G，余3.7G：df -hal<br />
<br />
　　三、增加分区，并进行相关操作，并重启VPS：fdisk /dev/xvdb　接下 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Wed, 23 Dec 2020 09:21:14 +0000</pubDate>
    </item>
    <item>
      <title>CentOS7.X安装rz（上传）、sz（下载）命令</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=351222</link>
      <description><![CDATA[安装命令：关于rz、sz：<br />
lrzsz是一款在linux里可代替ftp上传和下载的程序，是一个unix通信套件提供的X，Y，和ZModem文件传输协议。<br />
CentOS服务器，可直接yum -y install lrzsz 程序会自动安装好<br />
要下载：sz [要下载的文件]；<br />
要上传：rz 浏览要上传的文件<br />
<br />
需要注 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Thu, 14 May 2020 08:46:58 +0000</pubDate>
    </item>
    <item>
      <title>查看SELinux状态及关闭SELinux</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=351221</link>
      <description><![CDATA[查看SELinux状态：<br />
1、/usr/sbin/sestatus -v      ##如果SELinux status参数为enabled即为开启状态<br />
SELinux status:                 enabled<br />
2、getenforce                 ##也可以用这个命令检查<br />
<br />
关闭SELinux：<br />
1、临时关闭（不用重启机器）：<br />
setenforce  ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Thu, 14 May 2020 06:26:27 +0000</pubDate>
    </item>
    <item>
      <title>gzip: stdin: not in gzip format</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=348828</link>
      <description><![CDATA[现象：<br />
CentOS下tar xvfz prometheus-2.16.0.linux-amd64.tar.gz解压缩tar.gz文件，提示：<br />
<br />
原因：<br />
1、下载文件不全。<br />
2、压缩包未使命gzip压缩，不能使用z指令；或压缩文件被人为改过名称。<br />
解决：<br />
1、重新下载。<br />
2、文件扩展名去掉.gz后使用xvf解压，如：<br />
ta ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Mon, 09 Mar 2020 06:19:02 +0000</pubDate>
    </item>
    <item>
      <title>Softether on VPS Using Local Bridge</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=345503</link>
      <description><![CDATA[]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Mon, 28 Oct 2019 15:33:50 +0000</pubDate>
    </item>
    <item>
      <title>CentOS7 查看硬盘情况等</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=345500</link>
      <description><![CDATA[lsblk 　　　　                               　　                                            查看分区和磁盘<br />
<br />
df -h 　　                                                                                         查看空间使用情况<br />
<br />
fdisk -l 　　        ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sun, 20 Oct 2019 02:47:50 +0000</pubDate>
    </item>
    <item>
      <title>RHEL/CentOS安装telnet的方法（在线和rpm包安装）</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=344863</link>
      <description><![CDATA[在执行telnet时会提示命令不存在，此时输入命令 rpm -qa telnet-server ，若无输出内容，则表示没有安装。<br />
1.在线安装<br />
分别执行如下两个命令：<br />
<br />
2.rpm包安装<br />
下载对应的rpm包：<br />
telnet-server-0.17-48.el6.x86_64.rpm：<br />
telnet-0.17-48.el6.x86_64.rpm：<br />
然后执 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sun, 14 Jul 2019 00:41:07 +0000</pubDate>
    </item>
    <item>
      <title>在CentOS中添加Swap</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=342167</link>
      <description><![CDATA[使用 DigitalOcean 有很长一段时间了，前几天在编译 PHP 的时候出现了进程被 killed 的状况，经过我的吐槽以及和别人交流后发现，是内存耗尽的缘故。其实是因为当时开着 MySQL 进程消耗了不少内存，后来觉得有必要手动添加一下 Swap（交换分区），这样以免以后再编译什么 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sun, 07 Apr 2019 16:04:22 +0000</pubDate>
    </item>
    <item>
      <title>EP面板中设置SSL证书提交后显示logon failed错误的原因及解决方法</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=340585</link>
      <description><![CDATA[现象：EP面板中设置了Nginx证书后，提交，出现logon failed错误，或点击SSL证书直接显示logon failed，如图：<br />
<br />
原因：老版本Kangle使用新版本EP所致。<br />
解决：降低EP版本，如<br />
kangle版本:	enterprise 3.4.8  easypanel版本:	2.6.17，正常。<br />
kangle版本:	enterprise  ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sun, 17 Mar 2019 07:11:54 +0000</pubDate>
    </item>
    <item>
      <title>-bash: git: command not found的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=339283</link>
      <description><![CDATA[1、启用 EPEL 存储库<br />
2、安装 git 命令<br />
启用EPEL存储库<br />
RHEL/CentOS 7 64位：RHEL/CentOS 6 32位：注：CentOS 7 不支持 32位 EPEL 存储库，所以用RHEL/CentOS 6 32位的。<br />
安装 git 命令]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sat, 16 Feb 2019 07:02:10 +0000</pubDate>
    </item>
    <item>
      <title>-bash: easy_install: command not found的解决</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=339274</link>
      <description><![CDATA[wget  -O - | python]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Thu, 14 Feb 2019 05:52:25 +0000</pubDate>
    </item>
    <item>
      <title>CentOS7使用firewalld打开关闭防火墙与端口</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=337300</link>
      <description><![CDATA[1、firewalld的基本使用<br />
启动： systemctl start firewalld<br />
关闭： systemctl stop firewalld<br />
查看状态： systemctl status firewalld <br />
开机禁用  ： systemctl disable firewalld<br />
开机启用  ： systemctl enable firewalld<br />
 <br />
 <br />
2.systemctl是Ce]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sat, 22 Dec 2018 05:54:03 +0000</pubDate>
    </item>
    <item>
      <title>解决CentOS7 开机/etc/rc.local 不执行 程序不随机启动的问题</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=337299</link>
      <description><![CDATA[/etc/rc.d/rc.local没有执行权限，执行：重启后就能够执行了。]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sat, 22 Dec 2018 05:06:06 +0000</pubDate>
    </item>
    <item>
      <title>BBR+BBR魔改+Lotsever(锐速)一键脚本 for Centos/Debian/Ubuntu</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=337294</link>
      <description><![CDATA[Ubuntu 18.04魔改BBR暂时有点问题，可使用以下命令安装：<br />
脚本说明：<br />
支持系统Centos 6+ / Debian 7+ / Ubuntu 14+<br />
BBR魔改版不支持Debian 8<br />
<br />
如果在删除内核环节出现这样一张图<br />
<br />
注意选择NO<br />
根据自己需求操作，重启后再使用./tcp.sh命令接着操作<br />
脚本会自 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sat, 22 Dec 2018 02:54:44 +0000</pubDate>
    </item>
    <item>
      <title>AlibabaCloud-CentOS7-Pure-and-safe V1.6.7(大更新\脚本通用化)</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=335858</link>
      <description><![CDATA[【更新】AlibabaCloud-CentOS7-Pure-and-safe V1.6.7(大更新\脚本通用化)<br />
<br />
【源码】<br />
<br />
README.md直接复制的之前两位大佬提交的翻译，只改了时间，因此本次更新的内容没有英文翻译，就没写<br />
(欢迎大佬们根据中文更新记录提交新的英文文档)。<br />
<br />
时隔半年后的大更新，中 ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Sat, 08 Dec 2018 14:23:11 +0000</pubDate>
    </item>
    <item>
      <title>宝塔Linux面板 5.9专业版免费使用</title>
      <link>http://temp2023.zhumeng.org/viewthread.php?tid=319615</link>
      <description><![CDATA[此教程适合专业版，直接修改就行了，本教程不上传任何文件，破解版本5.9.x<br />
重点：如果绑定了宝塔账号请先解绑。<br />
首我们用ssh工具登录你的服务器：这里推荐Xshell 5<br />
破解过程：<br />
1.1 全新安装专业版，不是免费升级到专业版：Centos安装脚本1.2 免费版升级专业版脚本： ...]]></description>
      <category>服务器</category>
      <author>shillan</author>
      <pubDate>Wed, 03 Oct 2018 17:33:05 +0000</pubDate>
    </item>
  </channel>
</rss>