上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 52 下一页
摘要: # yum –y install qemu-kvm qemu-img bridge-utils # yum –y install libvirt virt-install virt-manager # systemctl start libvirtd And I created VMs manual 阅读全文
posted @ 2016-08-02 13:18 圆旭 阅读(394) 评论(0) 推荐(0)
摘要: In a flat network, everyone shares the same network segment. For example, say 2 tenants are sharing the cluster, and this segment is 10.4.128.0/20 - V 阅读全文
posted @ 2016-07-28 16:12 圆旭 阅读(5585) 评论(1) 推荐(0)
摘要: 1、网桥,是把两个不同物理层,不同MAC子层,不同速率的局域网连接在一起。比如说10MB/S与100MB/S的局域网。因为它有储存转化功能。2、网卡是电脑的一个接收信息 转换信息 暂储信息的一个硬件。它是把接受到信息递交给上层,如(CUP)的一个接口。3、网关(Gateway)又称网间连接器、协议转 阅读全文
posted @ 2016-07-25 13:28 圆旭 阅读(5957) 评论(0) 推荐(3)
摘要: 如果我们创建RAID阵列的目的是新部署一台服务器,我们建议所有新创建的RAID阵列都应该做初始化操作,这样,硬盘上原有的用户数据将被清除,以便进行后续的系统,软件安装。 转自: http://zh.community.dell.com/techcenter/systems-management/w/ 阅读全文
posted @ 2016-07-25 09:18 圆旭 阅读(1466) 评论(0) 推荐(0)
摘要: nc(NetCat),在网络工具中有”瑞士军刀”的美誉,它短小精悍,功能强大,下面分享一些我平时经常用到的功能,更多的功能请google之。 1.基本参数想要连接到某处: nc [-options] hostname port[s] [ports] …绑定端口等待连接: nc -l -p port 阅读全文
posted @ 2016-07-23 22:36 圆旭 阅读(604) 评论(0) 推荐(0)
摘要: 输入mii-tool可以查看网线是否连接到网卡#mii-tool eth0: negotiated 100baseTx-FD, link ok 有时驱动可能不支持会出错下列错误#mii-tool SIOCGMIIPHY on 'eth0' failed: Operation not supporte 阅读全文
posted @ 2016-07-22 21:58 圆旭 阅读(1734) 评论(0) 推荐(0)
摘要: 命令描述: ethtool 是用于查询及设置网卡参数的命令。 使用概要:ethtool ethx //查询ethx网口基本设置,其中 x 是对应网卡的编号,如eth0、eth1等等 转自:http://blog.csdn.net/zhangxinrun/article/details/7207205 阅读全文
posted @ 2016-07-22 21:47 圆旭 阅读(1407) 评论(0) 推荐(0)
摘要: 1,打开虚拟控制台 2,“虚拟介质”-》“连接虚拟介质”-》“映射虚拟介质到CD”-》(选择要安装的镜像文件)-》“Map device” 3, “next boot”-》“life cycle controller”, 然后重启。 4,进入life cycle controller之后,选择“OS 阅读全文
posted @ 2016-07-22 17:39 圆旭 阅读(4673) 评论(0) 推荐(0)
摘要: 转自: http://bbs.feng.com/read-htm-tid-8214017.html 阅读全文
posted @ 2016-07-22 15:55 圆旭 阅读(529) 评论(0) 推荐(0)
摘要: 反向代理(Reverse Proxy)方式是指以代理服务器来接受internet上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给internet上请求连接的客户端,此时代理服务器对外就表现为一个反向代理服务器。 转自:http://baike.baidu.com/vi 阅读全文
posted @ 2016-07-20 15:31 圆旭 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 52 下一页