开启端口
sudo vim /etc/pf.conf
# 开放对应端口
pass out proto tcp from any to any port 8080
# 刷新配置文件
sudo pfctl -f /etc/pf.conf
sudo pfctl -e
获取本机ip地址
ifconfig en0 | grep inet | grep -v inet6 | awk '{print $2}'
访问指定端口
在MacOS系统上,终端是非常强大的工具。通过终端,你可以直接与操作系统交互,执行各种任务。在这篇博客中,我们将详细介绍常用的MacOS终端命令行,涵盖文件管理、系统监控、网络工具等方面,帮助你更高效地使用终端。
1. 基本文件管理命令
pwd:显示当前路径
pwd
ls:列出目录内容
ls -l:以长格式列出文件,包括权限、大小、修改日期等。ls -a:显示所有文件,包括隐藏文件。
ls -la
cd:切换目录
cd /path/to/directory:切换到指定路径。cd ..:
使用分布式训练在RTX40系显卡报错:NotImplementedError: Using RTX 4000 series doesn’t support faster communication broadband via P2P or IB. Please set NCCL_P2P_DISABLE=“1” and NCCL_IB_DISABLE=“1” or use accelerate launch which will do this automatically.
表示 GPU 不支持某
node_modules\uview-plus\components\u-icon\u-icon.vue 80:10 root stylesheet
10:54:52.885 DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
10:54:52.885 More info and automated migrator: https://sass-lang.c