码迷,mamicode.com
首页 >  
搜索关键字:power network    ( 14611个结果
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
rssi from wifi
RSSI=Received Signal Strength Indication which generally appears as "bars" in our software. It indicates how much power is in the radio signal your ro...
分类:其他好文   时间:2014-06-03 12:20:59    阅读次数:529
Speaking Tips from Popular TED Talks
Speaking Tips from Popular TED Talks1. best practices in presenting THE2. Knowledge is power. Pass it on. Click this button to share information on ea...
分类:其他好文   时间:2014-05-30 19:39:38    阅读次数:417
linux 网卡信息
[root@www ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0静态IP设置DEVICE="eth0" <==网络卡代号,必须要 ifcfg-eth0 相对应HWADDR="08:00:27:71:85:BD"...
分类:系统相关   时间:2014-05-29 15:47:42    阅读次数:378
OpenStack IceHouse 部署 - 1 - 架构说明
参考架构Architecture from OpenStack Install GuideReference Architecture Network Isolation在本次部署中,我们采用了OpenStack中新的网络管理组件(neutron),具体参见安装指导。右图为该网络部署结构的示意,分为...
分类:其他好文   时间:2014-05-29 11:48:19    阅读次数:289
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!