ha
发布时间:2013-12-25 09:52:14
制作deb包的三种方法http://blog.csdn.net/sky_qing/article/details/8469946一、使用deb包1. 查看deb包含有哪些文件(不安装)$ dpkg -c xxx.deb // 安装前根据deb文件查看$ dpkg -L debname // 安装后根据包名查看2. 安装deb包$ dpkg -i xxx.deb注意,如果提示错误,可以加参数—force-all强.........【阅读全文】
发布时间:2013-11-14 14:00:05
ubuntu快速配置网卡bondingCreate time:08/26/2013 09:01 degree:42 comments:0转载自:http://itxx.sinaapp.com/blog/content/144网卡bonding可以带来网络处理能力的提升,网络接口的冗余等.前提条件:至少两块可用的网卡,下面以简洁的步骤描述如何快速配置bonding:.........【阅读全文】
发布时间:2013-11-14 13:42:37
kvm+libvirt虚拟机快照浅析Create time:01/27/2013 11:43 degree:1573 comments:0转载自:http://itxx.sinaapp.com/blog/content/130浅析snapshots, blockcommit,blockpull作者:Kashyap Chamarthy <kchamart#redhat.com>Date: Tue, 23 Oct 20.........【阅读全文】
发布时间:2013-10-29 13:04:48
转载自:http://learningloong.blog.163.com/blog/static/16230812420127453937376/shell脚本有时候需要保存密码,比如登陆ftp脚本。有时候又需要是可执行文件的格式,比如在windows下的gvim中是无法直接调用shell脚本的,这就可以通过编译成可执行文件来调用。shc(下载地址:http://www.datsi.fi.upm.es/~frosal/)是.........【阅读全文】
发布时间:2013-08-21 15:53:42
运行 echo "- - -" > /sys/class/scsi_host/host0/scan ......【阅读全文】