<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                **Linux PF_NETLINK相關資料** * [1] Linux man PF_NETLINK 本文檔是Linux系統中的幫助文檔。從總體上介紹了PF_NETLINK(AF_NETLINK)的作用和相關的數據結構。對熟手比較適用。 * [2] http://www.linuxjournal.com/article/8498 “Manipulating the Networking Environment Using RTNETLINK”,這篇文章以RTNETLINK為主要對象,介紹了如何利用它進行編程以操作網絡。此文寫得非常詳細,建議讀者深入閱讀,甚至自己動手寫測試例子。 **DNS、Apple Bonjour相關資料** * [3] http://baike.baidu.com/view/22276.htm 百度百科中關于dns的介紹,屬于入門級材料,不清楚的讀者可以先了解相關知識。 * [4] http://en.wikipedia.org/wiki/MDNS 維基百科中關于Multicast DNS的介紹。入門級材料,但包含的信息不是很全,需要跟蹤其中的鏈接才能對MDNS有全面了解。 * [5] https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/NetServices/Introduction.html#//apple_ref/doc/uid/TP40002445-SW1 “Introduction to Bonjour Overview”,蘋果開發網站上關于Bonjour基礎知識的入口,包含“About Bonjour”、“Bonjour API Architecture”等文檔。 * [6] https://developer.apple.com/library/mac/#documentation/Networking/Conceptual/dns_discovery_api/Introduction.html#//apple_ref/doc/uid/TP30000964 “DNS Service Discovery Programming Guide”,蘋果開發網站關于NSD API的說明。 **iptables相關資料** iptables的相關文檔非常多,雖然Linux也提供了幫助文檔(man iptables),但對新手來說該文檔實在不是學習的好資料。 * [7] http://www.thegeekstuff.com/2011/01/iptables-fundamentals/ “Linux Firewall Tutorial: IPTables Tables, Chains, Rules Fundamentals”,這篇文章首先從原理上介紹了如何去理解iptables,然后介紹了相關的例子。筆者認為它是iptables最好的入門資料。 * [8] http://selboo.com.cn/post/721/ “iptables的相關概念和數據包的流程”,這篇文檔介紹了iptables中各個table及chain的處理順序,請讀者結合[7]來理解iptables。 * [9] http://www.frozentux.net/iptables-tutorial/cn/iptables-tutorial-cn-1.1.19.html “Iptables 指南 1.1.19”,這篇文檔介紹的iptables版本比較舊(Android 4.2使用的iptables版本是1.4.11),但對iptables常用參數都有非常詳細的介紹。適合入門后的讀者進行深入閱讀。 **TC相關資料** tc文獻的數量和難度遠大于iptables,此處精選幾個必讀文獻。 * [10] http://linux-ip.net/articles/Traffic-Control-HOWTO/intro.html “Traffic Control HOWTO”,理解traffic control的必讀文獻,覆蓋面很全,理論知識講解到位。難度稍大,需要仔細琢磨才能完全理解。 * [11] http://wenku.baidu.com/view/f02078db50e2524de5187e45.html “TC(Linux下流量控制工具)詳細說明及應用實例”,百度文庫中的一篇文檔,篇幅雖然不長,但也做到了理論和實例結合。建議讀者先閱讀此文獻,然后再深入研究[10]。 * [12] http://fanqiang.chinaunix.net/a1/b1/20010811/0705001103.html “在LINUX中實現流量控制器”,介紹TC的一篇博文,主要對tc的命令用法列舉了不少實例,屬于tc的實戰文章。建議放到最后閱讀。 * [13] http://www.linuxfoundation.org/collaborate/workgroups/networking/ifb 這是筆者能找到的關于IFB設備最完整的資料,對IFB的使用、常規用法等進行了全方位的介紹。 **IP命令相關資料** ip命令比較簡單,這里僅給出一篇文獻。 * [14] http://blog.chinaunix.net/uid-24921475-id-2547198.html Linux ip命令介紹 **NetDevice編程文獻** * [15] Linux man netdevice 非常詳細的NetDevice編程介紹,建議讀者認真閱讀。 **Linux策略路由相關資料** * [16] http://www.cnblogs.com/iceocean/articles/1594488.html “Linux策略路由”,中文文檔,知識面覆蓋較全,屬于入門級資料。 * [17] http://www.policyrouting.org/PolicyRoutingBook/ONLINE/TOC.html “Policy Routing With Linux”,這是一本完整的書籍(可見網管是一個復雜的工作)。個人感覺[16]是參考[17]的學習總結。屬于高級閱讀材料,難度較大。 **Linux IPv6控制相關資料** * [18] http://www.ipsidixit.net/2012/08/09/ipv6-temporary-addresses-and-privacy-extensions/ “IPv6 temporary addresses and privacy extensions”,介紹Linux中IPv6臨時地址和privacy extensions方面的知識,知識覆蓋面較全。屬于入門資料。 **TTY和ptmx編程相關資料** * [19] http://tldp.org/HOWTO/Text-Terminal-HOWTO.html “Text-Terminal-HOWTO”,比較舊的資料,覆蓋面非常廣。讀者可僅閱讀自己想了解的章節。 * [20] http://blog.tianya.cn/blogger/post_read.asp?BlogID=3616841&PostID=33399981 “Linux下tty/pty/pts/ptmx 詳解”,中文寫的好材料,還列出了其參考的文獻。最后,關于ptmx,讀者還可通過man ptmx獲得如何用它進行編程的指導。 **PPP和Pppd相關資料** * [21] http://tldp.org/HOWTO/PPP-HOWTO/ “Linux PPP HOWTO”,Linux HowTo系列的內容都簡單易懂。雖章節較多,但很多內容僅一兩句了事。可做入門參考。 * [22] http://network.51cto.com/art/201009/223784.htm “基礎解讀PPP協議”,中文文檔,一頁內容,主要介紹PPP框架性的內容。 * [23] http://wenku.baidu.com/view/0c395f15866fb84ae45c8d4a.html “ppp介紹”,百度文庫中的一個關于ppp的PPT。內容翔實,不僅介紹了ppp協議的數據包,也從框架上介紹了ppp的工作流程。建議讀者首先閱讀此文獻。 * [24] Linux man pppd 介紹pppd中各個選項的作用。 **NAT相關資料** * [25] http://oa.jmu.edu.cn/netoa/libq/pubdisc.nsf/66175841be38919248256e35005f4497/7762e8e1056be98f48256e88001ef71d?OpenDocument “用iptables實現NAT”,中文文檔,簡單易懂。 Tether、RNDIS、DHCP、DNSmasq相關資料 * [26] http://en.wikipedia.org/wiki/Tethering “Tethering”,維基百科中關于Tether的介紹,淺顯易懂,屬于普及型資料。 * [27] http://msdn.microsoft.com/en-us/library/windows/hardware/gg463293.aspx “Remote NDIS (RNDIS) and Windows”,MSDN文檔,非常翔實(不得不說微軟在文檔方面的工作真的是一絲不茍)。 * [28] http://baike.baidu.com/view/7992.htm?subLemmaId=7992&fromenter=%A3%C4%A3%C8%A3%C3%A3%D0 百度百科中關于DHCP的解釋,入門資料。 * [29] http://baike.baidu.com/view/6681631.htm 百度百科中關于DNSmasq的解釋。 * [30] http://wenku.baidu.com/view/662b536b561252d380eb6ec1.html 關于DHCP協議中option字段的詳細介紹。 Softap和hostapd相關資料 * [31] 《802.11 無線網絡權威指南中文第二版》 讀者可先閱讀第1、2章中關于Wi-Fi技術中的一些基本概念,例如AP和Station。 * [32] http://baike.baidu.com/view/2475889.htm 百度百科關于SoftAp的入門級介紹。 * [33] 關于hostapd,讀者可利用man hostapd得到各個選項的用法。 提示,讀者必須先安裝hostapd,然后才能查閱其幫助文檔。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看