Linux部署專業技術

一、Linux在企業中的應用
1.Linux的發展歷程
    GNU & FSF
    GPL=copyleft       BSD     X11
    references:
    www.gnu.org
    www.gnu.org/copyleft/gpl.txt
    www.opensource.org/osd.html
    www.dislessici.org/opensource/bsd-license.html
    www.weblint.org/artistic.html

    GNU/Linux=Linux

    argument:
    support: 1零點價格 2自己動手的靈活性 3無許可困擾的自由 4穩定性 5性能 6標準一致性 7多種硬件支持 8與現有系統的互操作性 9防病毒設計 10世界範圍的強大的加密術
    references:
    www.currents.net/magazine/national/1524/inet1524.html
    www.news.com/News/Item/0,4,35392,00.html
    www.linuxjournal.com/issue46/2494.html
按UNIX標準,linux儲存的文件如下
application type   positon of the share lib position of the binary files
啓動時需要的程序   /lib    /bin
與OS捆在一起但啓動時並不需  /usr/lib   /usr/bin
要的程序(編譯器、編輯器等)
由用戶安裝的並不與   /usr/local/lib  or  /usr/local/bin  or  
OS捆綁的常規程序   /usr/local/app/lib  /usr/local/app/bin
啓動時需要的超級用戶程序  /lib    /sbin
啓動時並不需要的超級用戶程序  /usr/bin   /usr/sbin

    unsupport:
    1用戶不友好----gnome,kde,
    www.gnome.org
    www.kde.org
    www.ocean.odu.edu/ug/shell_help.html
    www.applelinks.com/warpcore/apr99/wc-8.shtml
    2安裝問題
    3缺乏應用程序
    Sendmail----   process 70%--80% email all over the world
    Apache----54%      IIS:25%    Netscape:8%
    squid----
    MySQL & PostgreSQL
    GIMP
    KOffice
    WorldPerfect Office Suite(by Corel)
    StarOffice(by Sun)
    www.mysql.org
    www.postgresql.org
    www.sendmail.org
    www.netcraft.com/Survey
    squid.nlanr.net/Squid
    www.blackdown.org
    www.enhydra.com
    www.fi.infn.it/DFS/news-comp.dce/msg00463.html
    koffice.kde.org
    www.gimp.org
    linux.corel.com/linux8/index.htm
    www.sun.com/dot-com/staroffice.html
    www.ece.hp.com/cyc/om/00/index.html

    文檔無序
    www.linuxdoc.org
    缺乏高檔特徵
    cesdis.gsfc.nasa.gov/linux/beowulf/beowulf.html
    www.infoworld.com/cgi-bin/displayStory.pl?99039.ecsuperlinux.htm
    缺少安全性
    DES    Triple-DES
    www.linuxworld.com
    www.ssh.fi
    缺乏支持
    IBM----LinuxCare
    Cygnus----GNU編譯器及其它工具
    Scriptics----Tcl/Tk
    Cyclic----CVS
    Sendmail----Sendmail
    缺乏法律援助
    缺少所有權
    目標不確定

二、用Samba集成Windows and Linux
Samba概念
    SMB/CIFS
samba的啓動
    inetd(反應慢,不能ps & top命令輸出smbd&nmbd)
        將兩個服務
        netbios-ns    137    /udp
        netbios-ssn    139    /tcp
        添加到文件 /etc/services
        重其服務    killall  -HUP  inetd
    通過腳本程序啓動samba
        /usr/local/samba/bin/nmbd  -D
        /usr/local/samba/bin/smbd  -D
        killall  -HUP  nmbd
        killall  -HUP  smbd

        smb.init
        各項工作是否正常
        nmblookup OFFICE
    samba安全
        共享等級
        用戶等級(最常用)
        服務器等級
        域登記
    配置smb.conf
    samba組件
        smbstatus    smbadduser    smbmount    smbumount    smbtar    smbclient    testparm
    swat

三、linux工作組服務器
實際samba安裝
集成傳真服務軟件與samba
    mgetty  +  sendfax    www.leo.org/~doering/mgetty
    Respond    www.boerde.de/~horstf/
    
    {
    *NetPBM包    wuarchive.wustl.edu/graphics/graphics/packages/NetPBM
    *ghostscript包    www.cs.wisc.edu/~ghost/
    HylaFAX    www.vix.com/hylafax
    }
linux“實時備份服務器”
虛擬網絡計算機(VNC)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章