ubuntu 20.04 更换 镜像源
ubuntu 20.04 更换 镜像源 cp /etc/apt/sources.list /etc/apt/sources.list.bak 然后 清空`/etc/apt/sources.list` 然后粘贴如下内容: deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe...
ubuntu 20.04 更换 镜像源 cp /etc/apt/sources.list /etc/apt/sources.list.bak 然后 清空`/etc/apt/sources.list` 然后粘贴如下内容: deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe...
镜像: centos:centos7.9.2009 大小 100M ![](http://static.51tbox.com/static/2024-08-29/col/6f1b28773879b69bd15061964f0c2369/8419d72c23bd4936b388ce5c15cd5381.png.jpg) 我们部署上后,需要进入终端测试,需要带上 阻...
Ubuntu 22.04.4 LTS ------------------ [下载Ubuntu桌面系统 \| Ubuntu](https://cn.ubuntu.com/download/desktop) <https://releases.ubuntu.com/22.04/ubuntu-22.04.4-desktop-amd64.iso> ![](http:...
centos8 nfs 跟centos 7 是不一样的 安装: dnf install -y nfs-utils rpcbind psmisc 启动软件(注:有顺序的,要先启动rpcbind,再启动nfs,关闭的时候刚好顺序相反) systemctl restart rpcbind systemctl restart nfs-server...
/etc/netplan/00-installer-config.yaml network: ethernets: ens33: addresses: - 10.0.0.101/24 gateway4: 10.0.0.2 nameservers: ...
kubesphere v3.3.2 现在kubesphere出到3.4.x版本了,不稳定,用3.3.2就行了 docker是20版本,k8s是1.22.x或者1.23.x 官方文档: https://kubesphere.io/zh/docs/v3.3/installing-on-linux/introduction/multioverview/ 环境要求: ...
Mac M1/M2 VMware Fusion 安装 Centos 7.9(ARM 64 版本 centos arm版 之前 Intel 芯片的 Mac 用的都是 Parallels Desktop 玩虚拟机,现在换新 Mac 用的是新的 M2 芯片,之前以为 x86 架构用不了换成 arm 架构就行,结果在网上冲浪了一天都没能安装成功,一直卡在 Install Cento...
网上找了好几个写的很详细,但是对我没用: 首先 ```text vim /usr/lib/systemd/system/jenkins.service ``` ```text # 修改Jenkins权限,把Jenkins修改为root User=root Group=root # 让配置文件生效 systemctl daemon-reload ``` ...
![](http://static.51tbox.com/static/2024-08-29/col/4e9b19fc87891dd655e6feffcd314490/93ce4bb747b74a84912bcd5e97b8e4ac.png.jpg) init_7.sh #!/bin/bash [ -f /etc/init.d/functions ]&a...
ubuntu安装jenkins ![](http://static.51tbox.com/static/2024-08-29/col/18b153669ee57c25683184d82c2386b1/74a1cdf171f745f4a41da7a5556e0ff8.png.jpg) Jenkins的安裝方式: https://www.jenkins.io/doc/boo...