background picture of the home page

烟雨笔记

烟雨笔记,在互联网的边缘游荡。

SRS流媒体搭建

SRS 可用性比较高 目前来说我只用来直播游戏 有的游戏禁播 如七日杀 首先你要有一个docker 可以是nas 或者服务器 搭配obs推流 Live Streaming 标准版 支持RTMP HLS 和自带的SRS网页播放 RTMP (by VLC): rtmp://localhost/live/

thumbnail of the cover of the post

linux 换软件源一键脚本

#新建文件夹 mkdir huanyuan #进入文件夹 cd huanyuan #下载并执行脚本 bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

thumbnail of the cover of the post

docker 搭建求生之路2药抗

安装docker #这里以ubuntu为例 安装过的就跳过 sudo -i apt update apt install docker.io 拉取steamcmd镜像并运行L4d2 #ssh拉取 docker pull cm2network/steamcmd:root #创建卷方便存放文件 dock

thumbnail of the cover of the post

chrome 书签颜色恢复

从灰色恢复到原来的黄色 更新 125.0.6422.61 chrome右鍵 >內容 在目標"C:\Program Files\Google\Chrome\Application\chrome.exe" 引號後加上 --disable-features=CustomizeChromeSidePanel

thumbnail of the cover of the post

ubuntu设置虚拟内存

下面是如何在Ubuntu中设置虚拟内存的步骤。 首先,我们需要创建一个交换文件(swap file)。交换文件就像一个大型缓冲区,在RAM不足时可以用来临时储藏数据。创建交换文件需要使用到命令行界面(CLI),所以首先打开你的终端。 步骤一:检查当前系统是否已经有了交换空间 输入以下命令: sudo

thumbnail of the cover of the post