centos7 安装ffmpeg (测试代码)
centos7 安装ffmpeg [centos7安装ffmpeg - He_LiangLiang - 博客园 (cnblogs.com)](https://www.cnblogs.com/music-liang/p/18078488) 配置第三方软件源(epel,rpmforge,rpmfusion) 1,配置EPEL源 rpm -Uvh https://dl...
centos7 安装ffmpeg [centos7安装ffmpeg - He_LiangLiang - 博客园 (cnblogs.com)](https://www.cnblogs.com/music-liang/p/18078488) 配置第三方软件源(epel,rpmforge,rpmfusion) 1,配置EPEL源 rpm -Uvh https://dl...
[Linux篇之在Centos环境下搭建Nvidia显卡驱动_centos安装nvidia驱动-CSDN博客](https://blog.csdn.net/xu710263124/article/details/134861449)
/etc/ld.so.conf 将附件内容注释后ldconfig 重启服务器就正常了, ssh 也有响应了, ![](http://static.51tbox.com/static/2024-08-29/col/392ec6b5c91cbd40b72fc12056ab2f40/2005e07015684b02883f2a11b3f62234.png.jpg) ![](ht...
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:...
KubeSphere集成本地容器镜像仓库 Harbor :[连接](https://51tbox.com/) 1 获取YUM源 -------- 使用阿里云开源软件镜像站。 ``` # wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -O /etc/yum.repos.d/doc...
ssh端口修改 /etc/ssh/sshd_config #Port 22 ![](http://static.51tbox.com/static/2024-08-29/col/bac112ec9da6a81d9c35e6579aef616c/df98dfd6979f484ba7daed03512f5efb.png.jpg) 然后 重启 sshd 服务 ...
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: ...