如何在Ubuntu terminal中查詢自己的public IP
在網上會找到不同的方法去查詢自己的public IP。除了可以在Google search內搜尋"my ip address"之外,如果需要在Linux 的terminal或git bash中顯示自己的public ip address,我比較常用的指令是這個:
curl ifconfig.me
我希望我的生活除了電腦,還有生活
在網上會找到不同的方法去查詢自己的public IP。除了可以在Google search內搜尋"my ip address"之外,如果需要在Linux 的terminal或git bash中顯示自己的public ip address,我比較常用的指令是這個:
curl ifconfig.me