leetcode - 253. Meeting Rooms II

阅读 16

2023-10-12

Linux查看本机IP地址

  • 命令
ipconfig

image.png

可能会遇到的问题

  • Command ‘ifconfig’ not found, but can be installed with:
Command 'ifconfig' not found, but can be installed with:

sudo apt install net-tools

解决办法

  • 安装net-tools再执行ipconfig
  1. 安装网络工具
sudo apt install net-tools
  1. 再执行ipconfig 命令就能正常查看了

image.png

精彩评论(0)

0 0 举报