<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>红客联盟 - 由08小组运营 - Linux/MacOS</title>
    <link>https://www.ihonker.com/forum-68-1.html</link>
    <description>Latest 20 threads of Linux/MacOS</description>
    <copyright>Copyright(C) 红客联盟 - 由08小组运营</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 03 Apr 2026 19:45:57 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.ihonker.com/static/image/common/logo_88_31.gif</url>
      <title>红客联盟 - 由08小组运营</title>
      <link>https://www.ihonker.com/</link>
    </image>
    <item>
      <title>Linux系统常用命令（新手上路请指教希望有大佬补充）</title>
      <link>https://www.ihonker.com/thread-33320-1-1.html</link>
      <description><![CDATA[Linux是一个功能强大的操作系统，它提供了许多命令行工具，用于管理文件、目录、进程、网络和系统配置等。以下是一些常用的Linux命令：

文件和目录操作

ls：列出当前目录中的文件和子目录。

pwd：显示当前工作目录的路径。

cd：切换工作目录。

mkdir：创建新目录。 ...]]></description>
      <category>Linux/MacOS</category>
      <author>联盟驻点管理员2</author>
      <pubDate>Wed, 30 Jul 2025 14:41:35 +0000</pubDate>
    </item>
    <item>
      <title>macOS Monterey 12.5 (21G72) 正式版</title>
      <link>https://www.ihonker.com/thread-31732-1-1.html</link>
      <description><![CDATA[macOS Monterey 更新摘要：

今日（2022-07-21）凌晨，Apple 终于发布了 macOS Monterey 12.5，包括功能增强、错误修复和安全性更新。macOS Monterey 12.5 自 2022 年 5 月 18 日起进入开发者测试版，发布了 5 个 beta 和 2 个 RC，历时操过 2 个月，非常罕见。推荐所有 ...]]></description>
      <category>Linux/MacOS</category>
      <author>Anonymous</author>
      <pubDate>Thu, 21 Jul 2022 02:33:10 +0000</pubDate>
    </item>
    <item>
      <title>Linux 服务器日常巡检脚本分享</title>
      <link>https://www.ihonker.com/thread-31617-1-1.html</link>
      <description><![CDATA[Linux 系统日常巡检脚本，巡检内容包含了，磁盘，内存 cpu 进程 文件更改 用户登录等一系列的操作 直接用就行了。

报告以邮件发送到邮箱 在log下生成巡检报告。

[mw_shl_code=applescript,true]#!/bin/bash
#!/bin/bash
#主机信息每日巡检

IPADDR=$(ifconfig eth0|gr ...]]></description>
      <category>Linux/MacOS</category>
      <author>Anonymous</author>
      <pubDate>Tue, 24 May 2022 05:06:12 +0000</pubDate>
    </item>
    <item>
      <title>Kali Linux 2021.3 x64位</title>
      <link>https://www.ihonker.com/thread-31090-1-1.html</link>
      <description><![CDATA[理论上来说，这个版本应该是最新的
种子文件，需要配合迅雷软件进行下载]]></description>
      <category>Linux/MacOS</category>
      <author>Anonymous</author>
      <pubDate>Sun, 26 Sep 2021 08:25:29 +0000</pubDate>
    </item>
    <item>
      <title>为什么 Linux 被误认为是黑客操作系统</title>
      <link>https://www.ihonker.com/thread-30996-1-1.html</link>
      <description><![CDATA[很久没回来看看了，之后我会发一些高质量的帖子，重新振新红盟，传承红盟精神，by鬼神报道！

自 Linux 诞生以来，它已经被许多用户改编。最好的功能之一是它可以转换为几乎任何东西：Linux ipod、运行 linux 的控制台、PDA 以及可以构建的每台个人电脑。像我们许多人一 ...]]></description>
      <category>Linux/MacOS</category>
      <author>by鬼神</author>
      <pubDate>Thu, 02 Sep 2021 01:48:21 +0000</pubDate>
    </item>
    <item>
      <title>kali 2019.4在线更新和问题解决方法</title>
      <link>https://www.ihonker.com/thread-30052-1-1.html</link>
      <description><![CDATA[在线更新
root@kali:~ cat]]></description>
      <category>Linux/MacOS</category>
      <author>昊情·</author>
      <pubDate>Fri, 06 Dec 2019 16:56:58 +0000</pubDate>
    </item>
    <item>
      <title>Linux服务器入侵排除</title>
      <link>https://www.ihonker.com/thread-9832-1-1.html</link>
      <description><![CDATA[1. 检查帐户展开目录

awk -F: \'$3==0 {print $1}\' /etc/passwd
#查看是否存在特权用户
awk -F: \'length($2)==0 {print $1}\' /etc/shadow
#查看是否存在空口令帐户
awk -F\\: \'{system(\&quot;passwd -S \&quot;$1)}\' /etc/passwd|awk \'{print $1,$3}\'
#查看账户创建日期
2. 检查日志 ...]]></description>
      <category>Linux/MacOS</category>
      <author>以谁为师</author>
      <pubDate>Tue, 26 Sep 2017 10:21:54 +0000</pubDate>
    </item>
    <item>
      <title>kali渗透测试初步（适合新手）</title>
      <link>https://www.ihonker.com/thread-9264-1-1.html</link>
      <description><![CDATA[发的有点晚了，网页一直打不开，抱歉！有不对的地方欢迎指出，大家一起交流学习。]]></description>
      <category>Linux/MacOS</category>
      <author>自由冥王</author>
      <pubDate>Wed, 30 Nov 2016 15:59:23 +0000</pubDate>
    </item>
    <item>
      <title>蓝流光：MAC OS X进程解析</title>
      <link>https://www.ihonker.com/thread-9217-1-1.html</link>
      <description><![CDATA[accountsd(账户) 1.8M
airportd（机场） 9.5M
amfid（文件保护精灵） 2.0M
AppleCameraAssistant（摄影助理） 1.0M 
appleeventsd（苹果事件） 1.5M
ApplelDauthAgent（多思维服务） 2.7M
AppleSpell（苹果输入法） 4.7M
apasd（系统测评系统） 5.6M
askpermissiond（询 ...]]></description>
      <category>Linux/MacOS</category>
      <author>蓝流光</author>
      <pubDate>Sun, 13 Nov 2016 14:24:51 +0000</pubDate>
    </item>
    <item>
      <title>蓝流光：MAC OS X优化（含卸载MAC预装软件命令）</title>
      <link>https://www.ihonker.com/thread-9212-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux/MacOS</category>
      <author>蓝流光</author>
      <pubDate>Sat, 12 Nov 2016 12:48:40 +0000</pubDate>
    </item>
    <item>
      <title>Mac OS 如何突破百度网盘下载速度限制</title>
      <link>https://www.ihonker.com/thread-8074-1-1.html</link>
      <description><![CDATA[前些年云存储兴起，从最早的115网盘到现在的百度网盘、360网盘，经过了一些列的转变。也从最早的免费使用推广、推广扩容，转型成为免费存储、下载限速，其实我并不怎么用这些网盘，只是离线下载些文件，作为一个中转站。离线的速度还是很不错的，可是现在的下载 ...]]></description>
      <category>Linux/MacOS</category>
      <author>Antergone</author>
      <pubDate>Thu, 17 Mar 2016 05:25:55 +0000</pubDate>
    </item>
    <item>
      <title>一键安装PXE+dhcp+tftp+http+kickstart 批量部署linux系统脚本（mbr）</title>
      <link>https://www.ihonker.com/thread-8047-1-1.html</link>
      <description><![CDATA[环境:centos 7服务列表
dhcp服务:分配IP地址，指定启动文件和tftp服务地址
tftp-server:传输引导文件
http:将光盘iso镜像发布
 
其他:
pxelinux.0：启动文件通过安装syslinux包获得
ks.cfg:通过/root/anaconda-ks.cfg定制自己的参数，当然如果是图形界面的服务器可以安 ...]]></description>
      <category>Linux/MacOS</category>
      <author>以谁为师</author>
      <pubDate>Mon, 14 Mar 2016 02:49:26 +0000</pubDate>
    </item>
    <item>
      <title>linux系统网络配置笔记</title>
      <link>https://www.ihonker.com/thread-8046-1-1.html</link>
      <description><![CDATA[命令配置的都是临时地址，要永久生效还是要修改配置文件！

临时命令：
#ifconfig eth0 192.168.0.22 netmask 255.255.255.0 
#ip addr add 192.168.0.22/24 dev eth0
添加第一块网卡ip 与子网掩码

#route add default gw 192.168.0.1 dev eth0    
添加缺省路由    gw ...]]></description>
      <category>Linux/MacOS</category>
      <author>以谁为师</author>
      <pubDate>Mon, 14 Mar 2016 02:32:12 +0000</pubDate>
    </item>
    <item>
      <title>网络性能测试-iperf</title>
      <link>https://www.ihonker.com/thread-8028-1-1.html</link>
      <description><![CDATA[perf命令是一个网络性能测试工具。iperf可以测试TCP和UDP带宽质量。iperf可以测量最大TCP带宽，具有多种参数和UDP特性。iperf可以报告带宽，延迟抖动和数据包丢失。利用iperf这一特性，可以用来测试一些网络设备如路由器，防火墙，交换机等的性能。

安装、配置


使用 ...]]></description>
      <category>Linux/MacOS</category>
      <author>以谁为师</author>
      <pubDate>Fri, 11 Mar 2016 06:40:13 +0000</pubDate>
    </item>
    <item>
      <title>mysql权限操作整理-02</title>
      <link>https://www.ihonker.com/thread-8027-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux/MacOS</category>
      <author>以谁为师</author>
      <pubDate>Fri, 11 Mar 2016 06:34:37 +0000</pubDate>
    </item>
    <item>
      <title>mysql查看命令整理-01</title>
      <link>https://www.ihonker.com/thread-8026-1-1.html</link>
      <description><![CDATA[mysql查看数据库、表-01


扩展查看-02


查看数据库容量-03]]></description>
      <category>Linux/MacOS</category>
      <author>以谁为师</author>
      <pubDate>Fri, 11 Mar 2016 06:23:04 +0000</pubDate>
    </item>
    <item>
      <title>Linux建立信任免密码登录SSH</title>
      <link>https://www.ihonker.com/thread-7964-1-1.html</link>
      <description><![CDATA[本文由U神原创，转账请注明作者和出处http://www.ihonker.org/thread-7964-1-1.html






Client ：192.168.25.133
Server：192.168.25.129



目的：客户端通过SSH登录服务器通过免密码方式登录，当然不一定是要两个端，也可以是两台局域网下的主机


# 配置客户端  1 ...]]></description>
      <category>Linux/MacOS</category>
      <author>U神V5</author>
      <pubDate>Thu, 03 Mar 2016 04:52:19 +0000</pubDate>
    </item>
    <item>
      <title>最最实用的30个Linux命令，干货！</title>
      <link>https://www.ihonker.com/thread-7907-1-1.html</link>
      <description><![CDATA[1.uptime命令

在Linux中，uptime命令显示了你的系统运行了多久以及目前登录的用户有多少，另外还显示了间隔1分钟、5分钟和15分钟的负载平均值。

# uptime
 08:16:26 up 22 min,  1 user,  load average: 0.00, 0.03, 0.22
检查uptime版本

除了uptime（正常运行时间） ...]]></description>
      <category>Linux/MacOS</category>
      <author>solarguoxing</author>
      <pubDate>Thu, 25 Feb 2016 09:04:56 +0000</pubDate>
    </item>
    <item>
      <title>配置Linux系统网卡网络(详细版)</title>
      <link>https://www.ihonker.com/thread-7866-1-1.html</link>
      <description><![CDATA[在做Linux实验或日常工作中，首先我们必须保证本地主机与远程主机之间数据是可以互相传送的，所以本次使用图形工具nmtui来配置网络，红帽RHEL7或Centos系统做法是一样的，如果想学习Linux技术的话，可以看下《Linux就该这么学》这本书，里面的实验还是很详细的。
第1步 ...]]></description>
      <category>Linux/MacOS</category>
      <author>huicanghuaide0</author>
      <pubDate>Sun, 21 Feb 2016 07:11:44 +0000</pubDate>
    </item>
    <item>
      <title>{转}在Ubuntu中安装sqlmap</title>
      <link>https://www.ihonker.com/thread-7850-1-1.html</link>
      <description><![CDATA[介绍在Ubuntu中安装sqlmap，简单，方便

地址http://pan.baidu.com/s/1dDKtNsX

话说为啥不能添加附件……]]></description>
      <category>Linux/MacOS</category>
      <author>Msl</author>
      <pubDate>Fri, 19 Feb 2016 19:10:56 +0000</pubDate>
    </item>
  </channel>
</rss>