This website works better with JavaScript
Home
Explore
Help
Sign In
zhensolid
/
obsidian
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4f4d4cef55
Branches
Tags
main
master
obsidian
/
系统配置
/
Linux
/
Linux常用指令
/
查询IPV4地址.md
查询IPV4地址.md
62 B
History
Raw
ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}'