摘要:
新建yum仓库proxy cd /etc/yum.repos.d mkdir backup mv ./*.repo backup vim CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP 阅读全文
摘要:
参考方案 https://aws.amazon.com/cn/directoryservice/?nc=sn&loc=1 https://www.azure.cn/pricing/details/active-directory/index.html 阅读全文
摘要:
vim /etc/apt/source.list deb http://mirrors.aliyun.com/ubuntu/ focal main restricted deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restrict 阅读全文
摘要:
列出分发版 wsl -l , wsl --list wsl --list --all wsl --list --running 设置默认分发版 wsl -s Ubuntu 取消注册和重新安装分发版 注销后,与该分发关联的所有数据、设置和软件都将永久丢失。 从 Store 重新安装会安装分发版的干净副 阅读全文
摘要:
sudo apt-get remove docker docker-engine docker.io sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent softw 阅读全文
摘要:
sudo su - root 查看版本 lsb_release -c 备份 cd /etc/apt cp sources.list sources.list.bak vim sources.list ggdG deb http://mirrors.aliyun.com/ubuntu/ bionic 阅读全文
摘要:
下载适用于 x64 计算机的最新 WSL2 Linux 内核更新包 https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 启用“适用于 Linux 的 Windows 子系统”可选功能 dism.exe /online /enable-fe 阅读全文
摘要:
1. 在命令行中直接查看版本号 mysql -V 2. 在 mysql --help 中查找与版本相关的信息 mysql --help | grep Ver 3. 在mysql命令行里面查看版本信息 mysql -u root -p select version(); 4. 在mysql命令号里面查 阅读全文