1.interface 底层
iface: 包含含有方法的接口
eface: 不包含有方法的接口

eface 由 _type,data 组成,data指向数据的指针
iface 构成为 tab ,data
tab 中的_type,inter 确定唯一的_type ,fun 代表方法集
data是数据的指针

https://i6448038.github.io/2018/10/01/Golang-interface/
2.journalctl
https://blog.51cto.com/13598893/2072212
3.linux 常用命令
自己写一下
grep
journalctl
awk
sed
mkdir
rm
ls
cp
tailf
find
tar
shutdown
ping
netstate
top