(已经解决)linux下如何查自己PC的IP地址?
发表于 : 2010-04-12 23:08
linux下如何查自己PC的IP地址?

谢谢JiangHui 写了:ifconfig
在使用路由的情况下 ifconfig 不能查看到ISP 分配给我的ip
bones7456 写了:做个alias:
myip is aliased to `curl -s http://www.123cha.com | grep -o "[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}" | head -n 1'