请务必以管理员身份打开命令提示符,并运行以下代码。
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms.luody.info
slmgr /ato
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| #!/bin/bash | |
| zshrc_file="$HOME/.zshrc" | |
| omz_custom_plugin_home=${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins | |
| append_plugin_to_zshrc() { | |
| # The plugin to add | |
| local new_plugin=$1 | |
| # Check if the .zshrc file exists |