Orion Hubble
  • HOME
  • CATEGORIES
  • ARCHIVES
  • HOME
  • CATEGORIES
  • ARCHIVES
  • Run OvS with ovs-sandbox

    Prepare the Linux environment, you can run a virtual machine, a centos 7.4 image, with virtual box. Install development envir...
     2018-09-02
    Read more 
  • Algorithm the last but not the least

    Dynamic Programingknapsack problem You’re a thief with a knapsack that can carry 4 lb of goods, You have four items that you ...
     2018-08-31
    Read more 
  • Graph and Greedy algorithms

    Breadth-first search Breadth-first search is used to calculate the shortest path for an unweighted graph. And answer the fol...
     2018-08-28
    Read more 
  • Ethernet, Fibre Channel and InfiniBand

    Ethernet and its slower speed cousins are the networking technology of choice for client-server networks, Fibre Channel is th...
     2018-08-26
    Read more 
  • Softether VPN on Cloud

    I. Start a Compute Instance on CloudYou can start the instance in aws, azure or aliyun, make sure ports 22(tcp), 443(tcp), 50...
     2018-08-25
    Read more 
  • Recursion, divide and conquer

    the stackBase actions are push and pop, just like FILO(first in last out) queue. base case and recursive caseEvery recursive ...
     2018-08-12
    Read more 
  • Big-O Notation

    Some common algorithms and their big-O noations constant time logarithmic time linear time linear-multiply-log square time...
     2018-08-04
    Read more 
  • Why 25G Nic

    BackgroudChoose 25g nic or 40g nic in server? About PCIe, full-duplex communication Lanes and Links PCI Express link perform...
     2018-08-03
    Read more 
  • Flow Acceleration

    DPDK 17.02’s rte_flow, the framework of hardware acceleration. flowtable-hwaccel-flowchart napatech’s illustration: Accele...
     2018-06-30
    Read more 
  • Generic Netlink used in OvS

    The netlink protocol is a socket-based Inter Process Communication (IPC) mechanism, based on RFC 3549, “Linux Netlink as an I...
     2018-04-19
    Read more 
Prev Next
© 2018 - 2023  Orion
Powered by Hexo | Theme Keep v3.4.3