<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>电脑计算机论坛 - Linux相关</title>
    <link>http://www.jsjlt.com/forum-69-1.html</link>
    <description>Latest 20 threads of Linux相关</description>
    <copyright>Copyright(C) 电脑计算机论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 18 Jun 2026 20:17:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.jsjlt.com/static/image/common/logo_88_31.gif</url>
      <title>电脑计算机论坛</title>
      <link>http://www.jsjlt.com/</link>
    </image>
    <item>
      <title>Linux使用iptables防火墙配置命令屏蔽端口方法</title>
      <link>http://www.jsjlt.com/thread-74955-1-1.html</link>
      <description><![CDATA[# 拒绝所有进入5353端口的流量（TCP+UDP）
iptables -I INPUT -p tcp --dport 5353 -j DROP
iptables -I INPUT -p udp --dport 5353 -j DROP

# 若需拒绝出站5353端口流量（可选）
iptables -I OUTPUT -p tcp --sport 5353 -j DROP
iptables -I OUTPUT -p udp --sport 5 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Thu, 14 May 2026 13:45:06 +0000</pubDate>
    </item>
    <item>
      <title>Linux防火墙配置脚本</title>
      <link>http://www.jsjlt.com/thread-74950-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 02 May 2026 13:15:13 +0000</pubDate>
    </item>
    <item>
      <title>Linux系统如何测试网卡实际流量速度</title>
      <link>http://www.jsjlt.com/thread-74948-1-1.html</link>
      <description><![CDATA[sar  -n  DEV    1

查看各个网卡的即时流量  

单位是  rxpck/s
160 rxpck/s（每秒接收的数据包数）不能直接换算为 MB/s（兆字节每秒）‌，因为两者衡量的是不同维度的网络指标：
[*]‌rxpck/s‌：表示每秒接收的‌数据包数量‌，属于‌包速率‌。
[*]‌MB/s‌：表示每 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Fri, 17 Apr 2026 04:22:56 +0000</pubDate>
    </item>
    <item>
      <title>这600条Linux命令，你可以用到退休了！</title>
      <link>http://www.jsjlt.com/thread-74947-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Fri, 17 Apr 2026 04:14:28 +0000</pubDate>
    </item>
    <item>
      <title>安装kaihongos和麒麟桌面系统的心得</title>
      <link>http://www.jsjlt.com/thread-74944-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sun, 05 Apr 2026 13:18:28 +0000</pubDate>
    </item>
    <item>
      <title>Linux操作系统如何禁止ping</title>
      <link>http://www.jsjlt.com/thread-74941-1-1.html</link>
      <description><![CDATA[linux默认是允许ping响应的，系统是否允许ping由2个因素决定：一、内核参数
二、防火墙需要2个因素同时允许才能允许Ping，2个因素有任意一个禁Ping就无法Ping。具体的配置方法如下：一、内核参数设置1、允许Ping设置A.临时允许PING操作的命令为：#echo 0 &gt;/proc/sys/net ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Thu, 26 Mar 2026 06:30:43 +0000</pubDate>
    </item>
    <item>
      <title>设置ntp对时</title>
      <link>http://www.jsjlt.com/thread-74934-1-1.html</link>
      <description><![CDATA[1、先手动对时测试对时服务器是否可用

  ntpdate  ntp.aliyun.com  
如果出现通道占用的错误提示，可以使用  ntpdate -u  ip  进行同步，也可以先停掉ntpd服务， 停用123端口后，再进行 ntpdate测试。
查找123端口被哪个程序占用： 
   lsof -i : 123 或者   netstat - ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Wed, 21 Jan 2026 03:01:36 +0000</pubDate>
    </item>
    <item>
      <title>linux下虚拟mac地址</title>
      <link>http://www.jsjlt.com/thread-74930-1-1.html</link>
      <description><![CDATA[通过ifconfig 查看的mac地址是虚拟的mac

通过 cat /proc/net/bonding/bond0 查看的mac地址是真实的mac（ 配置隔离，需要通过这个命令查看
本机bond0的真实mac，  曾经碰到过  虚拟mac和真实mac不一致，隔离无法通，最后将bond0删除后
隔离就通了） 

删除bond0  变为单 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sun, 23 Nov 2025 02:03:31 +0000</pubDate>
    </item>
    <item>
      <title>Linux下阵列卡工具megacli和storcli使用简介</title>
      <link>http://www.jsjlt.com/thread-74925-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 18 Oct 2025 07:37:44 +0000</pubDate>
    </item>
    <item>
      <title>Centos7配置ip地址</title>
      <link>http://www.jsjlt.com/thread-74924-1-1.html</link>
      <description><![CDATA[1、确认好网卡名称查询命令：ip a
      例如  网卡名称为    ens322、进入网卡配置目录cd /etc/sysconfig/network-scripts/
复制网卡并配置cp  ifcfg-eth0  ifcfg-ens32（按实际改为生成的网卡名称）
vi    ifcfg-ens32
3、启动网卡ifup ifcfg-ens32

 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Thu, 28 Aug 2025 02:33:27 +0000</pubDate>
    </item>
    <item>
      <title>linux系统下网卡计数清零</title>
      <link>http://www.jsjlt.com/thread-74923-1-1.html</link>
      <description><![CDATA[方法一、

例如，如果要清零eth0网卡的数据，输入命令ifconfig eth0 0.0.0.0。
这种方式清零的是网卡上的数据统计，不会影响网络连接。


方法二、
输入命令ethtool -S [网卡名]，查看该网卡的数据统计。输入命令ethtool -Z [网卡名]，清零该网卡的数据统计。
 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Mon, 11 Aug 2025 00:23:36 +0000</pubDate>
    </item>
    <item>
      <title>file sysem errors were encountered that could not be fixed automatically</title>
      <link>http://www.jsjlt.com/thread-74918-1-1.html</link>
      <description><![CDATA[遇到linux系统无法正常启动，提示文件系统错误，无法自动修复。

这种情况一般都是因为文件系统出现错误，无法通过自检
解决思路：
1、 vi  /etc/fstab 禁用自检
2、 fsck  -y  /dev/sda1   （检查磁盘修复坏道，fsck‌：是一个通用的文件系统检查和修复工具，能够根据 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Mon, 09 Jun 2025 04:38:17 +0000</pubDate>
    </item>
    <item>
      <title>Linux下vi编辑-回格不能删除内容的解决办法</title>
      <link>http://www.jsjlt.com/thread-74878-1-1.html</link>
      <description><![CDATA[主要原因是由于安装的是vim.tiny版本，不是vim完整版。或者系统自带的vim有问题。

解决办法

1、 echo \&quot;set backspace=2\&quot; &gt;&gt; ~/.vimrc ## 启用退格键的删除功能
   测试问题是否已解决

2、打开终端并输入下面的命令：
echo $TERM
确保输出的终端类型是正确的，如xterm ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Thu, 28 Nov 2024 09:21:57 +0000</pubDate>
    </item>
    <item>
      <title>凝思系统下中文乱码-office文件里中文乱码解决办法</title>
      <link>http://www.jsjlt.com/thread-74874-1-1.html</link>
      <description><![CDATA[中文乱码一般都是字符集设置错误。  可以打开一个终端，在终端中设置字符集为UTF-8,然后在终端中使用 cat 文件名  查看文件中的中文是否是乱码，如果更换字符集为utf-8后，中文可以正常显示，那么就是字符集设置不正确导致的乱码。

我这次遇到的是一台服务器，字符集被 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sun, 20 Oct 2024 12:05:49 +0000</pubDate>
    </item>
    <item>
      <title>凝思系统加固错误，导致无法用账号密码登录（密码正确）的解决办法</title>
      <link>http://www.jsjlt.com/thread-74871-1-1.html</link>
      <description><![CDATA[遇到一起凝思系统加固重启后，无法使用账号密码登录（密码确认正确）。


解决办法：
     重启进入grub界面，选择第二项，Advanced options for Linux GNU/Linux , 进入后，再选择第二项： recovery mode ，进入此模式后，就可以通过账号密码登录进入了。
然后再将系统 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 21 Sep 2024 11:12:19 +0000</pubDate>
    </item>
    <item>
      <title>凝思系统V6.0.80版本网络配置(配置网卡、bond）</title>
      <link>http://www.jsjlt.com/thread-74869-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 21 Sep 2024 02:56:20 +0000</pubDate>
    </item>
    <item>
      <title>Linux 处理文件空间及inode空间满的方法</title>
      <link>http://www.jsjlt.com/thread-74867-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 14 Sep 2024 02:13:05 +0000</pubDate>
    </item>
    <item>
      <title>凝思系统V6.0.42版本网络配置(配置网卡、bond）</title>
      <link>http://www.jsjlt.com/thread-74866-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Wed, 11 Sep 2024 08:24:38 +0000</pubDate>
    </item>
    <item>
      <title>Linux上查看有几块网卡</title>
      <link>http://www.jsjlt.com/thread-74865-1-1.html</link>
      <description><![CDATA[lspci -kvvnn | grep -i eth   查询服务器上的网卡，即使没有安装驱动，也能查到，如果是用 ifconfig -a 只能查到已安装驱动的网卡
实际上碰到过， 物理网卡安装到 cpu3对应的pci槽里，而只有cpu0 和 cpu1，所以导致物理网卡不能使用的问题，此种情况使用
lspci 也无法 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Wed, 11 Sep 2024 06:29:15 +0000</pubDate>
    </item>
    <item>
      <title>凝思系统下新增加存储，安装多路径步骤</title>
      <link>http://www.jsjlt.com/thread-74776-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 01 Jun 2024 14:06:18 +0000</pubDate>
    </item>
  </channel>
</rss>