team

[1] https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Selecting_Network_Team_Configuration_Methods.html Create team interface via cmd teamd -d -t team0 -c ‘{ “runner” : { “name” : “activebackup” }, “link_watch” : { “name” : “ethtool” } }’ teamdctl team0 port add eth1 teamdctl team0 port add eth2 As you may know the Active State in an LACPDU shows us the state which the sender thinks the aggregation is in. The Partner State shows what the sender thinks the receiver’s state is.

tmux

$ tmux new -s new-session-name $ tmux a -t session-name $ Ctrl+b c - (c)reate 生成一个新的窗口 Ctrl+b " - split pane horizontally Ctrl+b % - 将当前窗格垂直划分 Ref: http://blog.csdn.net/skykingf/article/details/46345057 http://blog.csdn.net/chenbang110/article/details/8520192 http://blog.jobbole.com/87584/

systemtap

install 1 2 # yum install -y systemtap # yum install -y kernel-devel kernel-debuginfo Need config debug repo, e.g. [beaker-Workstation-debug] name=beaker-Workstation-debug baseurl=http://download.eng.pek2.redhat.com//pub/rhel/nightly/latest-RHEL-7/compose/Workstation/x86_64/debug/tree/ enabled=1 gpgcheck=0 Probing points syscall.read When read() system call Syscall.close.return when returning from close() system call module(“floppy”).function("") when entering any function from floppy module kernel.function("@net/socket.c”).return when returning from any function in socket.c kernel.statement("@kernel/sched.c:2917”) when hitting line 2917 in sched.c syscall.read When entering read() system call Syscall.

HW_HG8346R

北京联通光猫华为HG8346R破解方法 下载 华为ONT组播版本使能工具V300R , 使能光猫telnet。成功后光信号不亮,其他常亮 下载 tftp32, 开启t

asciidoctor syntax

Example 3.3. 单行标题 = 书书名 = == 第一章标题 == === 第一章二级标题 === ==== 第一章三级标题 ==== ===== 第一章四级标题 ====== Reference (why asciidoc)[http://chloerei.com/2014/10/16/asciidoc-introduction/]