Soulin's Cloud Note
Please feedback if any question or issue
2021年9月6日 星期一
How to get IP by command? (Linux)
How to get IP by command? (Linux)
Ubuntu:
ip addr show | grep -o 'inet [0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+' | grep -o [0-9].*
Centos:
ifconfig | grep -o 'inet [0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+' | grep -o [0-9].*
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
TEMP-2026
123
(TOP)Temp for soulin only
123
TEMP-2026
123
Use AMISCE tool to update BIOS configuration under linux
Use AMISCE tool to update BIOS configuration under linux Test fucntion without change dump file 1.Copy SCELNX_64 to Linux_Flash folder 2...