摘要: dpkg -i mysql-common_5.7.35-1debian10_amd64.deb apt-get install libatomic1 dpkg -i libmysql*.deb apt-get install libnuma1 dpkg -i mysql-community-clie 阅读全文
posted @ 2025-07-03 13:52 alexhe 阅读(6) 评论(0) 推荐(0)
摘要: echo " nameserver 114.114.114.114nameserver 8.8.8.8 " > /etc/resolv.conf echo "deb https://mirrors.aliyun.com/debian/ bullseye main non-free contribde 阅读全文
posted @ 2025-04-24 11:29 alexhe 阅读(27) 评论(0) 推荐(0)
摘要: conda 常用: conda env list 视频https://www.bilibili.com/video/BV13P411K7Dq?spm_id_from=333.788.videopod.sections&vd_source=ac3493455a48484416137d21168838b 阅读全文
posted @ 2025-04-22 13:17 alexhe 阅读(6) 评论(0) 推荐(0)
摘要: systemctl stop apt-daily.timer systemctl disable apt-daily.timer systemctl stop apt-daily-upgrade.timer systemctl disable apt-daily-upgrade.timer echo 阅读全文
posted @ 2025-02-21 16:45 alexhe 阅读(31) 评论(0) 推荐(0)
摘要: echo " nameserver 114.114.114.114nameserver 8.8.8.8 " > /etc/resolv.conf echo "deb https://mirrors.aliyun.com/debian/ bullseye main non-free contribde 阅读全文
posted @ 2024-09-06 13:25 alexhe 阅读(13) 评论(0) 推荐(0)
摘要: echo "deb https://mirrors.aliyun.com/debian/ bullseye main non-free contribdeb-src https://mirrors.aliyun.com/debian/ bullseye main non-free contribde 阅读全文
posted @ 2024-03-01 14:19 alexhe 阅读(12) 评论(0) 推荐(0)
摘要: wget www.alexman.cn/sources.list -O /etc/apt/sources.list curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add - apt-ge 阅读全文
posted @ 2024-02-05 14:56 alexhe 阅读(26) 评论(0) 推荐(0)
摘要: echo "deb https://mirrors.aliyun.com/debian/ bullseye main non-free contribdeb-src https://mirrors.aliyun.com/debian/ bullseye main non-free contribde 阅读全文
posted @ 2023-12-04 16:27 alexhe 阅读(45) 评论(0) 推荐(0)
摘要: 1.docker exec -it xxxx /bin/bash 2. kubectl --insecure-skip-tls-verify -n kube-system delete secrets k3s-serving kubectl --insecure-skip-tls-verify de 阅读全文
posted @ 2023-11-13 17:52 alexhe 阅读(79) 评论(0) 推荐(0)
摘要: apt-get install docker.io docker version Client: Version: 20.10.21 API version: 1.41 Go version: go1.18.1 Git commit: 20.10.21-0ubuntu1~18.04.3 Built: 阅读全文
posted @ 2023-11-07 16:36 alexhe 阅读(49) 评论(0) 推荐(0)