<?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, 17 Sep 2026 18:40:02 +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>防火墙设置详细思路过程</title>
      <link>http://www.jsjlt.com/thread-74988-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Fri, 28 Aug 2026 13:57:06 +0000</pubDate>
    </item>
    <item>
      <title>遇到ssh无法登录，资源不够，线程超限的解决办法</title>
      <link>http://www.jsjlt.com/thread-74987-1-1.html</link>
      <description><![CDATA[遇到一台服务器，无法通过特定用户ssh登录

测试发现可以通过root登录
su -  用户   提示资源不够。 
解决过程：
ps -u 用户名              查看该用户下有哪些进程

ps -u 用户名 | wc -l   统计 用户下一共有多少行输出，间接得到进程数量

su -  用户名
ulimit -a   ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Fri, 28 Aug 2026 13:43:40 +0000</pubDate>
    </item>
    <item>
      <title>Linux使用U盘详解</title>
      <link>http://www.jsjlt.com/thread-74983-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Fri, 14 Aug 2026 14:39:11 +0000</pubDate>
    </item>
    <item>
      <title>linux系统日志介绍</title>
      <link>http://www.jsjlt.com/thread-74976-1-1.html</link>
      <description><![CDATA[linux上有很多种日志，一般分为五种类型： 
一、 syslog
syslog 是一套日志协议 / 框架，传统由 syslogd、后来 rsyslog、syslog‑ng 实现；linux上大部分日志，例如：messages、secure/auth.log、cron、maillog、lpr.log 等一般都是由 syslog管理。查看 rsyslog 配置：/ ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 08 Aug 2026 12:38:31 +0000</pubDate>
    </item>
    <item>
      <title>linux上用户密码次数过多导致密码被锁解决办法</title>
      <link>http://www.jsjlt.com/thread-74975-1-1.html</link>
      <description><![CDATA[linux有很多版本，账号安全模块有3种
pam_tally、pam_tally2和 faillock
做一下对比：

非常老的系统一般用pam_tally：
faillog -u ems   查看ems账号登录失败次数
faillog -u ems -r   对ems账号登录失败次数清零并解锁 
/var/log/faillog   日志记录位置


CentOS7/Ub ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 08 Aug 2026 10:44:38 +0000</pubDate>
    </item>
    <item>
      <title>Centos6 设置iso文件作为本地镜像源</title>
      <link>http://www.jsjlt.com/thread-74972-1-1.html</link>
      <description><![CDATA[CentOS6：CentOS6有2张光盘，先将iso文件拷贝到虚拟机里面，然后随便找两个目录做挂载点，我这里在/mnt下面新建了file1和file2两个目录作为挂载点，然后执行：

1 mount -o loop /home/CentOS-6.9-i386-bin-DVD1.iso /mnt/file1
2 mount -o loop /home/CentOS-6.9-i386- ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Fri, 24 Jul 2026 10:02:38 +0000</pubDate>
    </item>
    <item>
      <title>凝思系统安装SNMP的两种命令方式</title>
      <link>http://www.jsjlt.com/thread-74971-1-1.html</link>
      <description><![CDATA[凝思系统属于Debian内核，安装软件使用 apt-get或者dpkg命令

1、apt（或者apt-get）是高层自动化工具（解决依赖、联网下载）
2、dpkg用于手动安装离线包，完全不解决依赖‌。

以安装snmp为例: 
1、  cd \\root
       scp    snmp*.deb  snmpd*.deb     192.168.1.1:/t ...]]></description>
      <category>Linux相关</category>
      <author>Anonymous</author>
      <pubDate>Fri, 24 Jul 2026 09:45:13 +0000</pubDate>
    </item>
    <item>
      <title>linux下使用命令抓包简单说明</title>
      <link>http://www.jsjlt.com/thread-74970-1-1.html</link>
      <description><![CDATA[1、tcpdump -nn  -i any host 192.168.1.38 and port 177       在这台机器上抓包，监控这台机器和192.168.1.38 机器间的177端口包
参数解释：
-nn 
第一个‑n：不把 IP 地址反向解析成域名，直接显示 IP 数字；不做 DNS 解析，抓包更快，避免 DNS 干扰。
第二个‑n：不 ...]]></description>
      <category>Linux相关</category>
      <author>Anonymous</author>
      <pubDate>Thu, 23 Jul 2026 04:35:14 +0000</pubDate>
    </item>
    <item>
      <title>linux未正常关机导致硬盘自检，自检不通过导致无法正常启动</title>
      <link>http://www.jsjlt.com/thread-74966-1-1.html</link>
      <description><![CDATA[linux未正常关机导致硬盘自检，自检不通过导致无法正常启动

解决办法：
卡住的时候，按ctrl + c 取消这个检测然后会提示输入root密码进入修复模式，或者ctrl + d 重启输入root密码后，进入修复模式

在修复模式下，/很可能是只读状态，尝试是否能编辑保存，如果是只读 ...]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 04 Jul 2026 12:02:44 +0000</pubDate>
    </item>
    <item>
      <title>centos7 内核升级案例</title>
      <link>http://www.jsjlt.com/thread-74965-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 04 Jul 2026 09:51:45 +0000</pubDate>
    </item>
    <item>
      <title>linux下查看硬盘有无坏道以及内存错误</title>
      <link>http://www.jsjlt.com/thread-74964-1-1.html</link>
      <description><![CDATA[megacli -PDList -aLL - |grep -iE \&quot;Predictive Failure Count|Error Count\&quot;
cat  /var/log/mcelog]]></description>
      <category>Linux相关</category>
      <author>admin</author>
      <pubDate>Sat, 04 Jul 2026 08:36:35 +0000</pubDate>
    </item>
    <item>
      <title>Linux使用iptables防火墙配置命令屏蔽端口方法</title>
      <link>http://www.jsjlt.com/thread-74955-1-1.html</link>
      <description><![CDATA[案例1：  拒绝本机端口是5353的所有出和入方向的tcp和udp数据包）
# 拒绝所有进入tcp 5353端口的流量（TCP+UDP）
iptables -I INPUT -p tcp --dport 5353 -j DROP     （INPUT代表外部向本机发送，本机是目的端口5353）
iptables -I INPUT -p udp --dport 5353 -j DROP ...]]></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>
  </channel>
</rss>