荔园在线

荔园之美,在春之萌芽,在夏之绽放,在秋之收获,在冬之沉淀

[回到开始] [上一篇][下一篇]


发信人: zzt (破网,烂网), 信区: Linux
标  题: ◇ [入门文件] 安装 FreeBSD (2.2-97092 calvin
发信站: BBS 荔园晨风站 (Thu Nov 12 22:51:09 1998), 站内信件 (WWW POST)

发信人: calvin (冷眼人生~淡出江湖), 信区: FreeBSD
标  题:  ◇ [入门文件] 安装 FreeBSD (2.2-970920-RELENG)
发信站: 华南网木棉站 (Mon Jun 15 15:32:31 1998), 转信

◇ [入门文件] 安装 FreeBSD (2.2-970920-RELENG)
-------------------------------------------------------------------------------
-最新版的文件 -- 以 bbs 为中心的 FreeBSD
gopher freebsd.ee.ntu.edu.tw
5. FreeBSD
-> 3. 进阶文件 (howto-doc)
-> 1. bbs -- Maple.fromzero

以下 [入门文件] 有点过时。
------------------------------------------------------------------------------
gopher freebsd.ee.ntu.edu.tw
5. -> 2. FreeBSD 快速入门

作者: woju (Sound) 看板: 386BSD
标题: [入门文件] 安装 FreeBSD (2.2-970920-RELENG)
时间: Tue Sep 23 19:06:26 1997

Step 1
        ftp://freebsd.ntu.edu.tw/freebsd/
        (freebsd.ntu.edu.tw == 140.112.1.3)
              2.2-970920-RELENG/floppies/boot.flp
              dos_tool/rawrite.exe
        用 rawrite.exe 把 boot.flp 做成开机片。

Step 2
        Boot from floppy(boot.flp)
        选 visual mode
        「只改」network,设定适当的值,如 ed0, port=0x300, irq=3
        按 q, q, y 继续

Step 3
        选「Express」,设好 fdisk, /
        按 Space 选「Kern-Developer」,DES 按 Enter 选 Yes
        按 Space「只选」des,按 Enter 继续
        ports 选「No」,按 Enter 继续
        选「FTP」-> 「URL」-> ftp://freebsd.ntu.edu.tw/freebsd
        Good luck!

Step 4
        Last options 选「Yes」
        Console -> Repeat -> Fast
                -> Saver -> Star
                         -> Timeout (按 Space 选) -> 300
        Time Zone -> UTC: 「No」
                  -> Asia -> Taiwan -> CST: Yes
        Exit -> OK

        按右键选 Exit Install,拿出 floppy (boot.flp),按 Enter
        Good luck, again!

Step 5
        login: root
        cd /; mv root 0root
        tar xvfz ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/root.tgz
        用 chsh 修改 Shell: /root/bin/bash
        ESC-Enter: save changes
        exit, re-login as root,scr 进入 screen

Step 6
        cd /etc; mv profile 0profile
        vi rc.conf: (syslogd_flags="-s")
                    (sendmail_enable="NO"  # 请参阅 qmail-howto)
                    firewall_enable="YES"
                    firewall_type="open"
        ncftp://freebsd.ntu.edu.tw/freebsd/woju/etc/profile & FREEBSD
        exit, re-login as root, scr 进入 screen

Step 7
        cd /sys/i386/conf; ln -s /etc/FREEBSD
        vi FREEBSD 做必要的修改
        (mount -o async -u /)
        config FREEBSD; cd ../../compile/FREEBSD
        make depend all install
        sync; sync; sync; reboot
        login as root

Step 8
        cd /
        ncftp://freebsd.ntu.edu.tw/freebsd/woju/binary/b5c.tgz & xcin.tgz
        pkg_add b5c.tgz; tar xvfz xcin.tgz
        et 进入中文 console (Ctrl-Alt-9 呒虾米),scr 进入 screen

Step 9
        cd /usr/local/bin
        ncftp://freebsd.ntu.edu.tw/freebsd/woju/binary/gopher telnet
        chmod a+x gopher telnet
        gopher (default 会连上 freebsd.csie.nctu.edu.tw
                            或 freebsd.ee.ntu.edu.tw)
        现在可以透过 gopher & telnet 到网站找 FreeBSD 的中文参考资料了。

Step 10
        cd /etc; vi hosts 加入(修改)
                127.0.0.1               localhost localhost.自己的domain
                140.113.235.250         freebsd.csie.nctu.edu.tw csiebsd
                140.112.19.123          freebsd.ee.ntu.edu.tw eebsd
                140.112.1.3             freebsd.ntu.edu.tw ntubsd
                自己的机器的ip          自己机器的完整domain-name 机器匿称
        vi /etc/host.conf,把 hosts 移到 bind 前面
        cd /; mkdir csiebsd eebsd
        showmount -e csiebsd
        mount csiebsd:/MNT/DCAS/FreeBSD /csiebsd
        mount eebsd:/home/ftp/freebsd /eebsd
        cd /; tar xvfz /eebsd/woju/misc/skel.tgz
        cd /csiebsd/pub/packages-2.2/All
        (ftp://freebsd.ntu.edu.tw/freebsd/packages-2.2/All)
        pkg_add bash-2.01.tgz
                less-332.tgz
                linuxls-3.12.0.2.tgz
        cd /eebsd/pkg
        (ftp://freebsd.ntu.edu.tw/freebsd/pkg)
        pkg_add screen-3.7.4.tgz
        cd /eebsd/woju/script
        cp ls.sh LS.sh fs.sh du.level.sh /usr/local/bin
        cd /usr/local/bin; ln -s ls.sh ls; ln -s LS.sh LS; ln -s fs.sh fs
        cd /eebsd/woju/etc
        cp screenrc lynx.cfg /usr/local/etc

Step 11
        adduser
        default shell: bash
        HOME [/home]: <Enter>
        Copy dot files from: /usr/local/share/skel
        Send message from file: <Enter>
        Use passwords: <Enter>
        Write configuration: <Enter>

        Username: woju (要加入的 userid)
        ... (group 打 wheel,若此人是系统管理者的话)
        (若要 su root,得明确加在 /etc/group 的 wheel □)

        若不喜欢 /home sym link to /usr/home
        cd /; rm home; mv /usr/home .
        现在可用 telnet 连进试试。

Step 12
        系统的补强:
        gopher eebsd
        5. -> 2. FreeBSD 快速入门

吴 庆 鸿,woju@freebsd.ee.ntu.edu.tw | 台大电机,http://freebsd.ee.ntu.edu.tw



--
           @@@@@@       @@@  @@@     @@@  @@@ 信言不美,美言不信。善者不辩,辩
  @@@@@@@ @@!  @@@ @@@  @@!  @@@ @@@ @@!@!@@@ 者不善。知者不博,博者不知。圣人
 !@@      @!@!@!@! @@!  @!@  !@! @@! @!@@!!@! 不积,既以为人己愈有,既以与人己
 !@!      !!:  !!! @!!   !: .:!  !!@ !!:  !!! 愈多。天之道,利而不害;圣人之
 :!!       :   : : !!:     ::    !!: ::    :  道,为而不争。
  :: :: :           : ::.::       :                              ICQ : 5704502

※ 来源:.华南网木棉站 bbs.gznet.edu.cn.[FROM: 202.38.212.86]
--
※ 转寄:.华南网木棉站 bbs.gznet.edu.cn.[FROM: linux.szu.edu.cn]

--
☆ 来源:.BBS 荔园晨风站 bbs.szu.edu.cn.[FROM: 192.168.0.101]


[回到开始] [上一篇][下一篇]

荔园在线首页 友情链接:深圳大学 深大招生 荔园晨风BBS S-Term软件 网络书店