<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>职起网 - Linux 私房菜</title>
    <link>http://zhiqimba.com/forum-59-1.html</link>
    <description>Latest 20 threads of Linux 私房菜</description>
    <copyright>Copyright(C) 职起网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 14:34:28 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://zhiqimba.com/static/image/common/logo_88_31.gif</url>
      <title>职起网</title>
      <link>http://zhiqimba.com/</link>
    </image>
    <item>
      <title>11.6 SSH 服务器的进阶应用</title>
      <link>http://zhiqimba.com/thread-2324-1-1.html</link>
      <description><![CDATA[事实上 ssh 真的很好用！你甚至不需要启动甚么 xdmcp, vnc, xrdp 等等服务，使用 ssh 的加密通道就能够在客户端启动图形接口！ 此外，我们知道很多服务都是没有加密的，那么能不能将这些服务透过 ssh 通道来加密呢？嘿嘿！当然是可以！ 在这个章节当中，我们就来谈谈一 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Wed, 08 Nov 2023 00:56:50 +0000</pubDate>
    </item>
    <item>
      <title>11.5 仿真的远程桌面系统： XRDP 服务器</title>
      <link>http://zhiqimba.com/thread-2323-1-1.html</link>
      <description><![CDATA[使用上面的图形接口的联机服务器都有一个问题，除了联机机制的不同之外，上头的 Xdmcp 与 VNC 原则上，资料都没有加密。 因此上面的动作大多仅适合局域网络内运作，不要连上 Internet 比较好。那如果你真的想要透过加密的方式运作 VNC， 那可能得要透过下一小节的介绍才 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Wed, 08 Nov 2023 00:54:47 +0000</pubDate>
    </item>
    <item>
      <title>11.4 华丽的图形接口： VNC 服务器</title>
      <link>http://zhiqimba.com/thread-2322-1-1.html</link>
      <description><![CDATA[就如同刚刚上头讲到的，使用 xdmcp 可能会启动多个不同的埠口，导致防火墙设定上面比较困扰些。那有没有简单一点的图形接口连接方式？ 其实还有很多啦，在这里我们先来讲一个比较简单的，那就是 VNC (Virtual Network Computing) 这玩意儿啦！(注6)



1、预设的 VNC 服 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Wed, 08 Nov 2023 00:49:00 +0000</pubDate>
    </item>
    <item>
      <title>11.3 最原始图形接口： Xdmcp 服务的启用</title>
      <link>http://zhiqimba.com/thread-2321-1-1.html</link>
      <description><![CDATA[考虑一个情况，如果你的 Linux 主机主要是用来作为图形处理时，而且同时有多人需要用到那个功能， 那么一部 Linux 是否一次仅能提供一个人处理那个软件呢？嘿嘿！那可不一定喔！因为 Linux 有相当优秀的 X Window System 啊！现在就来谈谈第一个图形接口的远程联机服务 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Tue, 07 Nov 2023 00:59:45 +0000</pubDate>
    </item>
    <item>
      <title>11.2 文字接口联机服务器：SSH 服务器</title>
      <link>http://zhiqimba.com/thread-2320-1-1.html</link>
      <description><![CDATA[由于先前的远程联机服务器大多是明码，而且协议也有些资安问题，因此后来就有 SSH 这个协议来取代上述这些咚咚。 那么 SSH 是什么呢？它有什么特异功能？简单的来说，SSH 是 Secure SHell protocol 的简写 (安全的壳程序协议)，它可以透过数据封包加密技术，将等待传输 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Fri, 03 Nov 2023 01:30:53 +0000</pubDate>
    </item>
    <item>
      <title>11.1 远程联机服务器</title>
      <link>http://zhiqimba.com/thread-2319-1-1.html</link>
      <description><![CDATA[远程联机服务器对我们来说，可是一项很有用的工具啊！他可以让我们更方便的管理主机。 不过，方便归方便，但开放全世界都可以尝试登入你的主机并不个好主意，因为可能会有安全性的问题吶！ 所以本章才要特别强调一下这个玩意儿啊！



1、什么是远程联机服务器
首先，我 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Fri, 03 Nov 2023 01:28:59 +0000</pubDate>
    </item>
    <item>
      <title>10.3 重点回顾</title>
      <link>http://zhiqimba.com/thread-2318-1-1.html</link>
      <description><![CDATA[重点回顾

[*]主机名的目的在辅助人们记忆 TCP/IP 的 IP 数值；
[*]主机名与 IP 的对应，由早期的 /etc/hosts 变更为 DNS 系统来记录
[*]合法的主机名必须要透过合法授权后，才能够在 Internet 上面完整的生效
[*]除了静态的主机名与 IP 对应外，若是不固定 IP 的联机模 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Fri, 03 Nov 2023 01:26:00 +0000</pubDate>
    </item>
    <item>
      <title>10.2 注册一个合法的主机名</title>
      <link>http://zhiqimba.com/thread-2317-1-1.html</link>
      <description><![CDATA[根据前面的说法，如果你只想要有合法的主机名的话，那么依据你的 IP 是否固定而有： (1)静态 DNS 主机名与 (2)动态 DNS 主机名两种注册方式。底下鸟哥列出自己有注册经验的网站提供大家参考：
静态 DNS 主机名注册：
静态 IP 对应主机名的注册网站实在太多了，底下是鸟 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Thu, 02 Nov 2023 09:37:53 +0000</pubDate>
    </item>
    <item>
      <title>10.1 为何需要主机名</title>
      <link>http://zhiqimba.com/thread-2316-1-1.html</link>
      <description><![CDATA[如果你已经将第二章的网络基础看完的话，应该会知道其实我们的 TCP/IP 环境只要有 IP 与正确的路由即可联机了。那么你申请主机名要干嘛？因为『没办法啊！人脑太不中用了！』举例来说，你可以背出来我们常上去查数据的 www.google.com 的 IP 吗？报告！鸟哥没办法背出来 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Thu, 02 Nov 2023 09:22:03 +0000</pubDate>
    </item>
    <item>
      <title>9.6 重点回顾</title>
      <link>http://zhiqimba.com/thread-2315-1-1.html</link>
      <description><![CDATA[1、重点回顾

[*]要拥有一部安全的主机，必须要有良好的主机权限设定；随时的更新套件；定期的重要数据备份；完善的员工教育训练。 仅有防火墙是不足够的；
[*]防火墙最大的功能就是帮助你『限制某些服务的存取来源』，可以管制来源与目标的 IP ；
[*]防火墙依据封包抵 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Thu, 02 Nov 2023 09:17:02 +0000</pubDate>
    </item>
    <item>
      <title>9.5 NAT 服务器的设定</title>
      <link>http://zhiqimba.com/thread-2314-1-1.html</link>
      <description><![CDATA[呼呼！终于来到这个地方了！我们准备要架设一个路由器的延伸服务器，就称之为 NAT 服务器。 NAT 是什么呢？简单的说，你可以称他为内部 LAN 主机的『 IP 分享器』啦！
NAT 的全名是 Network Address Translation，字面上的意思是『网络地址的转换』。由字面上的意思我们 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Tue, 24 Oct 2023 00:44:30 +0000</pubDate>
    </item>
    <item>
      <title>9.4 单机防火墙的一个实例</title>
      <link>http://zhiqimba.com/thread-2313-1-1.html</link>
      <description><![CDATA[介绍了这么多的防火墙语法与相关的注意事项后，终于要来架设防火墙了。鸟哥还是比较偏好使用脚本来撰写防火墙， 然后透过最终的 /etc/init.d/iptables save 来将结果储存到 /etc/sysconfig/iptables 去！ 而且此一特色还可以用在呼叫其他的 scripts ，可以让防火墙规则 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Tue, 24 Oct 2023 00:41:20 +0000</pubDate>
    </item>
    <item>
      <title>9.3 Linux 的封包过滤软件：iptables</title>
      <link>http://zhiqimba.com/thread-2312-1-1.html</link>
      <description><![CDATA[上面谈了这么多，主要还是希望你能了解到防火墙是什么这个议题！而且也希望你知道防火墙并非万能的。 好了，那么底下我们终于可以来瞧一瞧，那目前我们的 2.6 版这个 Linux 核心到底使用什么核心功能来进行防火墙设定？


1、不同 Linux 核心版本的防火墙软件
Linux 的 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 05:59:37 +0000</pubDate>
    </item>
    <item>
      <title>9.2 TCP Wrappers</title>
      <link>http://zhiqimba.com/thread-2311-1-1.html</link>
      <description><![CDATA[在进入主题之前，我们先来玩一个简单的防火墙机制，那就是 TCP Wrappers 这玩意儿。如同前面说的， TCP wrappers 是透过客户端想要链接的程序文件名，然后分析客户端的 IP ，看看是否需要放行。那么哪些程序支持 TCP wrappers 的功能？这个 TCP wrappers 又该如何设定？ ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 05:38:42 +0000</pubDate>
    </item>
    <item>
      <title>9.1 认识防火墙</title>
      <link>http://zhiqimba.com/thread-2310-1-1.html</link>
      <description><![CDATA[网络安全除了随时注意相关软件的漏洞以及网络上的安全通报之外，你最好能够依据自己的环境来订定防火墙机制！ 这样对于你的网络环境，会比较有保障一点喔！那么什么是防火墙呢？其实防火墙就是透过订定一些有顺序的规则，并管制进入到我们网域内的主机 (或者可以说是网 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 05:37:16 +0000</pubDate>
    </item>
    <item>
      <title>8.5 重点回顾</title>
      <link>http://zhiqimba.com/thread-2309-1-1.html</link>
      <description><![CDATA[1、重点回顾

[*]网络卡的代号为 eth0, eth1, eth2...，而第一张网络卡的第一个虚拟接口为 eth0:0 ...
[*]网络卡的参数可使用 ifconfig 直接设定，亦可使用配置文件如 /etc/sysconfig/network-scripts/ifcfg-ethn 来设定；
[*]路由是双向的，所以由网络封包发送处发送到 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 05:27:11 +0000</pubDate>
    </item>
    <item>
      <title>8.4 特殊状况：路由器两边界面是同一个 IP 网段： ARP Proxy</title>
      <link>http://zhiqimba.com/thread-2308-1-1.html</link>
      <description><![CDATA[如果你一开始设计的网络环境就是同一个 Class C 的网域，例如 192.168.1.0/24 ， 后来因为某些因素必须要将某些主机搬到比较内部的环境中，例如图 8.2-1的 clientlinxu, winxp, win7。 然后又因为某些因素，所以你不能变更这些计算机的 IP，此时你的同一网域就会横跨在 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 03:50:09 +0000</pubDate>
    </item>
    <item>
      <title>8.3 动态路由器架设：quagga (zebra + ripd)</title>
      <link>http://zhiqimba.com/thread-2307-1-1.html</link>
      <description><![CDATA[在一般的静态路由器上面，我们可以透过修改路由配置文件 (route-ethN) 来设定好既定的路由规则，让你的路由器运作顺利。不过， 这样的方法总是觉得很讨厌！如果某天因为组织的再造导致需要重新规划子网网段，如此一来，你就得要在图 8.2-1 的 Router A 与 Linux Router  ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 03:08:36 +0000</pubDate>
    </item>
    <item>
      <title>8.2 路由器架设</title>
      <link>http://zhiqimba.com/thread-2306-1-1.html</link>
      <description><![CDATA[我们知道在局域网络里面的主机可以透过广播的方式来进行网络封包的传送，但在不同网段内的主机想要互相联机时，就得要透过路由器了。 那么什么是路由器？他的主要功能是什么？底下我们就来聊一聊！


1、什么是路由器与 IP 分享器
既然主机想要将数据传送到不同的网域时 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 03:04:04 +0000</pubDate>
    </item>
    <item>
      <title>8.1 路由</title>
      <link>http://zhiqimba.com/thread-2305-1-1.html</link>
      <description><![CDATA[我们在第二章网络基础里面谈到过路由的相关概念， 他最大的功能就是在帮我们规划网络封包的传递方式与方向。至于路由的观察则可以使用 route 这个指令来查阅与设定。 好了，那么路由的形式有哪些？你又该如何确认路由是否正确呢？

1、路由表产生的类型
如同第二章网络 ...]]></description>
      <category>Linux 私房菜</category>
      <author>职起网</author>
      <pubDate>Mon, 23 Oct 2023 01:05:01 +0000</pubDate>
    </item>
  </channel>
</rss>