源码安装ffmpeg
[root@localhost yum.repos.d]# vi /etc/fstab [root@localhost yum.repos.d]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Thu Sep 25 09:37:51
[root@localhost yum.repos.d]# vi /etc/fstab [root@localhost yum.repos.d]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Thu Sep 25 09:37:51
方案 1:临时跳过 TLS 验证(测试环境适用,快速生效) 适合临时测试,无需修改 Harbor 服务端证书,仅在客户端配置「信任该 Harbor 为不安全仓库」: 客户端操作步骤(以 Ubuntu/Debian 为例,CentOS 操作一致): 编辑客户端 Docker 配置文件 打开 / 新建
1:创建 Harbor 系统服务文件 新建服务文件 在 /etc/systemd/system/ 目录下创建 harbor.service(若已创建过可直接修改): bash sudo vim /etc/systemd/system/harbor.service 写入服务配置 内容如下(
一、环境说明(已明确预装组件及依赖关系)
sudo apt update sudo apt upgrade -y sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bf sudo systemctl restart sshd.service sudo apt install -y ca-ce
普罗米修斯的cadviso容器, shitou@aishitou:~$ sudo nano /etc/default/grub shitou@aishitou:~$ sudo cp /etc/default/grub /etc/default/grub.bf shitou@aishitou:~
如果忘记了 Grafana 的用户名和密码,可以通过以下方法重置,具体步骤根据部署方式(Docker 或本地安装)有所不同: 一、Docker 环境下的密码重置 1. 使用 grafana-cli 命令(推荐) bash # 进入 Grafana 容器(需替换容器名/ID) docker exec
首先确定网卡名 shitou@aishitou:~$ ifconfig br-13d583223114: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.19.0.1 netmask 255.255.0.0
将shitou@shitou:~$ sudo docker images -a #查看镜像 REPOSITORY TAG IMAGE ID CREATED SIZE shitouubuntu
使用 Docker 安装 PostgreSQL 拉取 PostgreSQL 镜像: 在终端中运行以下命令,拉取官方的 PostgreSQL 镜像(这里以最新版本为例,你也可以指定具体版本号): 收起 bash docker pull postgres 运行 PostgreSQL 容器: 使用以下命