摘要: 视频流推送到公网进行播放 ffmpeg文件https://github.com/yundiantech/VideoPlayer livego服务器https://github.com/gwuhaolin/livego.git 应用场景 将内网视频(流)推送到公网进行播放 使用说明 着急的朋友也可以直 阅读全文
posted @ 2022-04-18 15:32 Koduck 阅读(558) 评论(0) 推荐(0)
摘要: 内网穿透实现 nps文档 https://ehang-io.github.io/nps/#/install nps docker镜像 https://hub.docker.com/r/ffdfgdfg/nps npc docker镜像 https://hub.docker.com/r/ffdfgdf 阅读全文
posted @ 2022-04-08 19:01 Koduck 阅读(651) 评论(2) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-04-07 09:34 Koduck 阅读(0) 评论(0) 推荐(0)
摘要: Docker,用户管理 阅读全文
posted @ 2022-03-28 09:54 Koduck 阅读(248) 评论(0) 推荐(0)
摘要: 服务器远程密匙 阅读全文
posted @ 2022-03-14 11:19 Koduck 阅读(97) 评论(0) 推荐(0)
摘要: Go笔记 阅读全文
posted @ 2022-03-07 22:23 Koduck 阅读(0) 评论(0) 推荐(0)
摘要: Ubu开机自启动 简单示例 在/etc/init.d/目录下新建启动脚本Test #!/bin/bash ### BEGIN INIT INFO # Provides: Test # Required-Start: # Required-Stop: # Default-Start: 2 3 4 5 阅读全文
posted @ 2022-02-23 14:57 Koduck 阅读(56) 评论(0) 推荐(0)
摘要: RabbitMQ安装 https://www.jianshu.com/p/5c8c4495827f 安装 RabbitMQ基于erlang语言,需要先安装 sudo apt-get install erlang-nox # 安装erlang wget -O- https://www.rabbitmq 阅读全文
posted @ 2022-02-07 17:02 Koduck 阅读(57) 评论(0) 推荐(0)
摘要: Docker学习 https://vuepress.mirror.docker-practice.com/image/build/ 介绍 Docker是镜像管理工具,通过run命令生成各个Container(容器) 镜像管理 查看镜像列表 docker image ls 搜索镜像 docker se 阅读全文
posted @ 2022-02-06 11:06 Koduck 阅读(37) 评论(0) 推荐(0)
摘要: ubu开机自启动,systemd 阅读全文
posted @ 2022-01-26 02:18 Koduck 阅读(77) 评论(0) 推荐(0)