核心:/boot/vmlinuz-version内核模块:/lib/modules/version内核设计:linux为单内核,模块化设计装在模块命令:insmod、modprobe内核官网:www.kernel.org用户空间访问、监控内核的方式:/proc、/sys伪文件系统:/proc/sys:此目录中的文件很多是可读写的/sys:某些文件可写..
分类:
其他好文 时间:
2016-07-20 06:44:20
阅读次数:
140
四行命令搞定:echo"NETWORKING_IPV6=no">>/etc/sysconfig/networkecho-e"aliasnet-pf-10off\noptionsipv6disable=1">>/etc/modprobe.d/dist.confsed-i‘s/::1/#::1/g‘/etc/hostschkconfigip6tablesoff完美、彻底关闭了IPv6,重启网络服务也不会报错,验证:运行ifc..
分类:
其他好文 时间:
2016-07-12 00:09:45
阅读次数:
256
modprobe-l|grepkvmyuminstallgccautoconfautomakelibtool-yyuminstallglib*zlib*-ylibvirt编译时候的问题:#问题1:Youmustinstallthelibyajllibrary&headerstocompilelibvirtgitclonegit://github.com/lloyd/yajlcdyajl./configure&&make&&makeinstall#..
分类:
其他好文 时间:
2016-07-07 19:59:11
阅读次数:
306
进入救援模式 : 1 进入bios 选择优盘启动 然后保存退出 选择救援模式 说明系统挂载到到/mnt/sysimage上 continue继续 选择shell 换根 切换到 根文件系统 然后 查看是否有 u盘 vfst是u盘类型 在瓜子u盘前 新加载模块 modprobe vfat mount - ...
分类:
系统相关 时间:
2016-06-29 01:04:08
阅读次数:
180
双网卡绑定 在/etc/modprobe.d/下建立bond0.conf#vi /etc/modprobe.d/bond0.conf 输入下面内容alias bond0 bondingoptions bond0 miimon=100 mode=1 建立channel bonding interfac ...
分类:
系统相关 时间:
2016-06-27 09:04:38
阅读次数:
142
作者:华清远见讲师Linux驱动开发主要的工作就是编写模块,一个典型的Linux内核模块文件.ko主要由以下几个部分组成。模块加载函数(必须)当通过insmod或modprobe命令加载内核模块时,模块的加载函数会自动被内核执行,完成本模块的相关初始化工作。Linux内核模块加载函数一般用s..
分类:
系统相关 时间:
2016-06-24 20:43:32
阅读次数:
156
[root@localhost桌面]#serviceNetworkManagerstop[root@localhost桌面]#chkconfigNetworkManageroff[root@localhost桌面]#setup[root@localhost桌面]#vim/etc/udev/rules.d/70-persistent-net.rules[root@localhost桌面]#modprobe-rve1000[root@localhost桌面]#modprobe-ve1000..
分类:
系统相关 时间:
2016-06-17 17:30:45
阅读次数:
207
RHEL5:/etc/modprobe.conf网卡名称alias通过别名来定义RHEL6:/etc/udev/rules.d/70-persistent-net.rules[root@localhost~]#cat/etc/udev/rules.d/70-persistent-net.rules此文件可以修改网卡的名称#Thisfilewasautomaticallygeneratedbythe/lib/udev/write_net_rules#program,..
分类:
其他好文 时间:
2016-06-17 01:00:31
阅读次数:
388