debian study (server edition)
debian 学习笔记:
Debian 版本:Debian lenny RC1
一、系统配置
1、安装系统之后根据我的使用习惯调整一下字体显示,为系统增加上msyh.ttf、simsun.ttf。并将文件夹浏览窗口设置为在一个窗口内显示。
shell> cp -r chs /usr/share/fonts/truetype/chs
我将simsun.ttf、msyh.ttf、msyhbd.ttf都放到chs文件夹里了。
然后刷新字体缓存。
shell> fc-cache
2、为系统增加开发环境,安装gcc以及make。
shell> apt-get install gcc
shell> apt-get install make
