Golang
未读
golang环境搭建
### 一、环境设置 ```shell GOROOT D:\Go GOPATH E:\go-dev GO111MODULE=on GOPROXY=https://goproxy.cn,direct ``` ```shell C:\Users\Dell>go version go version go
harbor集成trivy
harbor集成trivy ```shell sudo ./install.sh --with-trivy ``` oras ```shell VERSION="1.2.2" curl -LO "https://github.com/oras-project/oras/releases/downlo
Debian Docker 安装
### 1. 更新软件包 首先,更新现有的软件包和包缓存: ```shell root@debian:~# sudo apt update Hit:1 http://mirrors.aliyun.com/debian bookworm InRelease Hit:2 http://mirrors.a
debian sudo: 未找到命令
> 当您在 Debian 系统中遇到 `sudo: 未找到命令` 的错误信息时,这通常意味着您的系统尚未安装 `sudo` 包,或者尽管已安装但 `$PATH` 环境变量没有正确配置以包含 `sudo` 可执行文件的位置。此外,也有可能是因为用户不在 `sudo` 组内或 `/etc/sudoers
Debian切换CD-ROM源至云提供的镜像源
### 一、问题 ```shell root@debian:~# apt-get update Ign:1 cdrom://[Debian GNU/Linux 12.7.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20240831
教程之centos(7)安装docker
### Ⅰ、centos7切换源 ```shell mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup curl -o /etc/yum.repos.d/CentOS-Base.repo http
VMware 给虚拟机设置固定IP示例
### Ⅰ、主机网卡 ```shell C:\Users\Dell>ipconfig -all 以太网适配器 VMware Network Adapter VMnet1: 连接特定的 DNS 后缀 . . . . . . . : 描述. . . . . . . . . . . . . . . : V
软件安装
未读
Ubuntu Server 安装
    ![](/uploa