(KVM连载)3.3.1 下载KVM源代码
3.3 编译和安装KVM 3.3.1 下载KVM源代码 KVM作为Linux k… Continue Reading
3.3 编译和安装KVM 3.3.1 下载KVM源代码 KVM作为Linux k… Continue Reading
3.2 安装Linux系统 KVM是基于内核的虚拟化技术,要运行KVM虚拟化环境… Continue Reading
听同事提起,某云计算公司前阵子在上线云服务,他们用Xen,有用到usbdevic… Continue Reading
在最新Xen4.2中,对CPU的调度默认是基于Credit的调度算法,其效率还是… Continue Reading
在SMP系统中,我们的应用程序经常使用多线程的技术,那么在Linux中如何查看某… Continue Reading
前面讲到了PV guest的配置,那么这篇再简单说一下Xen中HVM guest… Continue Reading
前阵子,自动化测试系统中关于XenU(即:Xen的PV guest)的cases… Continue Reading
前几天在查Xen相关的配置时,发现了网上的关于xl的man page,而我在自己… Continue Reading
其实,很早前就想写一下关于man的使用的,尽管我们都觉得man命令很简单很好用。… Continue Reading
记得刚毕业时那会儿才知道APUE的鼎鼎大名,那时由于工作环境并非基于Linux/… Continue Reading
在编程语言中,循环语句是最基本的语法之一,在Shell(这里是Bash)中也不例… Continue Reading
在Xen中,hypercall(超调用)是一个比较重要的概念;hypercall… Continue Reading
在proc文件系统中有对每个进程维护一个目录/proc/$PID/,其中的/pr… Continue Reading
/proc/stat 包含了系统启动以来的许多关于kernel和系统的统计信息,… Continue Reading
在Linux中,我们常常会使用到uptime命令去看看系统的运行时间,它与一个文… Continue Reading
在我们的系统中,我曾写了一个脚本去定时更新一些repository,但偶尔会遇到… Continue Reading
我用nslookup工具查询DNS之时,有时会出现“Non-authoritat… Continue Reading
这两天,我登陆到一台服务器上,偶尔就出现"bash: fork: Resourc… Continue Reading
几天在帮一个同事编译Xen中的tools时,我改了一些config文件,然后就遇… Continue Reading
Xen系统中,在其Dom0中,我们可以根据xl info(或者较老的xm inf… Continue Reading