FreeBSD桌面笔记Xfce
网络校时 #ntpdate time.windows.com (time服务器地址time.nist.gov 、chime.utoronto.ca 、ntp.pipex.net 、time.windows.com) 安装、更新源代码 #csup -L 2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/standard-supfile 安装、更新doc文档 #csup -L 2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/doc-sufile 安装、更新Ports Collection #portsnap fetch extract 给bsd打补丁(自动打补丁只能用于默认内核) #freebsd-update #freebsd-install 设置本地化(中文) 登录分类法(管理员级设置) 在/etc/login.conf加入: chinese:Chinese Users Account:\ :charset=UTF-8:\ :lang=zh_CN.UTF-8:\ :tc=default: 然后执行: #cap_mkdb /etc/login.conf 然后: #pw 用户名 -L chinese (我习惯在安装系统的时候就建立一个用户所以这里之修改用户的登录类型就可以了。) 查看 #pw user show 用户名 XX:*:1001:1001:chinese:0:0:用户名:/home/用户名目录:/bin/sh su -用户名 $ locale LANG=zh_CN.UTF-8 LC_CTYPE=”zh_CN.UTF-8″ LC_COLLATE=”zh_CN.UTF-8″ LC_TIME=”zh_CN.UTF-8″ LC_NUMERIC=”zh_CN.UTF-8″ LC_MONETARY=”zh_CN.UTF-8″ LC_MESSAGES=”zh_CN.UTF-8″ LC_ALL= 设置成功 登录分类(用户级设置) 在用户根...