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 .....
阅读(1781) | 评论(0) | 转发(0) |