会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
simp00
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
2022年8月15日
ffmpeg cuda加速 h264->hevc(h265) 缩小存储空间
摘要: 参考的原文链接 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)
2022年8月13日
nps npc docker 部署 解决端口报错问题
摘要: 官网路径 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)
2022年8月12日
Portainer 安装及简单初步使用1
摘要: 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)
portainer.io 面板pull image 和 run mariadb
摘要: #拉取成功 可以在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)
2022年8月11日
linux 下 打包并使用xz 压缩
摘要: 这里以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)
2022年7月29日
centos 7 下使用高版本gcc编译安装
摘要: # 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)
sed 删除指定行 在指定标签下面加入行 打印符合条件的行
摘要: #增加语句 [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)
2022年7月28日
yum 只下载不安装
摘要: https://www.cnblogs.com/yanjieli/p/10725360.html
阅读全文
posted @ 2022-07-28 09:54 simp00
阅读(19)
评论(0)
推荐(0)
2022年6月28日
RTSP 地址正则校验 欢迎指正
摘要: ^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)
2022年6月27日
使用 C++ 防火墙 开关和添加白名单
摘要: 以下代码示例练习 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
下一页
公告