base-config#配置基本系统,在debian4以后不能用了
apt-getremoveexim4#删除MTA.提高启动速度
apt-getinstallrcconf#开机启动的服务项配置
apt-getinstallx-window-system-core#安装X-Window核心
apt-getinstallgnome-core#安装Gnome核心
apt-getinstalllibncurses5-dev#编译内核必须模块
tune2fs-c#启动硬盘次数检测
apt-getinstallxmmstotem
apt-getinstallgksusynaptic#新立得软件管理
apt-getinstallscimscim-chinesescim-gtk2-immodule#输入法
apt-getinstallfile-roller#归档管理器,实现右键解压缩
apt-getinstallpmount#为测试gnome下自动挂载
apt-getinstallusbmount#usb设备自动挂载
usbmount的配置文件为/etc/usbmount/usbmount.conf,通常需要修改得字段如下:
FILESYSTEMS="ext2,ext3,vfat,ntfs"
MOUNTOPTIONS="iocharset=gb2312,sync,noexec,nodev,noatime"
FS_MOUNTOPATIONS="-fstype=vfat,gid=floppy,dmask=0007,fmask=0117"
#用户管理
apt-getinstallgnome-panel-datagnome2-user-guidegnome-system-toolsgnome-panel
I.ADSL拨号
ADSL一般使用的是PPPoE协议,Debian使用的软件是rp-pppoe,使用:
apt-getinstallpppoepppoeconf
然后运行pppoeconf,自动检测连接ADSL的网卡,然后输入相应的参数,如用户名,密码等等,就可以使用pon进行连接Internet。
生成的配置文件在:/etc/ppp/peers/dsl-provider
下载本文示例代码