pod文件转化为man文件
前几天在查Xen相关的配置时,发现了网上的关于xl的man page,而我在自己… 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
今天帮一个同事解决在KVM Guest中使用虚拟网卡(桥接方式),我写了个qem… Continue Reading
使用Linux或者unix系统的同学可能都对#!这个… Continue Reading
用过Xen的几乎都知道xm/xend这一套工具,但是最近社区中都是在讨论xl这个… Continue Reading
Bash版本为4.1.5,可以man bash得到更多的信息,在里面找到对"CO… Continue Reading
在前阵子看到HelloDB的一篇文章“MySQL单机多实例方案”中提到: 因为单… Continue Reading
前两天,我检查了一下部门的测试数据及文件的备份情况,看到crontab中有个rs… Continue Reading
本月想做一件事情,主要是对虚拟机(VM)中的IO性能数据进行采集和简单的分析。主… Continue Reading