Skip to content

Instantly share code, notes, and snippets.

View xiangpengzhao's full-sized avatar
🤖
no enough time on github recently :(

Peter (XiangPeng) Zhao xiangpengzhao

🤖
no enough time on github recently :(
View GitHub Profile
@jberkus
jberkus / gist:1967d98314e45e86b45a2138b1f6cf6d
Created March 22, 2019 23:55
Notes from NCW review meeting
* Explain in detail what "joining a SIG" means. Differentiate formal org membership from informal SIG membership. Sig Leadership is official.
* Can't have SIG meet-and-greet in China, Barcelona
* SIG buttons -- have them.
* Testgrid confusing? We need full end-to-end build, local test, push PR, testgrid. Do demo walkthrough. Verify that Sen Lu will be in China. Build & Test container, figure out how to distributed.
* Better Labels & Owners content?
* Listing of contributor resources/Tour
* Chinese communitcations: Chinese Discuss, Wechat? Not much activity, so people don't participate.
* GoPath troubleshooting session? Peer-to-Peer timeslot for troubleshooting in China? Would need a couple people to commit. Peer-to-peer VPN setup for China?
* Create USB distribution of many things, like Pulp files. Also ask maybe about Harbor portlable? Jorge to get Harbor folks from China. Josh to check with CNCF.
* translate the contributor docs -- contact Zack? Cheatsheet/contributor guide, maybe translate it
@rohitrawat
rohitrawat / sources.list
Created June 12, 2017 18:17
Ubuntu 16.04 Xenial default /etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
@zarzen
zarzen / ovs-example.md
Last active December 29, 2023 07:09
ovs example

install openvswitch 2.4

uninstall ovs-2.5

sudo apt autoremove  openvswitch-common openvswitch-switch-dpdk openvswitch-dbg openvswitch-pki openvswitch-ipsec openvswitch-switch openvswitch-switch-dpdk openvswitch-ipsec openvswitch-test openvswitch-testcontroller openvswitch-vtep

download source code

wget http://openvswitch.org/releases/openvswitch-2.4.0.tar.gz

unpack and compile