(KVM连载)3.6 启动第一个KVM客户机
3.6 启动第一个KVM客户机 在安装好了系统之后,就可以使用镜像文件来启动并登… Continue Reading
3.6 启动第一个KVM客户机 在安装好了系统之后,就可以使用镜像文件来启动并登… Continue Reading
3.5 安装客户机 安装客户机(Guest)之前,我们需要创建一个镜像文件或者磁… Continue Reading
3.3 编译和安装KVM 3.3.1 下载KVM源代码 KVM作为Linux k… Continue Reading
3.2 安装Linux系统 KVM是基于内核的虚拟化技术,要运行KVM虚拟化环境… Continue Reading
在SMP系统中,我们的应用程序经常使用多线程的技术,那么在Linux中如何查看某… Continue Reading
前阵子,自动化测试系统中关于XenU(即:Xen的PV guest)的cases… Continue Reading
前几天在查Xen相关的配置时,发现了网上的关于xl的man page,而我在自己… Continue Reading
其实,很早前就想写一下关于man的使用的,尽管我们都觉得man命令很简单很好用。… 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
今天帮一个同事解决在KVM Guest中使用虚拟网卡(桥接方式),我写了个qem… Continue Reading
使用Linux或者unix系统的同学可能都对#!这个… Continue Reading
在前阵子看到HelloDB的一篇文章“MySQL单机多实例方案”中提到: 因为单… Continue Reading
前两天,我检查了一下部门的测试数据及文件的备份情况,看到crontab中有个rs… Continue Reading