Rfkill caveatiwconfig
& iw
Association with WPA
Assigning IP address
set PPPOE connection
- deb-based Distro
- rpm-based Distro
- Arch Linux
OpenWrt -- pppoe & wifi
- setup pppoe
- setup wifi
Date Frame & ARP PDU
- Data Frame
- Ethernet Frame(RFC 894)
- IEEE 802.3 Frame(RFC 1042)
- ARP(Address Resolution Protocol) PDU
IP,TCP,UDP
- IP(Internet Protocol) PDU
- TCP(Transfer Control Protocol) PDU
- UDP(User Datagram Protocol) PDU
Services & Ports
port:1~65535
知名端口号:1~1023
zsh shortkeys
zsh command line editor
- Movement 移动
- History Control 操纵历史
- Modifying Text 修改文本
- Arguments 参数
- Completion 补全
- Miscellaneous 其他
For more info, see man zshzle
OpenWrt -- set source with HTTPS
vim scp://root@OpenWrt:2222//etc/opkg/distfeeds.conf
opkg update
Failed.
Maybe the wget in BusyBox doesn’t support https.
- set source with HTTP, update,
- Install
wget
&ca-certificates
, - set source with HTTPS, update.