<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>易陆发现论坛 - 非桌面系统</title>
    <link>https://www.bbs168x.cn/forum.php?mod=forumdisplay&amp;fid=90</link>
    <description>Latest 20 threads of 非桌面系统</description>
    <copyright>Copyright(C) 易陆发现论坛</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Thu, 11 Jun 2026 16:46:01 +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>创建 Pinia 全局</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3234</link>
      <description><![CDATA[创建 Pinia 全局 Store新建文件 src/stores/device.ts。我们把设备监听逻辑直接写在 Store 内部。

import { defineStore } from \'pinia\'
import { ref } from \'vue\'

export const useDeviceStore = defineStore(\'device\', () =&gt; {
  const isMobile = ref(false)
   ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sun, 21 Jun 2026 07:17:45 +0000</pubDate>
    </item>
    <item>
      <title>最新lnmp安装过程基于openEluer25.03</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3228</link>
      <description><![CDATA[]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sun, 21 Jun 2026 07:17:45 +0000</pubDate>
    </item>
    <item>
      <title>报错python3: error while loading shared libraries: libpython3.13.so.1.0 解决办法</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3240</link>
      <description><![CDATA[]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 11 Jun 2026 15:09:36 +0000</pubDate>
    </item>
    <item>
      <title>python3: error while loading shared libraries: libpython3.13.so.1.0 解决办法</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3239</link>
      <description><![CDATA[]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 11 Jun 2026 15:07:54 +0000</pubDate>
    </item>
    <item>
      <title>CMake Error: The following variables are used in this project, but they are set</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3237</link>
      <description><![CDATA[-- Configuring done (55.5s)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBXML2_INCLUDE_DIR (ADVANCED)
   used as incl]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Tue, 02 Jun 2026 15:19:52 +0000</pubDate>
    </item>
    <item>
      <title>-bash: scp: command not found 无网情况下安装scp相关的包</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3236</link>
      <description><![CDATA[[root@localhost Packages]# scp
-bash: scp: command not found

安装scp 提供的包：
[root@localhost Packages]# rpm -ivh libedit-2.11-4.20080712cvs.1.el6.x86_64.rpm 
warning: libedit-2.11-4.20080712cvs.1.el6.x86_64.rpm: Header V3 RSA/SHA256 Signature, ke ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Mon, 25 May 2026 14:18:27 +0000</pubDate>
    </item>
    <item>
      <title>pip freeze将pip的包导出到环境</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3232</link>
      <description><![CDATA[pip freeze 将pip的包导出到环境：



‌查看已安装包‌：
直接在命令行输入 pip freeze



基础导出‌：
在项目目录下运行 
pip freeze &gt; requirements.txt，
系统会自动在当前文件夹创建一个文本文件，里面写满了所有依赖包的版本信息


安装依赖‌：
拿到这个文件后 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Tue, 19 May 2026 03:05:57 +0000</pubDate>
    </item>
    <item>
      <title>centos8安装nfs服务</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3231</link>
      <description><![CDATA[centos8安装nfs服务


检查系统是否安装了nfs-utils包，和rpcbind包：




[root@web ~]# rpm -qa|grep nfs
sssd-nfs-idmap-2.5.2-2.el8.x86_64
nfs-utils-2.3.3-46.el8.x86_64
libnfsidmap-2.3.3-46.el8.x86_64
[root@web ~]# rpm -qa |grep rpcbind 
rpcbind-1.2.5-8. ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Mon, 18 May 2026 09:03:25 +0000</pubDate>
    </item>
    <item>
      <title>基于openEluer25.03系统安装nginx+mysql+php的webserver环境</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3230</link>
      <description><![CDATA[]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sun, 10 May 2026 04:50:01 +0000</pubDate>
    </item>
    <item>
      <title>最新lnmp安装过程基于openEluer25.03</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3229</link>
      <description><![CDATA[]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Sun, 10 May 2026 04:44:14 +0000</pubDate>
    </item>
    <item>
      <title>ext4格式磁盘扩容lvm方式growpart和resize2fs命令全过程</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3208</link>
      <description><![CDATA[[root@controller ~]# lsblk 
NAME               MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sr0                 11:0    1  4.3G  0 rom  
nvme0n1            259:0    0   60G  0 disk 
├─nvme0n1p1        259:1    0    1M  0 part 
├─nvme0n1p2        259:2    ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Fri, 10 Apr 2026 07:08:15 +0000</pubDate>
    </item>
    <item>
      <title>vs code  报as a super user `--no-sandbox`解决办法</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3206</link>
      <description><![CDATA[You are trying to start Visual Studio Code as a super user which isn\'t recommended. If this was intended, please add the argument `--no-sandbox` and specify an alternate user data directory using the `--user-data-dir` argument.



解决办法：

设置永 ...]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 09 Apr 2026 11:12:06 +0000</pubDate>
    </item>
    <item>
      <title>pip 安装mysqlclient 端报错解决方法</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3205</link>
      <description><![CDATA[Collecting mysqlclient
  Downloading mysqlclient-2.2.8.tar.gz (92 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run]]></description>
      <category>非桌面系统</category>
      <author>admin</author>
      <pubDate>Thu, 09 Apr 2026 07:57:35 +0000</pubDate>
    </item>
    <item>
      <title>centos8.5安装python3.13.10</title>
      <link>https://www.bbs168x.cn/forum.php?mod=viewthread&amp;tid=3198</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/forum.php?mod=viewthread&amp;tid=3196</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/forum.php?mod=viewthread&amp;tid=3191</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/forum.php?mod=viewthread&amp;tid=3184</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/forum.php?mod=viewthread&amp;tid=3182</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/forum.php?mod=viewthread&amp;tid=3160</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/forum.php?mod=viewthread&amp;tid=3156</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>
  </channel>
</rss>