码迷,mamicode.com
首页 >  
搜索关键字:vm network    ( 16097个结果
读取xml格式文件
$v = [xml]get-content d:\vmconfig.xml$v.Domain.Computer.Namevmconfig.xml内容:stcmm-vm-s01192.168.0.244096
分类:其他好文   时间:2014-06-07 04:24:31    阅读次数:161
Linux CentOS修改网卡IP/网关设置
1. 修改对应网卡IP的配置文件vi/etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项...
分类:系统相关   时间:2014-06-07 03:56:40    阅读次数:293
Network bonding and teaming
Bonding:Ethernet Channel Bonding enables two or more Network Interfaces Card (NIC) to a single virtual NIC card which may increase the bandwidth and p...
分类:Web程序   时间:2014-06-07 03:38:59    阅读次数:267
Beaglebone Back学习六(Can总线测试)
Can总线测试1 Can总线 控制器局域网(Controller Area Network, 简称CAN或CANbus)是一种通信协议,其特点是允许网络上的设备直接互相通信,网络上不需要主机(Host)控制通信。是由研发和生产汽车电子产品著称的德国BOSCH公司开发了的,并最终成为国际标准(ISO....
分类:其他好文   时间:2014-05-29 04:27:27    阅读次数:487
soinn
Growing Cell Structures A Self-Organizing Network for Unsupervised and Supervised LearningHere, and throughout the whole paper, △x = y stands for x(ne...
分类:其他好文   时间:2014-05-28 22:46:34    阅读次数:240
(转)linux性能优化总结
感谢博客http://sillycat.iteye.com提供的资料linux性能检查(一)介绍和CPU 通常监控的子系统有: CPU Memory IO Network 应用类型 IO相关,处理大量数据,需要大量内存和存储,频繁IO读写数据,对CPU的要求比较小,大部分时候CPU都在等待硬盘,比如...
分类:系统相关   时间:2014-05-28 20:17:59    阅读次数:666
CentOS装机必备-基本设置以及缺失文件
主要是虚拟机中安装CentOS每次总会做一些设置,记录下来方便以后。纯粹基本设置,比如本地SecureCRT可以连接虚拟机中的CentOS。复杂的非基本设置见:Linux 命令集锦设置网络自动连接#cat /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOO...
分类:其他好文   时间:2014-05-28 11:51:22    阅读次数:337
jQuery:在一个回调中处理多个请求
我曾经为Mozilla Developer Network开发一个新功能,它需要加载一个基本的脚本文件的同时加载一个JSON请求。因为我们使用的是jQuery,意味着要使用 jQuery.getScript和jQuery.getJSON。我知道这两者都是异步的并返回一个Deferred(jQuery...
分类:Web程序   时间:2014-05-28 11:43:03    阅读次数:318
修改故障转移群集心跳时间
Windows Server Failover Clustering is a high availability platform that is constantly monitoring the network connections and health of the nodes in a ...
分类:其他好文   时间:2014-05-27 23:48:23    阅读次数:550
Definition of:payload
(1)Refers to the "actual data" in a packet or file minus all headers attached for transport and minus all descriptive meta-data. In a network packet, ...
分类:其他好文   时间:2014-05-27 15:39:17    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!