freeBSD安裝簡介

2021-04-13 13:00:59 字數 1311 閱讀 3396

一、公升級prots

1。如果沒安裝cvsup,就去ports安裝

cd /usr/ports/net/cvsup

make

make install

2。然後就可以更新了

cd /usr/local/bin 

./cvsup -gl2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/ports-supfile

二、公升級核心

1. cd /usr/src/sys/i386/conf

2. cp generic   dell2850

3. vi dell2850

刪除上面的三行。只留下下面兩行

cpu             i686_cpu

修改ident           dell2850

4.  增加到末尾

# for ip firewall

options         ipfirewall              #firewall

options         ipfirewall_verbose      #enable logging to syslogd(8)

options         ipfirewall_forward      #enable transparent proxy support

options         ipfirewall_verbose_limit=100    #limit verbosity

options         ipfirewall_default_to_accept    #allow everything by default

options         ipdivert

6.  cd ../compile/dell2850

7.   make cleandepend

8.   make depend

9.   make

10.  make install

三、 安裝jdk15

whereis jdk15

more /usr/ports/updating

whereis resin3

cd /usr/ports/www/resin3

tar -zxvf resin-3.1.0.tar.gz

mv resin-3.1.0  /usr/local/resin

cd /usr/local/resin

./configure

make

make install

vi resin.conf 

FreeBSD核心簡介

freebsd核心可以被看做是一種伺服器,它向使用者程序提供服務。程序通過系統呼叫訪問這些服務。其中有些服務,比如程序排程和記憶體管理,採用核心態執行的程序,或者核心裡定期執行的例程這樣的形式來實現。核心程序只在核心中發揮作用,執行核心映象的 以核心特權模式執行。核心還為每台裝置啟動乙個核心程序,負...

freebsd安裝應用

freebsd是unix的乙個分支,它與linux相比,目錄結構更加清晰,不像linux不同的發行套件 fedora或者ubuntu 之間的目錄以及命令有比較大的差別。freebsd更加適合用於開發。freebsd下軟體的安裝有兩種方式,一種是安裝已經編譯好的二進位制檔案,通過pkg進行包管理,有點...

Freebsd下面安裝SNMP

freebsd下安裝配置snmp 1 cd usr ports net mgmt net snmp 2 make clean 3 make deinstall 4 make install tk 804.028 502.tar.gz doesn t seem to exist in usr port...