易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux下配置NFS服务

  1.安装包 
             # apt-get install nfs-kernel-server
  2.编辑配置文件
             # vim /etc/exports
    输入  /home/myhome/work/   *(rw,sync)
  3.重启nfs服务
            # /etc/init.d/nfs-kernel-server restart
  4.测试配置是否生效.执行
            # showmount -e
   如果看到
           /home/myhome/work/    *
   表明配置成功.
   5.挂载nfs文件系统
           # mount –t NFS 192.168.0.20:/home/myhome/work /mnt/host20


相关文档:

Writing Linux LCD drivers

Writing Linux LCD drivers
作者:JimSheng
Writing Linux LCD drivers
Abstract
1 LCD Module\Driver\Controller
2 Linux Frame Buffer Driver
2.1 Why Frame Buffer?
2.2 What is Frame Buffer Devices?
2.3 How to Write Frame Buffer Device Drivers?
3 Analysis of Linux Frame Buffer Driver Source ......

Arch Linux & ATI Stuff

1.
    In /etc/pacman.conf, add 2 lines:
        [ati]
        Server = http://dl.dropbox.com/u/4832298/x86_64
    from this repo, install:
        kernel26-pm, ......

linux下TC+HTB流量控制


C规则涉及到 队列(QUEUE) 分类器(CLASS) 过滤器(FILTER),filter划分的标志位可用U32或iptables的set-mark来实现 ) 一般是"控发"不控收 linux下有两块网卡,一个eth1是外网,另一块eth0是内网.在eth0上做HTB。(注意:filter划分标志位可用u32打标功能或iptables的set-mark功能,如果用iptables来打标记的话,下行速LV在et ......

Linux常用网络命令

# ifconfig               # 查看所有网络接口的属性
# iptables -L            # 查看防火墙设置
# route -n             ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号