码迷,mamicode.com
首页 >  
搜索关键字:cisco 设备上配置telnet enable 不需要密码    ( 7512个结果
ccConfig(设置一些底层接口状态:是否支持动作叠加 设置fps更新间隔和位置 是否画边框等。。)
#ifndef __CCCONFIG_H__#define __CCCONFIG_H__#include "platform/CCPlatformConfig.h"/**@filecocos2d (cc) configuration file*//** @def CC_ENABLE_STACKABL...
分类:其他好文   时间:2014-06-28 16:27:23    阅读次数:280
Linux多网卡负载均衡 : bond
在这介绍的Linux双网卡绑定实现就是使用两块网卡虚拟成为一块网卡,这个聚合起来的设备看起来是一个单独的以太网接口设备,通俗点讲就是两块网卡具有相同的IP地址而并行链接聚合成一个逻辑链路工作。其实这项技术在Sun和Cisco中早已存在,被称为Trunking和Etherchannel技术,在Linu...
分类:系统相关   时间:2014-06-28 14:59:17    阅读次数:312
在ffmpeg中添加编解码器
本文基于ffmpeg-2.2,添加基于QSV(Intel Media SDK / Quick Sync Video)的系列编解码器qsvavc_enc、qsvavc_dec、qsvmpeg2_dec、 qsvvc1_dec,通过一个命令行参数--enable-qsv打开和关闭。1. 在libavco...
分类:其他好文   时间:2014-06-25 16:06:09    阅读次数:344
Host上storage的write policy
在Cisco Server的DRAC中, 创建irtual drive时, 会看到下面的选项. 那么Write back, write through, write back bad BBU之间的区别是什么呢? Cisco官网解释如下: ================= Write back Da...
分类:其他好文   时间:2014-06-24 10:43:39    阅读次数:305
有关windows Gateway Ipsec 和NAT 兼容性问题
1、简单通信拓扑:  将Windows 平台 作为一个网关,同时开启IPsec 和NAT来支持private和public的通信。 注意:IPSEC Gateway  和 Client1 Ipsec 之间没有存在NAT ,否则是另外一种情况,和本文描述无关。本文只是工作笔记,不代表任何官方声明。 2、现象描述:        a. Enable NAT,but  Disbale...
分类:Windows程序   时间:2014-06-22 20:56:30    阅读次数:293
c# async
?Methods (as well as lambda expressions or anonymous methods) can be markedwith the async keyword to enable the method to do work in a nonblockingmann...
分类:其他好文   时间:2014-06-21 17:58:34    阅读次数:197
nova compute enable password injection and filesystem resize
root@OpenstackIcehouse2:~# cat /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver [libvirt] virt_type=qemu libvirt_inject_part...
分类:其他好文   时间:2014-06-21 16:38:02    阅读次数:580
CCNA学习笔记四——Telnet CDP
CDP协议:Cisco发现协议show cdpshow cpd neighbors:查看当前设备连接了哪些Cisco设备cdp timer:修改发送间隔时间cdp holdtime:修改保留时间cdp advertise-2:修改版本号debug cdp packetsshow cdp traffi...
分类:Web程序   时间:2014-06-21 08:09:37    阅读次数:299
CCNA 6.9
page 201show ip routeCorrection(05-4)Basic configuration of R1:enableconfigure terminalhostname R1no ip domain-lookup (Disable DNS lookup)enable secre...
分类:其他好文   时间:2014-06-21 00:04:24    阅读次数:332
CCNA 6.6
sh run (show running-config)enable disable login logout exit endenable passwordprivilege level(global)privilege level(line)show interface serial 1/1di...
分类:其他好文   时间:2014-06-20 23:51:05    阅读次数:437
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!