上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: 参考的原文链接 https://www.cnblogs.com/Hakurei-Reimu-Zh/p/14999269.html 1.安装cuda 这里我只安装最新版驱动也是可以的没有刻意去安装cuda 2.下载编译好的全版本ffmpeg https://www.gyan.dev/ffmpeg/bu 阅读全文
posted @ 2022-08-15 14:46 simp00 阅读(654) 评论(0) 推荐(0)
摘要: 官网路径 https://ehang-io.github.io/nps/#/?id=nps nps 服务端安装及配置 nps 端配置文件,只有conf文件需要按照nps官网的配置 其他的json文件需要手动创建个空的文件即可 #pwd /usr/local/nps # ll total 12 -rw 阅读全文
posted @ 2022-08-13 21:24 simp00 阅读(1570) 评论(0) 推荐(0)
摘要: sudo apt-get remove docker docker-engine docker.io containerd runc udo apt-get update sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-rele 阅读全文
posted @ 2022-08-12 15:17 simp00 阅读(523) 评论(0) 推荐(0)
摘要: #拉取成功 可以在images中查看到 切换到 containers 点击add container 这里我是根据提示自动写入的镜像名称 这里修改了 Working Dir ENV MARIADB_USER MARIADB_PASSWORD MARIADB_ROOT_PASSWORD 最后点击 de 阅读全文
posted @ 2022-08-12 09:51 simp00 阅读(193) 评论(0) 推荐(0)
摘要: 这里以cmakecmake-3.21.2.tar.gz 为例 tar -cJvf cmake-3.21.2.tar.xz cmake-3.21.2 解压 tar -xvf *.xz 阅读全文
posted @ 2022-08-11 09:48 simp00 阅读(196) 评论(0) 推荐(0)
摘要: # yum 换国内镜像 sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/centos|baseurl=https://mirrors.ustc.edu.cn/centos|g' \ - 阅读全文
posted @ 2022-07-29 17:56 simp00 阅读(147) 评论(0) 推荐(0)
摘要: #增加语句 [Time]下面增加NTP=192.168.1.70 sudo sed -i '/\[Time\]/a NTP=192.168.1.70' /etc/systemd/timesyncd.conf #查询语句 sed -n /NTP/p /etc/systemd/timesyncd.con 阅读全文
posted @ 2022-07-29 17:55 simp00 阅读(52) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yanjieli/p/10725360.html 阅读全文
posted @ 2022-07-28 09:54 simp00 阅读(19) 评论(0) 推荐(0)
摘要: ^rtsp://(\w{2,20}):(\w{5,20})@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}):(\d{1,5})([^\s]*) 阅读全文
posted @ 2022-06-28 15:20 simp00 阅读(306) 评论(0) 推荐(0)
摘要: 以下代码示例练习 Windows 防火墙配置文件; 显示当前配置文件、关闭防火墙、打开防火墙并添加应用程序。 /* Copyright (c) Microsoft Corporation SYNOPSIS Sample code for the Windows Firewall COM interf 阅读全文
posted @ 2022-06-27 17:33 simp00 阅读(843) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页