我的FreeBSD5.4安装配置过程笔记录(新手参考)第4/5页
更新时间:2006年07月07日 00:00:00 作者:
《第四章》
剩下来就是安装一些重要的软件和工具(以下列出的软件 版本会升级):
bash-2.05b.007_2 The GNU Bourne Again Shell
beep-media-player-0.9.7_4,1 GTK2 mp3 player
bmp-wma-0.1.1_2 WMA input plugin for beep-media-player
firefox-1.0.3,1 Web browser based on the browser portion of Mozilla
gaim-1.2.1 Multi-protocol instant messaging client
gaim-openq-0.3.2 A QQ-liked protocol plugin for Gaim
gedit-2.10.2 A small but powerful text editor for Gnome 2 Desktop Enviro
gftp-2.0.18 A free multithreaded GTK-based GUI ftp and sftp client
gthumb-2.6.5 An image viewer and browser for the GNOME 2 environment
linux-realplayer-10.0.4 Linux RealPlayer 10 from RealNetworks
linux_base-rh-9 Base set of packages needed in Linux mode (only for i386)
mlterm-2.9.2 Multilingual X11 terminal emulator
mplayer-gtk-esound-0.99.7_4 High performance media player/encoder supporting many forma
opera-8.02.20050727 A blazingly fast, full-featured, standards-compliant browse
portupgrade-20041226_2 FreeBSD ports/packages administration and management tool s
prozilla-1.3.7.3 ProZilla is a fast download accelerator
rox-2.2.0_2 A simple and easy to use graphical file manager
scim-1.2.0_1 Smart Common Input Method platform
stardict-2.4.4_1 A cross-platform and international dictionary written in Gt
unrar-3.43,3 Extract, view & test RAR archives
vim-6.3.62 Vi “workalike”, with many additional features
wget-1.10_1 Retrieve files from the Net via HTTP and FTP
有用的软件还有很多,可以到/usr/ports查找。
如不知到哪里安装以上的软件,可到/usr/ports目录下用 make search key=(软件名)搜索到
相应软件的ports目录位置,然后转到相应目录用make install clean编译port安装。
最后还要配置一些/etc或home中的配置文件,比如/etc/rc.conf,/etc/make.conf,/etc/resolv.conf,/etc/hosts,~/.cshrc,/etc/login.conf,~/.login.conf等等。
这是我的~/.cshrc配置可供参考:
########################
# $FreeBSD: src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $
#
# System-wide .cshrc file for csh(1).
alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
alias vi vim
#alias vi env LC_CTYPE=en_US.ISO_8859-1 vi
#alias ls env LC_CTYPE=en_US.ISO_8859-1 ls -aGw
# A righteous umask
umask 22
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin /usr/X11R6/bin)
setenv EDITOR vim
setenv PAGER more
setenv BLOCKSIZE K
setenv LANG zh_CN.GBK
setenv LC_ALL zh_CN.GBK
setenv LC_CTYPE zh_CN.GBK
setenv LC_LANG zh_CN.GBK
setenv LC_MESSAGES zh_CN.GBK
#setenv LC_TIME en_US.ISO8859-1
setenv LSCOLORS ExFxCxDxBxEgDxDEhGAcHd
setenv XMODIFIERS @im=SCIM
setenv PACKAGESITE ftp://ftp8.jp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/
setenv G_BROKEN_FILENAMES 1
set autolist
set nobeep
if ($?prompt) then
# An interactive shell — set some stuff up
set prompt = “`/bin/hostname -s`# ”
set filec
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
if ( $?tcsh ) then
bindkey “^W” backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
endif
endif
########################
另外让rox桌面壁纸和scim在startx后自动启动,可这样配置~/.xinitrc:
rox -p=PIN
scim -d
exec icewm-session
另外显卡如果属于nvidia的,可到官方网站下载freebsd版本的驱动安装。
附:
可参考手册:http://www.freebsd.org.cn/snap/doc/zh_CN.GB2312/books/handbook/config-tuning.html
还有
一些经常用到的配置文件的作用和配置方法:
http://http//forum.cnfug.org/index.php?showtopic=130
FreeBSD软件安装卸载工具–Ports和Packages详解:
http://http//www.freebsdchina.org/forum/viewtopic.php?p=80725&sid=523cb3b92304b53f1ef87cb796486f1a
cvsup后可建立一个ports数据库(安装portupgrade后):
#cd /usr/ports
#make index
#portsdb -uU
查看安装的软件是否需要升级:#portversion -l “<”
系统安装配置基本上完成啦
好好享受FreeBSD DIY的乐趣吧!
相关文章
vm下centos7 mini版 NAT模式下配置静态IP的方法
这篇文章主要介绍了vm下centos7 mini版 NAT模式下配置静态IP 的方法,本文图文并茂给大家介绍的非常详细,具有一定的参考借鉴价值,需要的朋友可以参考下2019-06-06
ubuntu14.04中安装chkconfig服务管理程序的方法
这篇文章主要介绍了ubuntu14.04中安装chkconfig服务管理程序的方法,在文章给大家提到了ubuntu使用chkconfig命令来管理服务 的命令写法,需要的朋友可以参考下2018-03-03
Linux/window下怎样查看某个端口被哪个程序/进程占用
Linux/window下怎样查看某个端口被哪个程序/进程占用,接下来详细介绍如何查看占用端口的程序,有需要的朋友可以参考下2013-01-01
FreeBSD6.0Release+Squid+Socks5服务器架设笔记
FreeBSD6.0Release+Squid+Socks5服务器架设笔记...2007-05-05
Linux fedora 24 忘记密码图形化界面修改root密码的方法
这篇文章主要介绍了Linux fedora 24 忘记密码图形化界面修改root密码的方法,在文章下文给大家补充了fedora23忘记root密码的修改方法,需要的朋友可以参考下2017-02-02


最新评论