-
Get local private ip using shell scriptLinux 2022. 10. 14. 11:12
On OSX(Mac)
mac> ifconfig en0 | grep "inet " | cut -d\ -f2
On Linux
linux> ifconfig eth0 | grep 'inet ' | cut -d: -f2 | awk '{print $2}'
'Linux' 카테고리의 다른 글
Ubuntu 22.04 HP Prime virtual calculator 설치 (0) 2024.04.11 kafka docker-compose 로 가동하기 (0) 2023.10.25 Ubuntu 22.04 Reset nvidia graphic driver (0) 2022.09.20 Linux 에서 android debugging 개발/디버깅하기 (0) 2020.11.17 pm2.json 에서 이름으로 특정 서버 하나만 가동하기 (0) 2020.11.06