Skip to content

Commit 9a1449b

Browse files
committed
更新杂记
1 parent c9e5c4f commit 9a1449b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

post/杂记.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,16 @@ git config --global core.eol lf
5757
git config --global core.autocrlf input
5858
```
5959

60-
### 5. docker 看所有容器 ip
60+
### 6. docker 看所有容器 ip
6161

6262
```shell
6363
docker ps --format "{{.Names}} {{.Image}}" | while read container_name image; do container_ip=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $container_name); echo "$container_name $image $container_ip"; done
6464
```
6565

66+
### 7. Linux 发行版常用软件安装shell生成器
67+
68+
[https://tuxmate.com/](https://tuxmate.com/)
69+
6670
## 2. archlinux 相关
6771

6872
### 1. nvidia,nvidia-open 驱动都无法调用显卡

0 commit comments

Comments
 (0)