摘要: CentOS # rpm -qa nfs-utils rpcbind nfs-utils-1.3.0-0.54.el7.x86_64 rpcbind-0.2.0-38.el7.x86_64 ubuntu # 服务端 apt install nfs-kernel-server # 客户端 apt in 阅读全文
posted @ 2026-03-24 07:09 seven1986 阅读(1) 评论(0) 推荐(0)
摘要: 1. RTP #1. ffmpeg发送,bat脚本TITLE rtp:// to xxx:5006 ffmpeg -re -i bianxingjingang5.mp4 -c:v libx264 -preset ultrafast -tune zerolatency -c:a aac -b:a 12 阅读全文
posted @ 2026-03-20 16:13 seven1986 阅读(4) 评论(0) 推荐(0)
摘要: 1. 更新系统 sudo dnf update -y 2. 安装 Docker 所需的软件包和依赖项 sudo dnf install -y yum-utils device-mapper-persistent-data lvm2 3.安装docker 3. 添加 Docker 官方的 YUM 仓库 阅读全文
posted @ 2026-03-20 15:08 seven1986 阅读(3) 评论(0) 推荐(0)
摘要: 视频demo下载: https://archive.org/ --各种视频杂乱 https://www.demolandia.net/4k-video-test.html --各大电视厂商demo https://www.youtube.com --可通过4K Video Downloader下载 阅读全文
posted @ 2026-02-13 11:37 seven1986 阅读(5) 评论(0) 推荐(0)
摘要: 登陆 mysql -h 172.16.246.200 -uroot -pPassword123@mysql -P3307 创建数据库和删除数据库 create database django_orm_study drop database django_orm_study 查看数据库和表 show 阅读全文
posted @ 2025-05-20 22:21 seven1986 阅读(14) 评论(0) 推荐(0)
摘要: 将nssm和nginx.exe放在一起 输入命令: nssm install nginx.service 点击“install service” 成功后打印: nssm install my_nginx services.msc 查看nginx_service服务状态 删除nginx服务 nssm 阅读全文
posted @ 2025-04-03 17:03 seven1986 阅读(47) 评论(0) 推荐(0)
摘要: vscode-terminal 执行命令被禁止了,处理方法如下 以管理员身份运行PowerShell(注意不是CMD) Set-ExecutionPolicy RemoteSigned -Scope CurrentUser #给予权限 选择y,enter键 Set-ExecutionPolicy R 阅读全文
posted @ 2024-12-24 15:55 seven1986 阅读(49) 评论(0) 推荐(0)
摘要: yum mirrorlist 找不到了 #yum list|grep node Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error wa 阅读全文
posted @ 2024-11-08 12:42 seven1986 阅读(58) 评论(0) 推荐(0)
摘要: 设置网络 ifconfig eth0 10.10.10.238 netmask 255.255.255.0 route add default gw 10.10.10.251 修改地址(centOS/redhat) cd /etc/sysconfig/network-scripts vi ifcfg 阅读全文
posted @ 2024-09-17 16:29 seven1986 阅读(23) 评论(0) 推荐(0)
摘要: 安装依赖 yum -y install gcc automake autoconf libtool make yum -y install pcre-devel openssl openssl-devel gd-devel gcc gcc-c++ yasm-1.3.0 安装 cd yasm-1.3. 阅读全文
posted @ 2024-08-13 18:29 seven1986 阅读(56) 评论(0) 推荐(0)