https://raspberrypi.stackexchange.com/questions/1409/easiest-way-to-show-my-ip-address
The if family of tools including ifconfig are being deprecated and replaced by the newer ip commands so you can use any one of the following from the command line to determine your IP address:
sudo ip addr show
or
sudo hostname --ip-address
or if you still want to use ifconfig, and it is not already installed
sudo apt-get install wireless-tools
sudo ifconfig -a
'Server > Raspberry pi' 카테고리의 다른 글
DHT11으로 기온 습도 취득하기! (0) | 2019.09.30 |
---|---|
Connects Raspberry pi with your laptop (2) | 2019.07.21 |
raspberry pi program diary (0) | 2019.07.20 |
Raspberry Pi に Python 3.7.0 をインストールする (0) | 2019.07.20 |
한글 키보드 및 언어설정 하기 (0) | 2019.07.20 |