ha
发布时间:2014-05-15 13:34:22
可以采用LiveCD 启动Ubuntu,之后就在Ubuntu下操作。打开终端:# 切换到root权限ubuntu@ubuntu-laptop:~$ sudo -i#找你ubuntu10.04所在分区root@ubuntu-laptop:~# fdisk -l看到的信息(我的,:-)):Disk /dev/sda: 500.1 GB, 500107862016 bytes255 heads, 63 sectors/track, 608.........【阅读全文】
发布时间:2014-01-07 17:35:24
转载自:http://www.cnblogs.com/anncesky/articles/1708792.html基于标记的TCP包匹配经常被用于过滤试图打开新连接的TCP数据包。TCP标记和他们的意义如下所列: * F : FIN - 结束; 结束会话 * S : SYN - 同步; 表示开始会话请求 * R : RST - 复位;中断一个连接 * P : PUSH - 推.........【阅读全文】
发布时间: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.........【阅读全文】