Build My FreeBSD on my NoteBook Computer

2009-05-13 09:22:40来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


                                                                I am still would like working on the FreeBSD system.
1. Install Mini FreeBSD
It is so eary to install Mini FreeBSD on your computer with CD.
There is some useful configure when you want to install the FreeBSD system on your notebook computer. example as:
/etc/rc.conf:
#######################################
keymap="us.iso"
usbd_enable="YES"
#moused_enable="YES"
#ipv6_enable="YES"
defaultrouter="192.168.0.1"
hostname="mac.chinagnu.com"
ifconfig_rl0="DHCP"
gateway_enable="YES"
nfs_client_enable="YES"
linux_enable="YES"
sshd_enable="YES"
gdm_enable="YES"
# added by xorg-libraries port
local_startup="/usr/local/etc/rc.d"
#######################################
/etc/sysctl.conf
#######################################
#security.bsd.see_other_uids=0
hw.acpi.thermal.user_override=1
hw.acpi.thermal.tz0._PSV=80C
hw.acpi.thermal.tz0._CRT=106C
#######################################
/boot/loader.conf
#######################################
snd_driver_load = "YES"
#######################################
If you will use ADSL you should configure the /etc/ppp/ppp.conf
2. Used FreeBSD Ports Collection
You should install Ports Collection with sysinstall (please do that with root)
If there is something wrong with your configure files you should use this command to clean it and make it agaim:
$make rmconfig
3. Compile and configure GUI
At first, you need compile /usr/ports/x11/libXcursor and install it. then cd /usr/ports/x11/gnome2-lite and make all install clean.
:-) still wait ...... (more than 2 hourse).
OO═══∩═══OO
    ╭╬╮          ◢
-▁╭▅▇□□█▇▆▅▄▃▂▁(╳)█╮
  ╰═▃_专机来访▁∠════▔▔▔ 
  ╙O ╙O
Modify the xorg.conf add something you need.
4. Install and configure the useful Software
compile software which you would like with ports. if you will compile and install a software, you should find them with "whereis xxx(your software)" and cd that direcotry make all install clean.
Ok, wait for a moment.......
go on .....
               
               
               
               
               
               
               

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD下建立IPSec/client2LanVPN的说明

下一篇:一个有用的Unix重定向