Chinaunix首页 | 论坛 | 博客
  • 博客访问: 60424
  • 博文数量: 9
  • 博客积分: 1485
  • 博客等级: 上尉
  • 技术积分: 95
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-01 15:07
文章分类

全部博文(9)

文章存档

2011年(2)

2010年(1)

2009年(1)

2008年(1)

2007年(4)

最近访客

分类: BSD

2007-08-07 19:47:54

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) |
0

上一篇:配置和使用TFTP

下一篇:浅释守护进程

给主人留下些什么吧!~~