<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中神通公司技术论坛 - 真实IT经验</title>
    <link>http://www.trustcomputing.com/bbs/forumdisplay.php?fid=44</link>
    <description>Latest 20 threads of 真实IT经验</description>
    <copyright>Copyright(C) 中神通公司技术论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 27 Jun 2026 00:37:47 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.trustcomputing.com/bbs/images/logo.gif</url>
      <title>中神通公司技术论坛</title>
      <link>http://www.trustcomputing.com/bbs/</link>
    </image>
    <item>
      <title>U盘总是显示“未知设备”且需要重新更新驱动</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2186</link>
      <description><![CDATA[1. 关闭 USB 节能设置（核心方法）Windows默认会为USB设备启用节电模式，这常常导致设备断开或识别失败。
按下 Win + R 键，输入 control 打开控制面板，选择 电源选项。
点击当前所用电源计划右侧的 更改计划设置 -&gt; 更改高级电源设置。
在弹出的窗口中，依次展开 USB设置 -&gt; USB选择性 ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Mon, 22 Jun 2026 13:44:01 +0000</pubDate>
    </item>
    <item>
      <title>如何删除U盘的EFI分区</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2185</link>
      <description><![CDATA[使用PE工具创建PE U盘后，需要重置U盘，包括删除U盘的EFI分区

操作步骤
打开命令提示符： 按下 Win + R 键，输入 cmd，然后按下 Ctrl + Shift + Enter 以管理员身份运行。
选择U盘：输入 diskpart 并回车。
输入 list disk 并回车，根据容量判断你的U盘编号（例如磁盘1或磁盘2）。
输入 select ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Mon, 22 Jun 2026 09:01:19 +0000</pubDate>
    </item>
    <item>
      <title>Proxmox没有bridge内核模块？</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2181</link>
      <description><![CDATA[请依次运行以下命令来定位并解决问题：
1. 检查是否已编译进内核如果功能已经内置，lsmod 是看不到的。
请运行此命令查看：cat /lib/modules/$(uname -r)/modules.builtin | grep bridge
kernel/net/bridge/bridge.ko
kernel/net/bridge/br_netfilter.ko
结果：如果输出了 kernel/net ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Fri, 12 Jun 2026 04:34:07 +0000</pubDate>
    </item>
    <item>
      <title>The VBoxSDS windows service was not found 解决办法</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2180</link>
      <description><![CDATA[错误提示：
The VBoxSDS windows service was not found. Reinstall VirtualBox to fix it. 
Alternatively you can try start VirtualBox as Administrator, this should automatically reinstall the service, or you can run 'VBoxSDS.exe --regservice' command from an el]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Mon, 08 Jun 2026 07:44:00 +0000</pubDate>
    </item>
    <item>
      <title>iptables实战：5条规则挡住80%攻击（改进）</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2179</link>
      <description><![CDATA[iptables实战：5条规则挡住80%攻击
]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Tue, 02 Jun 2026 08:56:25 +0000</pubDate>
    </item>
    <item>
      <title>Linux en网卡命名规则</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2178</link>
      <description><![CDATA[Linux 现代网卡名称（eno、ens、enp 等）遵循 systemd/udev 的“可预测网络接口命名”（Predictable Network Interface Names）规则。 这套规则从 systemd 197 版本开始默认启用，目的是让网卡名称稳定、可预测，不再像老的 eth0、eth1 那样因硬件增删或探测顺序而随意变化。 


命名规律 ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Tue, 02 Jun 2026 07:32:42 +0000</pubDate>
    </item>
    <item>
      <title>HDD Raw Copy Tool 可用于Ventoy+WePE ISO的刻盘软件</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2177</link>
      <description><![CDATA[使用Ventoy 等PE工具制作U盘为PE盘，关闭可能占用 U 盘的软件：DiskGenius、360安全卫士、电脑管家、杀毒软件 等。
运行 Ventoy2Disk,exe，“分区类型” 选择 GPT（如果选择MBR，bios必须Legacy，而不是UEFI），文件系统 选择“NTFS”，点击 Install 或 Update 开始安装。

安装完成后，U 盘会再 ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 28 May 2026 10:44:01 +0000</pubDate>
    </item>
    <item>
      <title>收集linux硬件信息的命令</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2176</link>
      <description><![CDATA[一、最推荐的一条命令（最全面）bash

Ubuntu / Debian:
apt install --no-install-recommends inxi    

RHEL / CentOS / Rocky Linux
yum install inxi
或
dnf install -y epel-release
dnf install --setopt=install_weak_deps=False inxi


主板、CPU、显卡、内存、硬盘、网 ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 28 May 2026 08:13:03 +0000</pubDate>
    </item>
    <item>
      <title>删除硬盘原有分区继续安装ubuntu</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2175</link>
      <description><![CDATA[第一步：确认磁盘（非常重要！避免误删）在 Ubuntu shell（用 sudo -i 进入 root）执行以下命令:

lsblk -f
sudo fdisk -l

重点确认：sda 应该是你的硬盘（容量最大的那个）。
你的 Ubuntu 安装 U 盘通常是 sdX（容量较小的）。

第二步：彻底清除原来的分区

# 1. 清除所有签名
sudo wipefs -a /dev ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 28 May 2026 07:49:55 +0000</pubDate>
    </item>
    <item>
      <title>U盘 不识别 该设备的驱动程序未被安装(代码 28)</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2174</link>
      <description><![CDATA[在设备管理器中 
1、
未知设备
右键点击该U盘设备，
选择 更新驱动程序。
点击 浏览我的电脑以查找驱动程序。
点击 浏览 并定位到系统驱动库路径 C:\Windows\System32\DriverStore\FileRepository，
点击下一步让系统自动匹配。

找到
磁盘驱动器

2、
未知设备
继续 更新驱动程 ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 28 May 2026 01:50:58 +0000</pubDate>
    </item>
    <item>
      <title>卸载360壁纸</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2173</link>
      <description><![CDATA[任务管理器&gt;启动 找到 360壁纸，右键打开文件所在位置
运行uninst.exe

应用和功能 里找不到 360壁纸
退出后 任务管理器 里找不到 360壁纸]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Tue, 26 May 2026 14:59:36 +0000</pubDate>
    </item>
    <item>
      <title>Linux移动一个可执行文件后刷新系统路径</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2172</link>
      <description><![CDATA[hash -r]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Mon, 11 May 2026 01:43:29 +0000</pubDate>
    </item>
    <item>
      <title>关闭 Windows 密码过期检查的几种常用方法</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2171</link>
      <description><![CDATA[以下是关闭 Windows 密码过期检查（设置密码永不过期）的几种常用方法，根据你的 Windows 版本（家庭版/专业版等）和账户类型选择合适的方式。建议以管理员身份操作。1. 最简单通用方法（推荐，所有版本适用）：使用命令提示符按 Win + S 搜索 “cmd”，右键选择 以管理员身份运行。
输入以下命令 ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Sat, 09 May 2026 02:38:34 +0000</pubDate>
    </item>
    <item>
      <title>centos8 stream yum dnf更新</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2170</link>
      <description><![CDATA[# Backup original repo files (good practice)
cp -r /etc/yum.repos.d /etc/yum.repos.d.bak.$(date +%F)

# Disable mirrorlist and switch to vault.centos.org
sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-Stream-*.repo
sed -i 's|^#baseurl]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 07 May 2026 09:08:21 +0000</pubDate>
    </item>
    <item>
      <title>Linux Kernel 本地权限提升漏洞风险通告（CVE-2026-31431）</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2169</link>
      <description><![CDATA[尊敬的阿里云用户，您好！

阿里云安全监测到，互联网上披露了Linux Kernel 存在本地权限提升漏洞，漏洞编号CVE-2026-31431。可导致本地低权限攻击者利用 AF_ALG 加密接口与 splice() 系统调用，实现向任意可读文件的页缓存中写入受控的4字节数据，进而通过篡改 setuid 二进制文件获得 ro ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 07 May 2026 08:22:31 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 25.04 升级到 25.10</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2168</link>
      <description><![CDATA[sed -i -e s/plucky/questing/g  /etc/apt/sources.list.d/ubuntu.sources

apt update

apt-get dist-upgrade -y

apt autoremove
apt autoclean

reboot


# cat /etc/os-release 
PRETTY_NAME=&quot;Ubuntu 25.10&quot;
NAME=&quot;Ubuntu&quot;
VERSION_I]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Wed, 06 May 2026 01:38:38 +0000</pubDate>
    </item>
    <item>
      <title>增加Linux swap交换空间</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2166</link>
      <description><![CDATA[VPS 只有400M内存，经常自动关机，使用free -m 查看，发现没有swap，可能导致OOM，进而OS崩溃，自动关机，故增加swap空间
oom-kill Out of Memory

fallocate -l 512M /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
cat /etc/fstab
echo '/swapfile none swap sw 0 0'  ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Mon, 20 Apr 2026 01:34:39 +0000</pubDate>
    </item>
    <item>
      <title>awk grep sed 删除视觉空行</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2161</link>
      <description><![CDATA[awk 'NF' input.txt

NF 是 awk 的“字段数”，当一行全是空白（或空）时，NF=0 → 被过滤掉

grep ']]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Thu, 05 Feb 2026 10:21:12 +0000</pubDate>
    </item>
    <item>
      <title>Linux多个命令合并输出并过滤</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2160</link>
      <description><![CDATA[( cmd1; cmd2; cmd3 ) | sed -e s/xxx//g]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Wed, 28 Jan 2026 07:37:00 +0000</pubDate>
    </item>
    <item>
      <title>选择框右键优先于body右键</title>
      <link>http://www.trustcomputing.com/bbs/viewthread.php?tid=2159</link>
      <description><![CDATA[浏览器的事件机制默认是 从子元素 → 父元素 冒泡。
所以顺序是：

用户在  上按下鼠标
触发  的 onmousedown
事件继续冒泡
触发  的 onmousedown
执行 dorightclick(showurl)
除非你阻止冒泡，否则  的事件一定会执行。


加event.stopPropagation(); 或 event.cancelBubble = t ...]]></description>
      <category>真实IT经验</category>
      <author>linda</author>
      <pubDate>Fri, 16 Jan 2026 04:01:21 +0000</pubDate>
    </item>
  </channel>
</rss>