20191001 更新:
- 高通SFE(开源)、博通CTF(闭源) 都属于软件实现的NAT加速,属于 accelerated NAT,不是 HNAT
- 高通SFE(fast-classifier)也会在[……]
20191001 更新:
1 2 3 4 |
hciconfig hciconfig hci0 version hcitool -i hci0 lescan hcidump -i hci0 -X |
作为 bluez 代码的一部分,目前已被[……]
[xxxx.xx] bpf – perform a command on an extended BPF map or program
http://man7.org/linux/man-pages/[……]
尝试将笔记本电脑的 WiFi 网络在二层共享给qemu虚拟机,想当然地就执行了以下命令:
1 2 3 |
$ sudo brctl addbr br0 $ sudo brctl addif br0 wlan0 can't add wlan0 to bridge br0: Operation not supported |
前段时间给mini主机买了块3天线的网卡,QCA9880自带收发功放,开AP的效果比普通网卡好很多。于是对机箱做了些硬件改造,装上了三根天线。大概是下面这个样子:
但是在折[……]
不知道什么时候看过一些说法,Linux 这样的网络操作系统……
网络确实是Linux一个非常突出的优势,支持各种各样的网络架构、虚拟接口、软件协议,实在是令人惊叹。个人对于 Lin[……]
这是一个要上天的软件,具有 DHCP Server、DNS Server、DNS Forwarding、TFTP Server、PXEboot Server 等各种功[……]