现在的位置: 首页 > 综合 > 正文

Debian常用配置命令

2013年08月09日 ⁄ 综合 ⁄ 共 343字 ⁄ 字号 评论关闭
1.dpkg-reconfig:
1) 显卡、显示器的配置:xserver-xfree86
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
2)locale设置:locales
3) 网络配置:
etherconf;debconf(single)

2. 自动mount
    #vi /etc/fstab
    添加:
    /dev/hda5   /mnt/d   ntfs   ro,user,auto,umask=002,iocharset=cp936   0 0

抱歉!评论已关闭.