码迷,mamicode.com
首页 > 其他好文
[转]Part1 – OPENVSWICH – Creating and Submitting Openvswitch Extension To Tinycore Upstream
In May 2011, I read a request for installation Openvswitch on Qemu image. I started to play with Openvswitch and finally became fan of this project. I...
分类:其他好文   时间:2014-06-21 14:42:43    阅读次数:400
ajax的再次封装!(改进版) —— new与不 new 有啥区别?
把有限的生命投入到无限的重构中去!并发、回调,new?不new?
分类:其他好文   时间:2014-06-21 14:41:26    阅读次数:163
为CentOS 加入?本地源
首先把光盘中的Packages文件夹复制到本地。[arm@Jarvis Packages]$ pwd/home/Packages安装用于创建安装包依赖关系的软件createrepo。[arm@Jarvis Packages]$ sudo rpm -ivh createrepo-0.9.9-17.el...
分类:其他好文   时间:2014-06-21 14:44:01    阅读次数:190
如何让 Git 使用 HTTP 代理服务器
因为我们的内部网络使用了代理,所以在 安装 OpenStack 基于 Web 的管理控制台 的时候有个小麻烦,我们的 http 代理服务器无法通过 git 协议下载 openstack-dashboard 所需的代码,也就是说可以 git clone https:// 这样克隆代码,但是不能使用 g...
分类:其他好文   时间:2014-06-21 14:45:28    阅读次数:272
[转]Configuring Open vSwitch
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:其他好文   时间:2014-06-21 14:48:04    阅读次数:225
[转]Openflow Lab
GETTING STARTED OPENFLOW OPENVSWITCH TUTORIAL LAB : SETUP For a more up to date tutorial as anything more then 6 months old is outdated in the world o...
分类:其他好文   时间:2014-06-21 14:52:12    阅读次数:347
[转]rp_filter 的一个例子
我们都知道 Linux 反向路由查询,它的原理很简单,检查流入本机的 IP 地址是否合法,是否可能路由进来,是否是最佳路由。但是像多数网络问题,理论很简单,代码你看了也能懂,可实际情况往往比较复杂。之前一直没有碰到过实际中的例子,最近总算碰到一个。 情况是这样的,我有两个 vlan 设备,eth0....
分类:其他好文   时间:2014-06-21 14:50:55    阅读次数:368
[转]Running KVM and Openvswitch on Ubuntu 12.10
Running KVM and Openvswitch on Ubuntu 12.10 I’ve got an aging VMWare ESXi 4.0 server that needs to be replaced with something a little more modern and...
分类:其他好文   时间:2014-06-21 14:53:30    阅读次数:338
Openvswitch手册(1)
Openvswitch是一个virutal swtich, 支持Open Flow协议,当然也有一些硬件Switch也支持Open Flow协议,他们都可以被统一的Controller管理,从而实现物理机和虚拟机的网络联通。 Open Switch定义了一系列Flow Table,通过它来控制包的流...
分类:其他好文   时间:2014-06-21 14:54:57    阅读次数:248
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
Openvswitch手册(3)
这一节,我们重点看sFlow 采样流sFlow(Sampled Flow)是一种基于报文采样的网络流量监控技术,主要用于对网络流量进行统计分析。 sFlow系统包含一个嵌入在设备中的sFlow Agent和远端的sFlow Collector。其中,sFlow Agent通过sFlow采样获取本设备...
分类:其他好文   时间:2014-06-21 14:58:59    阅读次数:232
简单的proxy之TinyHTTPProxy.py
简单的proxy之TinyHTTPProxy.py如果是在外企工作的话,可以访问美国的机器,这样就可以在美国的机器上为自己装个proxy,然后本地就可以很容易的使用proxy来上网了。TinyHTTPProxy.py :主页:http://www.voidtrance.net/2010/01/sim...
分类:其他好文   时间:2014-06-21 15:00:24    阅读次数:200
[转]Examining Open vSwitch Traffic Patterns
In this post, I want to provide some additional insight on how the use of Open vSwitch (OVS) affects—or doesn’t affect, in some cases—how a Linux host...
分类:其他好文   时间:2014-06-21 15:01:41    阅读次数:334
[转] SSL/TLS Strong Encryption: An Introduction
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:其他好文   时间:2014-06-21 15:08:28    阅读次数:259
[转]An overview of Openvswitch implementation
This is NOT a tutorial on how to use openvswitch, this is for developers who want to know the implementation details of openvswitch project, thus, I a...
分类:其他好文   时间:2014-06-21 15:15:15    阅读次数:217
[转]深入理解 GRE tunnel
我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over IPv4 的 tunnel,也就是 SIT,它的原理如下图所示: 显然,除了端点的 host A 和 host B之外...
分类:其他好文   时间:2014-06-21 15:16:31    阅读次数:228
LeetCode:Reverse Integer
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are som...
分类:其他好文   时间:2014-06-21 15:20:39    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!