一个监控VPS系统资源的脚本
几个月前开始使用VPS,每月限制300GB流量,流量方便基本够用了,但是有时候由… Continue Reading
几个月前开始使用VPS,每月限制300GB流量,流量方便基本够用了,但是有时候由… Continue Reading
在实际工作中,通过git diff来计算代码变更数量,有碰到的需求是,仅仅统计某… Continue Reading
在使用一些命令时(如:ls、git),刚好遇到一些需求是想很方便地遍历所有的目录… Continue Reading
用Redhat系的Linux OS(RHEL, CentOS 和 Fedora等… Continue Reading
有时候,干的活也可能有点杂,什么代码仓库管理之类的事也会做一些。很久之前,我在内… Continue Reading
通过top命令看到的进程的CPU、内存的使用率的百分比是一个浮点数,我需要在写脚… Continue Reading
曾经写过“交互式shell和非交互式shell、登录shell和非登录shell… Continue Reading
前阵子看了这本书,介绍Linux命令和Shell脚本的,比较基础,不过也是弥补了… Continue Reading
其实,一直以来,我们编译KVM(Linux kernel)生成的RPM包中的ke… Continue Reading
首先,介绍一个网上流传的yahoo公司的曾经一个用于收集硬件信息的脚本,你可以在… Continue Reading
前几天在查Xen相关的配置时,发现了网上的关于xl的man page,而我在自己… Continue Reading
在编程语言中,循环语句是最基本的语法之一,在Shell(这里是Bash)中也不例… Continue Reading
在我们的系统中,我曾写了一个脚本去定时更新一些repository,但偶尔会遇到… Continue Reading
这两天,我登陆到一台服务器上,偶尔就出现"bash: fork: Resourc… Continue Reading
今天帮一个同事解决在KVM Guest中使用虚拟网卡(桥接方式),我写了个qem… Continue Reading
使用Linux或者unix系统的同学可能都对#!这个… Continue Reading
Bash版本为4.1.5,可以man bash得到更多的信息,在里面找到对"CO… Continue Reading
前两天,我检查了一下部门的测试数据及文件的备份情况,看到crontab中有个rs… Continue Reading
经常使用Mercurial的repo(比如:xen-unstable.hg),本… Continue Reading
在Linux上,我们都使用过一些linux命令吧,但是,你知道Linux命令到底… Continue Reading