随笔分类 -  Linux

摘要:Linux firewall 常用命令linux firewall防火墙放行端口 firewall-cmd --zone=public --add-port=xxxx/tcp --permanent --zone 作用域 --permanent 永久生效,没有此参数重启后失效 firewalld刷新生效 firewall-cmd --r 阅读全文
posted @ 2022-04-13 13:56 luckywhat 阅读(298) 评论(0) 推荐(0)
摘要:##临时使用 ###可以在使用pip的时候加参数 -i https://pypi.tuna.tsinghua.edu.cn/simple ##设为默认 pip install pip -U -i https://pypi.tuna.tsinghua.edu.cn/simple pip config 阅读全文
posted @ 2020-10-21 15:51 luckywhat 阅读(64) 评论(0) 推荐(0)