linux的hostname是一个kernel变量,可以通过hostname命令来查看本机的hostname。也可以直接cat /proc/sys/kernel/hostname查看。 #hostname #cat /proc/sys/kernel/hostname 上面两种输出结果相同。...
分类:
系统相关 时间:
2014-07-16 18:45:31
阅读次数:
213
pci passthrough
概念
允许guest排他使用host上的某个PCI设备,就像将该设备物理连接到guest上一样。
使用场景
提升性能(如直通网卡和显卡)
降低延迟(避免数据丢失或丢祯)
直接利用bare-metal上设备的驱动
用法1
需要CPU支持VT-d。主板也支持该技术。
预先配置:
打开bios中的VT-d设置。激活kernel...
分类:
其他好文 时间:
2014-07-15 10:31:59
阅读次数:
359
arch/arm/include/asm/cputype.h
arch/arm/kernel/setup.c
1. read_cpuid_id(CPUID_ID)
#define read_cpuid(reg) ({...
分类:
其他好文 时间:
2014-07-15 10:31:21
阅读次数:
552
好吧,客户是上帝,要求各种多。这里就修改下开机动画吧。资料都是从网络上搜到的,下面直接说操作过程,后面附资料来源。---------------------------------------------------A android 开机动画,分好几部分:kernel的动画,这个是linux部分....
分类:
移动开发 时间:
2014-07-14 22:26:00
阅读次数:
483
网卡心跳故障引发RAC节点重启故障分析,kernel: NETDEV WATCHDOG: eth1: transmit timed out,eth1: transmit timed out...
分类:
其他好文 时间:
2014-07-14 11:26:16
阅读次数:
296
1. 前言所需包:kernel-xenxenxen-libs (xen依赖包)xen_runtime (xen依赖包)以上xen包需要版本号一致,例如4.1.3版本,这里使用xm接口管理工具,故而,本次试验选用4.1.3版本环境:虚拟宿主机(vm)环境:centos-6.5,内核版本2.6.32xe...
分类:
其他好文 时间:
2014-07-13 22:45:17
阅读次数:
342
Linux的防火墙体系主要工作在网络层,针对TCP/IP数据包实现过滤和机制,属于典型的包过滤防火墙(或称之为网络层防火墙)。 Netfilter和Iptables区别: Netfilter:指的是Linux内核中实现包过滤防火墙的内部结构,不以程序或文件的形式存在,属于“内核态”(kernel s...
分类:
系统相关 时间:
2014-07-13 19:38:06
阅读次数:
271
在上一篇日志中,我总结了大家提供的下载Android源码的方法,这里再简单总结一下内核的下载方法。参考这里的介绍:http://source.android.com/source/building-kernels.html#downloading-sources ,下载内核源码相对简单很多。我这里下载下来一共1G多一些。在终端输入:
$ git clone https://android.goo...
分类:
移动开发 时间:
2014-07-12 23:35:53
阅读次数:
260
#nginx conf by linux kernel
net.ipv4.tcp_max_tw_buckets = 6000
net.ipv4.ip_local_port_range = 1024 65000
net.ipv4.tcp_tw_recycle=1
net_ipv4.tcp_tw_reuse=1
net_ipv4.tcp_syncookies=1
net.core.soma...
分类:
系统相关 时间:
2014-07-12 18:04:24
阅读次数:
212
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:
其他好文 时间:
2014-07-12 14:44:24
阅读次数:
296