本教程适用于 Ubuntu 22.04 VNC 服务器参考了这篇文章 https://www.cnblogs.com/milton/p/16730512.html 首先申请一台服务器,找到 bot-commands 频道,输入:/deploy password:123123 os:Ubuntu 22...
阅读更多 >>
博客地址: https://blog.oneall.eu.org/ 测速截图: 该博客用的 Cloudflare Pages 托管,所以也是Pages优选的方法 部署到pages 新建一个pages,然后上传静态文件,我这里是直接从github拉取 https://github.com/run...
阅读更多 >>
自用主题,当前博客就是 GitHub地址:https://github.com/runoneall/blog/tree/theme 原型:https://github.com/MrXiaoM/typecho-theme-old-fashion改版:https://github.com/runonea...
阅读更多 >>
在日常摸鱼中,你可能会遇到频繁往下滚动的场景(比如看小说),而你又不想动鼠标,也不想动键盘,那么这个脚本适合你: 地址:自动滚动辅助器 找deepseek-r1写的,并修复了bug 演示: 点个赞吧球球了
阅读更多 >>
本质就是打包成so,然后用CDLL加载,但是可以直接用import 文档:https://github.com/FramerOrg/CrossLanguage/wiki/Module-Document 核心代码就是 CrossLangImporter,用Require返回ModuleSpec,封装了...
阅读更多 >>
地址:https://github.com/FramerOrg/FramerModules/wiki/Module-Document#gobridge 这是一个给 Framer 写的模块,但可以拆开来用: import sys import os import subprocess import c...
阅读更多 >>
注意:这是第三方实现,云湖本身不对用户提供网盘服务 开源地址:https://github.com/runoneall/YunhuDriveGUI 安装命令: git clone https://github.com/runoneall/YunhuDriveGUI.git cd YunhuDrive...
阅读更多 >>
地址:https://github.com/FramerOrg/HookToWS 特点: 支持多客户端 无需持久化 无需多端口 docker安装: docker pull runoneall/hook-to-ws docker run -d --name hook-to-ws -p 3000:3...
阅读更多 >>
好处:除前端外基本没有网络开销,而且还很实用(可能是最有用的方式?) GitHub 地址:https://github.com/quicklyon/2FAuth-docker 搭建: Image:easysoft/2fauth:latest Usage:Fixed CPU:0.1 Memory:...
阅读更多 >>
关于如何添加 ns 记录,目前除手动同步两边记录外并未有好方法,改 SOA 并未生效关于 ssl 的问题,可以使用 webroot 验证,确保域名能够访问此处用 serv00 演示,因为可以用 devil 自动添加证书 演示: 安装 acme.sh curl https://get.acme.s...
阅读更多 >>