https://download.docker.com/linux/centos/docker-ce.repo 1. 2. 3. #可以选择国内的一些源地址: #阿里云 sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo #清华大学源 sudo yum-config-manager \ --add-repo \ https://mirrors.tuna.tsi...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 # 安装rubygems dnf install rubygems -y # 配置国内源 gem sources --add https://mirrors.tuna.tsinghua.edu.cn/rubygems/ --remove https://rubygems.org/ # 列出已有源 gem sources -l # 插件安装并查看 vagrant plugin install vagrant-reload vagrant ...
8.等待进度条完成然后reboot即可完成安装 9.输入账号密码登录到主机 10.查看ip,关闭防火墙 11.使用xshell远程连接虚拟主机(填写主机ip) 12.输入账号密码即可远程操作 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/22.04/ https://mirrors.aliyun.com/rockylinux/8.7/isos/x86_64/ 1. 2. 2.打开VMware...
http://mirrors.aliyun.com/rockylinux/ http://mirrors.163.com/rocky/ http://mirrors.nju.edu.cn/rocky/ https://mirrors.sjtug.sjtu.edu.cn/rocky/ 二、Ubuntu 镜像文件地址: http://cdimage.ubuntu.com/releases/ #Server版 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/ http://r...
本文在rockylinux 9.2 中使用kubeadm部署Kubernetes 1.27、containerd、calico、BGP等; 使用OpenELB作为LoadBalancer; 使用BIRD模拟物理路由器; 使用kube-vip实现control-plane高可用; 本文所有k8s相关组件都固定版本安装,避免因版本更新导致各种问题;如kubelet-1.27.2、kubeadm-1.27.2、kubectl-1.27.2、calico-3.25.1、cali...
Rocky Linux 安装 gitlab 1.配置yum源 vim /etc/yum.repos.d/gitlab-ce.repo 内容 [gitlab-ce] name=Gitlab CE Repositorybaseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gpgcheck=0enabled=1 以上资源地址根据具体情况可以换成阿里、网易等...
rocky linux 8.6上要使用gcc 9以上的版本的常见方法有下述两种方法: 安装gcc toolset 代码语言:javascript 复制 dnf-y install gcc-toolset-9-gcc gcc-toolset-9-gcc-c++ 安装完后需要加载profile才能让gcc版本生效 代码语言:javascript 复制 source/opt/rh/gcc-toolset-9/enable ...
Note that chapter 9 is a project so I stored it in the "project" directory. If you have any questions about the code, please add an issue so I can solve it. Contact me for more information: gaoxiang12 dot mails dot tsinghua dot edu dot cn. These codes are under MIT license. You ...
It is not difficult to install Rocky Linux 8. The specific steps and operations are no different from the previous CentOS 7 and 8. Interested readers can download the installation file to install and play on the virtual machine. Deploy the first application (nginx service) on Rocky Linux syste...
dnf install -y git python3-devel libffi-devel gcc openssl-devel python3-libselinux mkdir -vp /root/venv python3 —version python3 -m venv /root/venv/ ls -Fhlart /root/venv/ source /root/venv/bin/activate pip config set global.index-urlhttps://pypi.tuna.tsinghua.edu.cn/simple ...