码迷,mamicode.com
首页 >  
搜索关键字:cellular network    ( 11583个结果
shell 脚本实战笔记(3)--集群机器的时间同步设置
背景: 有些分布式服务(比如HBase服务), 依赖于系统时间戳, 如果集群各个节点, 系统时间不一致, 导致服务出现诡异的情况.解决方案: 那如何同步集群各个节点之间的时间? 采用NTP(Network Time Protocol)方式来实现, 选择一台机器, 作为集群的时间同步服务器, 然...
分类:其他好文   时间:2014-06-25 22:59:50    阅读次数:346
Win7无法访问Windows共享文件夹
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
分类:Windows程序   时间:2014-06-24 15:07:53    阅读次数:292
Openvswitch手册(7)
我们来看Interfaces ofport: OpenFlow port number for this interface. type: system: An ordinary network device, e.g. eth0 on Linux. internal: A simulated ne...
分类:其他好文   时间:2014-06-24 12:23:51    阅读次数:316
ubuntu12 下如何上网
1,host 就是WIN7 使用WIFI上网 2,打开设置你的VM 8 edit--Virutal network editor--VMnet0--Bridged (connect VMs to directly to the external network)--下拉菜单--选择Bridged to 你的无线上网卡型号或者是AutoMatic...
分类:其他好文   时间:2014-06-22 22:07:50    阅读次数:243
TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Linux Error:
今天是2014-06-17,遇到一个非常奇怪的问题,可能之前测试修改监听的原因,导致监听启动后自动关闭,特此记录一下整个处理过程, 监听配置文件信息如下: [oracle@dg1 admin]$ more listener.ora # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome...
分类:系统相关   时间:2014-06-22 20:22:38    阅读次数:445
VWMare CentOS 6.5 静态IP设置
vim /etc/sysconfig/network NETWORKING=yes HOSTNAME=localhost.localdomain GATEWAY=192.168.29.1 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" #BOOTPROTO="dhcp" BOOTPROTO="static" IPA...
分类:其他好文   时间:2014-06-22 18:57:39    阅读次数:287
第二十二篇:再写Windows驱动,再玩Windbg---NET
2011年到现在,就没再怎么搞过Windows驱动了. 最近, 由于项目需要, 试着改一改一个显卡驱动(KMDOD), 从实践上证明, 我在理论上对一个驱动的架构的正确与否.(USB Display = KMDOD + AVStream). 其中, KMDOD是完成显示的部分功能, 完成其中的VidPN(Video present network), 将驱动中原来的POST物理设备转变为USB...
分类:数据库   时间:2014-06-21 18:33:42    阅读次数:517
[转]Network flow monitoring with Open vSwitch
With network virtualization, the software switches (such as Open vSwitch) on the servers act like the edge switches. So, to gain insights into the net...
分类:Web程序   时间:2014-06-21 15:34:13    阅读次数:324
[转]Comparing sFlow and NetFlow in a vSwitch
As virtualization shifts the network edge from top of rack switches to software virtual switches running on the hypervisors; visibility in the virtual...
分类:Web程序   时间:2014-06-21 15:21:57    阅读次数:414
OpenFlow学习笔记
Software-Defined Networking Network intelligence is (logically) centralized in software-based SDN controllers network operators and administrators can...
分类:其他好文   时间:2014-06-21 14:56:17    阅读次数:420
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!