<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、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ## 16.8 參考數據與延伸閱讀 * 注1:維基百科對 Samba 的來源與作者的介紹: [http://en.wikipedia.org/wiki/Samba_software](http://en.wikipedia.org/wiki/Samba_software) [http://en.wikipedia.org/wiki/Andrew_Tridgell](http://en.wikipedia.org/wiki/Andrew_Tridgell) * man 5 smb.conf * Study Area :[http://www.study-area.org/linux/servers/linux_samba.htm](http://www.study-area.org/linux/servers/linux_samba.htm) * 電子書 Using Samba:[http://de.samba.org/samba/docs/using_samba/ch00.html](http://de.samba.org/samba/docs/using_samba/ch00.html) * Samba PDC HOWTO: [http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html](http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html) * SAMBA 官方網站:[http://www.samba.org/](http://www.samba.org/) * 楊錦昌老師的 SAMBA 密技:[http://apt.nc.hcc.edu.tw/web/student_server_FC1.htm#samba](http://apt.nc.hcc.edu.tw/web/student_server_FC1.htm#samba) * 依瑪貓的打印文件:[http://www.imacat.idv.tw/tech/lnxprint.html](http://www.imacat.idv.tw/tech/lnxprint.html) * Gentoo Linux 的 Samba 文件:[http://www.gentoo.org/doc/zh_tw/quick-samba-howto.xml](http://www.gentoo.org/doc/zh_tw/quick-samba-howto.xml) * cupsaddsmb 用法:[http://www.enterprisenetworkingplanet.com/netsysm/article.php/3621876](http://www.enterprisenetworkingplanet.com/netsysm/article.php/3621876) * 下載 CUPS-windows 的網站:[http://ftp.easysw.com/pub/cups/windows/](http://ftp.easysw.com/pub/cups/windows/) * eyesblue 在討論區針對語系的說明:[http://phorum.vbird.org/viewtopic.php?t=22001](http://phorum.vbird.org/viewtopic.php?t=22001) * testparm -v * 關于 Windows 7 加入 PDC 的機碼相關問題: [https://wiki.samba.org/index.php/Windows7](https://wiki.samba.org/index.php/Windows7) [http://www.linuxquestions.org/questions/linux-server-73/joining-a-windows-7-client-to-samba-pdc-v-3-4-3-a-815174/](http://www.linuxquestions.org/questions/linux-server-73/joining-a-windows-7-client-to-samba-pdc-v-3-4-3-a-815174/) [http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/](http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/) ``` # 2\. 這個部分是進行『修改』機碼!不過,如果你作了,會讓你可加入 PDC, # 但卻無法順利的登入!所以這里得要特別注意! [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] “RequireSignOnSeal”=dword:00000000 “RequireStrongKey”=dword:00000000 ``` * * * 2001/09/17:好久以前曾經完成的一項任務 ^_^ 2003/07/26:將 2001/09/17 所寫的內容做了大幅度的修訂,增加原理以及更多的設定項目! 2003/09/10:將 [PDC](#server_domain_server) 部分補充的更完整,因為加入了個人化的 Profiles 在 /home/samba/profiles 當中了!同時加入課后練習喔 2003/09/30:加入了 [CUPS](#server_printer_cups) 打印機的支持! 2005/10/17:Samba 2.2 在中文編碼上面與最新的 samba 3.0.x 版本不同。請參考: [中文編碼](http://phorum.vbird.org/viewtopic.php?t=22001) 網友的詳細說明喔! 2006/12/20:將舊的文章移動到 [此處](http://linux.vbird.org/linux_server/0370samba/0370samba.php) 2006/12/29:終于寫完了 Samba 了!將 PDC 改寫,很多亂亂的地方都改掉了~ 2007/04/12:原本對 homes 的說明中,那個 [umask 應該是 002](#20070412) ,原先的 022 是錯的! 2010/06/11:一直誤會了作者的名字,名稱為 Andrew Tridgell 而不是 Tridgwell !抱歉了! 2011/03/18:將舊的基于 CentOS 4.x 的文章移動到 [此處](http://linux.vbird.org/linux_server/0370samba/0370samba-centos4.php) 2011/03/31:終于搞定了 Samba ,光是實作就花去鳥哥大部分的時間了~累斃! 2011/07/29:將基于 CentOS 5.x 的版本移動到[此處](http://linux.vbird.org/linux_server/0370samba/0370samba-centos5.php) 2011/07/29:PDC 的部分,終于可以加入 windows 7 啰!開心! * * *
                  <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>

                              哎呀哎呀视频在线观看