<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>易陆发现互联网技术论坛 - 非桌面系统</title>
    <link>https://www.bbs168x.cn/forum-90-1.html</link>
    <description>Latest 20 threads of 非桌面系统</description>
    <copyright>Copyright(C) 易陆发现互联网技术论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 08 Apr 2026 12:21:36 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.bbs168x.cn/static/image/common/logo_88_31.gif</url>
      <title>易陆发现互联网技术论坛</title>
      <link>https://www.bbs168x.cn/</link>
    </image>
    <item>
      <title>centos8.5安装python3.13.10</title>
      <link>https://www.bbs168x.cn/thread-3198-1-1.html</link>
      <description><![CDATA[centos8.5安装python3.13.10



上上传文件到目录
解压
# tar xvf Python-3.13.10.tgz
安装依赖：
# dnf install -y make gcc gcc-c++  zlib-devel   openssl-devel libffi-devel bzip2-devel 


 dnf install -y openssl-devel bzip2-devel libffi-devel xz-devel sqli ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 29 Jan 2026 13:39:18 +0000</pubDate>
    </item>
    <item>
      <title>pip 安装mysqlclient报错error: subprocess-exited-with-error  × Getting rto build whee</title>
      <link>https://www.bbs168x.cn/thread-3196-1-1.html</link>
      <description><![CDATA[(.venv) [root@controller hcis_manager_portal]# pip install mysqlclient==2.2.6
Collecting mysqlclient==2.2.6
  Using cached mysqlclient-2.2.6.tar.gz (91 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  err]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 08 Jan 2026 01:51:35 +0000</pubDate>
    </item>
    <item>
      <title>安装http服务使用rpm方式</title>
      <link>https://www.bbs168x.cn/thread-3191-1-1.html</link>
      <description><![CDATA[先挂载镜像
# mount -o loop CentOS-6.7-x86_64-bin-DVD1.iso /mnt/3 L  D) 
安装需要的插件：
# rpm -ivh /mnt/Packages/deltarpm-3.5-0.5.20090913git.el6.x86_64.rpm2
# rpm -ivh /mnt/Packages/python-deltarpm-3.5-0.5.20090913git.el6.x86_64.rpm)
# rpm -ivh /mn ...]]></description>
      <category>非桌面系统</category>
      <author>1320503165</author>
      <pubDate>Sun, 28 Dec 2025 01:59:51 +0000</pubDate>
    </item>
    <item>
      <title>物理机配置bond端口的方式linux系统</title>
      <link>https://www.bbs168x.cn/thread-3184-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Fri, 05 Dec 2025 07:00:00 +0000</pubDate>
    </item>
    <item>
      <title>centos-stream9系统配置网卡bond接口方法</title>
      <link>https://www.bbs168x.cn/thread-3182-1-1.html</link>
      <description><![CDATA[首先从目录切换到网卡目录：

# cd /etc/NetworkManager/system-connections/

修改要做bond的网卡：

#vim ens160.nmconnection 
[connection]
id=ens160
type=ethernet
autoconnect-priority=-999
interface-name=ens160
timestamp=1764496965
controller=bond0
port- ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sun, 30 Nov 2025 03:23:33 +0000</pubDate>
    </item>
    <item>
      <title>date 的格式方式，简单的配置</title>
      <link>https://www.bbs168x.cn/thread-3160-1-1.html</link>
      <description><![CDATA[[root@djangovue ~]# date +%F%T
2025-08-1810:06:46
这样感觉有点格式问题：
调整
date +\'%F %T\'
[root@djangovue ~]# date +\'%F %T\'
2025-08-18 10:07:10]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Mon, 18 Aug 2025 02:09:26 +0000</pubDate>
    </item>
    <item>
      <title>centos7.9安装python3.10版本</title>
      <link>https://www.bbs168x.cn/thread-3156-1-1.html</link>
      <description><![CDATA[centos7.9安装python3.10版本
先下载python3.10版本

Python 3.10要求的openssl最低版本为1.1.1，环境中自带的1.0.2k无法使用，所以需要先升级openssl版本至1.1.1以上
wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz
--2025-08-08 23:02:41--  https://www ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sat, 09 Aug 2025 02:55:48 +0000</pubDate>
    </item>
    <item>
      <title>centos7.9安装python3.12版本</title>
      <link>https://www.bbs168x.cn/thread-3154-1-1.html</link>
      <description><![CDATA[centos7.9安装python3.12版本

Python 3.12要求的openssl最低版本为1.1.1，环境中自带的1.0.2k无法使用，所以需要先升级openssl版本至1.1.1以上
 wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz
--2025-08-08 23:02:41--  https://www.openssl.org/source/ ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Fri, 08 Aug 2025 09:00:01 +0000</pubDate>
    </item>
    <item>
      <title>centos7.9操作系统安装nodejs</title>
      <link>https://www.bbs168x.cn/thread-3153-1-1.html</link>
      <description><![CDATA[centos7.9操作系统安装nodejs


下载nodejs的版本：
https://nodejs.org/download/release，选择需要的版本

解压node：
 tar -zxvf node-v12.22.12-linux-x64.tar.gz 

复制到对应的目录下

cp -r node-v12.22.12-linux-x64 /usr/local/nodejs


修改环境变量：
vim ~/ ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Fri, 08 Aug 2025 07:00:01 +0000</pubDate>
    </item>
    <item>
      <title>通过xfs_repair 方式修复mount: mounting /dev/mapper/localhost--vg-root on /root failed:</title>
      <link>https://www.bbs168x.cn/thread-3101-1-1.html</link>
      <description><![CDATA[/sbin/fsck.xfs : XFS file system.
mount: mounting /dev/mapper/localhost--vg-root on /root failed: Invalid argument
Failed to mount /dev/mapper/localhost--vg-root as root file system/


BusyBox v1.35.0 (debian  1:1.35.0-4+b3)  built-in shell (ash)
En]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Tue, 25 Mar 2025 05:51:54 +0000</pubDate>
    </item>
    <item>
      <title>a start job is running for dev-mapper-centos\\x2droot.device</title>
      <link>https://www.bbs168x.cn/thread-3086-1-1.html</link>
      <description><![CDATA[问题出现time超时，无法挂载home.device设备

a start job is running for dev-mapper-centos\\x2droot.device]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 13 Mar 2025 14:55:39 +0000</pubDate>
    </item>
    <item>
      <title>(13)Permission denied: AH00072: make_sock: could not bind to address [::]:5000</title>
      <link>https://www.bbs168x.cn/thread-3085-1-1.html</link>
      <description><![CDATA[(13)Permission denied: AH00072: make_sock: could not bind to address [::]:5000

都说是因为selinux的问题：

那就检查下：

[root@controller ~]# getenforce 
Enforcing
[root@controller ~]# cat  /etc/sysconfig/selinux

# This file controls the state of S ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Wed, 12 Mar 2025 09:09:12 +0000</pubDate>
    </item>
    <item>
      <title>gzip的打包过程</title>
      <link>https://www.bbs168x.cn/thread-3066-1-1.html</link>
      <description><![CDATA[使用gzip方式打包：可以不用执行删除命令：
ls ecoe-socket-202502* |grep -v \'log.gz\'  |gzip ecoe-socket-202502*.log 



通过gzip这样打包即可免去删除源文件的操作，只限于是日志的打包，如果是备份文件，需要使用tar 方式最好。

 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Tue, 04 Mar 2025 17:00:01 +0000</pubDate>
    </item>
    <item>
      <title>swap分区使用过高解决处理过程</title>
      <link>https://www.bbs168x.cn/thread-3059-1-1.html</link>
      <description><![CDATA[遇到swap分区使用过高的处理过程
[root@devops-prod-jenkins-01 ~]# free -m 
              total        used        free      shared  buff/cache   available
Mem:          15880        6479        3147          36        6254        9034
Swap:          20 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 27 Feb 2025 02:23:41 +0000</pubDate>
    </item>
    <item>
      <title>sed删除指定字符所在的行</title>
      <link>https://www.bbs168x.cn/thread-3043-1-1.html</link>
      <description><![CDATA[sed删除指定字符所在的行
sudo sed -i \'/zabb/d\' /etc/init.d/functions]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Wed, 19 Feb 2025 01:25:12 +0000</pubDate>
    </item>
    <item>
      <title>shell request failed on channel 0，error exec request failed on channel 0</title>
      <link>https://www.bbs168x.cn/thread-3039-1-1.html</link>
      <description><![CDATA[shell request failed on channel 0，error exec request failed on channel 0


问题可能是因为配置的limit导致的。


需要修改 
vim /etc/security/limits.d/20-nproc.conf
# Default limit for number of user\'s processes to prevent
# accidental fork bombs.
# Se ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sat, 15 Feb 2025 07:00:01 +0000</pubDate>
    </item>
    <item>
      <title>centos stream 9 配置网卡文件</title>
      <link>https://www.bbs168x.cn/thread-3038-1-1.html</link>
      <description><![CDATA[1、Centos stream 9 网络介结

Centos以前版本，NetworkManage以ifcfg格式存储网络配置文件在/etc/sysconfig/networkscripts/目录中。但是，Centos steam 9现已弃用ifcfg格式，默认情况下，NetworkManage不再创建此格式的新配置文件。从Centos steam 9开始采用密钥文件 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 13 Feb 2025 05:00:01 +0000</pubDate>
    </item>
    <item>
      <title>error: ssh: could not start shell遇到奇葩问题</title>
      <link>https://www.bbs168x.cn/thread-3036-1-1.html</link>
      <description><![CDATA[error: ssh: could not start shell

开始连接到 devops(devops)@172.21.0.51 error: ssh: could not start shell]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Tue, 11 Feb 2025 03:00:04 +0000</pubDate>
    </item>
    <item>
      <title>扫描新增磁盘系统扫描新增磁盘</title>
      <link>https://www.bbs168x.cn/thread-3035-1-1.html</link>
      <description><![CDATA[扫描新增磁盘注意：本次根目录扩容采用一块20G大小的磁盘进行对根扩容，如果服务器不支持热插拔那么就需要进行磁盘扫描，如果服务器支持就忽略此步骤！echo \&quot;- - -\&quot; &gt; /sys/class/scsi_host/host0/scan
echo \&quot;- - -\&quot; &gt; /sys/class/scsi_host/host1/scan

 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Mon, 10 Feb 2025 02:17:17 +0000</pubDate>
    </item>
    <item>
      <title>网络无辜中断又无辜恢复，克隆机器出现uuid相同导致网络中断</title>
      <link>https://www.bbs168x.cn/thread-3029-1-1.html</link>
      <description><![CDATA[1、在设置网卡时，把这个UUID删除，不然你连网会有问题的。2、删除70-persistent-net.rules
一种然后cd到/etc/sysconfig/network-scripts/目录下vim ifcfg-enp0s5做下面的两件事：1.删除UUID那一行2.插入  HWADDR=（红圈中的内容）即可

二种ifconfig eth1   确定新网卡 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Tue, 14 Jan 2025 17:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>