LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: eTony

[eTony热线]Debian 小贴士(进行中...)

[复制链接]
发表于 2006-5-27 23:21:34 | 显示全部楼层
Post by topjoy
/etc/modules


cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

ide-cd
ide-disk
ide-generic
psmouse


感觉里面没有呀
回复 支持 反对

使用道具 举报

发表于 2006-6-22 13:10:44 | 显示全部楼层
设置屏幕分辨率和刷新率
dpkg-reconfigure xserver-xorg
还不行的话,继续
apt-get install xdebconfigurator
xdebconfigurator
回复 支持 反对

使用道具 举报

发表于 2006-6-25 12:35:29 | 显示全部楼层
好贴,有张见识了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-2 09:16:47 | 显示全部楼层
调整分辨率和刷新率

#aptitude install xdebconfigurator

#xdebconfigurator
获取硬件信息

根据所得信息调整/etc/X11/xorg.conf中的参数
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-5 19:02:26 | 显示全部楼层
编译内核

需要安装 gcc libncurses5-dev libc6-dev linux-kernel-headers
回复 支持 反对

使用道具 举报

发表于 2006-7-20 08:29:11 | 显示全部楼层
自建debian源
    假定匿名ftp服务器的跟目录是/home/ftp
    (1) 建立pool目录
        $ cd /home/ftp
        $ mkdir debian
        $ cd debian
        $ mkdir pool
    (2) 复制debian包
        $ cd pool
        $ cp /var/cache/apt/archives .
    (3) 建立目录结构
        $ cd ..
        $ install -d dists/testing/main/binary-i386
    (4) 生成包信息
        $ ls -l pool | sed 's/_.*$/ priority section/' | uniq >override
        $ dpkg-scanpackages pool override | gzip > dists/testing/main/binary-i386/Packages.gz
    (5) 建立发行文件
        $ cat > dists/testing/main/binary-i386/Release << EOF
        Archive: testing
        Component: main
        origin: Debian
        Label: Debian
        Architecture: i386
        EOF
    (6) 客户端sources.list设置
        deb ftp://<ftp服务器地址>/share/debian testing main

    说明:添加新包时,只需要将新的deb包复制到pool目录,重新进行第(4)步即可。
    缺点:未建立包认证信息,安装时会提示认证错误,不过可以使用。
那位大虾如果知道怎么解决这个问题,请帮忙贴出来。
回复 支持 反对

使用道具 举报

发表于 2006-7-20 08:43:22 | 显示全部楼层
有个地方错了,纠正一下

(6) 客户端sources.list设置
deb ftp://<ftp服务器地址>/debian testing main
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-30 22:14:21 | 显示全部楼层
设定fsck前mount的次数:
colinux:~# tune2fs -l /dev/cobd0|grep -i "mount count"
Mount count:              20
Maximum mount count:      38

colinux:~# tune2fs -c 10 /dev/cobd
tune2fs 1.39 (29-May-2006)
Setting maximal mount count to 10

colinux:~# tune2fs -l /dev/cobd0|grep -i "mount count"
Mount count:              20
Maximum mount count:      10

永远不自检:
colinux:~# tune2fs -c -1 /dev/cobd0
回复 支持 反对

使用道具 举报

发表于 2006-8-14 10:35:15 | 显示全部楼层
调整分¨率和刷°率

#aptitude install xdebconfigurator

#xdebconfigurator
·Ö硬öá息

根据所—á息调整/etc/X11/xorg.conf中的Â数
#dexconf
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-14 22:02:27 | 显示全部楼层
设置xwindow下鼠标速度

使用xset m n命令,下面是速度列表:
"Very Fast" xset m 7 10 &
"Normal(Fast)" xset m 3 10 &
"System Default" xset m default &
"Glacial" xset m 0 10 &
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表