摘要:
$ sudo docker rmi $(sudo docker images -q) 阅读全文
posted @ 2020-07-02 17:52
Jello
阅读(1896)
评论(0)
推荐(0)
摘要:
答: git config --global core.quotepath false 阅读全文
posted @ 2020-07-02 10:18
Jello
阅读(566)
评论(0)
推荐(0)
摘要:
答:iptables -D <链> <要删除的某行> 1. 查看规则 $ sudo iptables -nvL --line-number ... Chain FORWARD (policy DROP 0 packets, 0 bytes) num pkts bytes target prot op 阅读全文
posted @ 2020-07-02 00:02
Jello
阅读(2215)
评论(0)
推荐(0)