POSTS
freebsd 6.1 amd64(64bit) 安裝筆記
選擇 Taiwan
default
Express 磁碟重整
D 刪除
A 用整顆
Q 結束
BootMgr ->A 自動分配
swap 記憶體2倍大
/ 512mb
/tmp 512mb
/usr 4096mb
/var 剩下的
Q 結束
———————————————-
Choose Distributions
———————————————-
選擇
Developer
Kern-Developer
User
———————————————-
Choose Installation Media
———————————————-
CD/DVD
———————————————-
User Confirmation Requested
———————————————-
選擇 yes
RootPassword 輸入密碼
Time Zone -> yes -> Asia -> Taiwan
———————————————-
Networking
———————————————-
Interfaces -> 大部分都選擇第一個 -> (IPV6)no -> (DHCP有透過ip分享器時選擇)yes
Host: serv1 Domain: aladdin.com
-> ok
inetd -> yes -> yes
看需要開啟哪些服務拿掉#即可,選擇為tcp的-> ftp -> ESC -> a -> a
Mail -> sendmail
sshd -> Enter
ok
———————————————-
startup
———————————————-
startup -> 選擇 Accounting
Exit
Exit Install
yes
重開機
退光碟
———————————————-
ssh登入設定
———————————————-
vi /etc/ssh/sshd_config
在Authentication下面加兩行
PermitRootLogin yes
AllowUsers root
重開機 shutdown -r now
———————————————-
接下來就可以遠端連線作業了
———————————————-
安裝更新軟體
———————————————-
設定時間
date 0610251047(年月日時分)
cd /usr/ports/net/cvsup-without-gui
make install clean
選項不用選
ok
如果有錯誤重新安裝一次 make reinstall
———————————————-
開始更新
———————————————-
cp -p /usr/share/examples/cvsup/ports-supfile /root/ports-supfile
cd /root
chmod 775 ports-supfile
ee ports-supfile
=> *default host=cvsup.tw.freebsd.org
開始更新
/usr/local/bin/cvsup -g -L 2 /root/ports-supfile
重開機 shutdown -r now
———————————————-
軟體安裝
———————————————-
安裝linux bases
/usr/ports/emulators/linux_base-fc4
make install
ee /etc/rc.conf
加入linux_enable=”YES”
安裝webmin
/usr/ports/sysutils/webmin
make install clean
/usr/local/lib/webmin/setup.sh ->執行設定
Enter -> Enter -> SSL(n)
輸入port號 : 預設10000
輸入帳號: 自設
輸入密碼: 自設
確認密碼: 自設
ee /etc/rc.conf
webmin_enable=”YES”
安裝mysql51-server
/usr/ports/databases/mysql51-server
make install
ee /etc/rc.conf
加入mysql_enable=”YES”
安裝apache22
/usr/ports/www/apache22
make install
ee /etc/rc.conf
加入apache22_enable=”YES”
cp -p /boot/defaults/loader.conf /boot/loader.conf
ee /boot/loader.conf
修改accf_http_load=”yes”
安裝php5
cd /usr/ports/lang/php5
make install
[X] CLI Build CLI version
[X] CGI Build CGI version
[X] APACHE Build Apache module
[X] SUHOSIN Enable Suhosin protection system
[X] MULTIBYTE Enable zend multibyte support
[X] IPV6 Enable ipv6 support
[X] FASTCGI Enable fastcgi support (CGI only)
[X] PATHINFO Enable path-info-check support (CGI only)
安裝php5模組
/usr/ports/lang/php5-extensions
make install
ee /usr/local/etc/apache22/httpd.conf
加入
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
更改
DirectoryIndex index.html index.php index.phtml
#APM電源管理
ee /etc/rc.conf
apm_enable=”YES”
apmd_enable=”YES”