Runoneall

Runoneall's Blog

首页
关于
搜索
链接
RSS
Sitemap
Email

Debian系Firefox一键安装脚本

  • 作者: Tom Brown
  • 时间: 2025-07-27
  • 分类: 默认 
原文链接: https://support.mozilla.org/en-US/kb/install-firefox-linux 安装: wget -O- https://runoneall.serv00.net/Files/firefox-install.sh | bash 内容: sudo...

KubicNodes容器机安装桌面环境和VNC

  • 作者: Tom Brown
  • 时间: 2025-07-26
  • 分类: 默认 
本教程适用于 Ubuntu 22.04 VNC 服务器参考了这篇文章 https://www.cnblogs.com/milton/p/16730512.html 首先申请一台服务器,找到 bot-commands 频道,输入:/deploy password:123123 os:Ubuntu...

分享我博客的优选方案

  • 作者: Tom Brown
  • 时间: 2025-07-24
  • 分类: 默认 
博客地址: https://blog.oneall.eu.org/ 测速截图: 该博客用的 Cloudflare Pages 托管,所以也是Pages优选的方法 部署到pages 新建一个pages,然后上传静态文件,我这里是直接从github拉取...

hexo新主题old fashion

  • 作者: Tom Brown
  • 时间: 2025-07-17
  • 分类: 默认 
自用主题,当前博客就是 GitHub地址:https://github.com/runoneall/blog/tree/theme...

自动滚动油猴脚本

  • 作者: Tom Brown
  • 时间: 2025-07-02
  • 分类: 默认 
在日常摸鱼中,你可能会遇到频繁往下滚动的场景(比如看小说),而你又不想动鼠标,也不想动键盘,那么这个脚本适合你: 地址:自动滚动辅助器 找deepseek-r1写的,并修复了bug 演示: 点个赞吧球球了

python通用跨语言导入器

  • 作者: Tom Brown
  • 时间: 2025-06-25
  • 分类: 默认 
本质就是打包成so,然后用CDLL加载,但是可以直接用import 文档:https://github.com/FramerOrg/CrossLanguage/wiki/Module-Document 核心代码就是...

python原生导入无缝衔接go与python

  • 作者: Tom Brown
  • 时间: 2025-06-24
  • 分类: 默认 
地址:https://github.com/FramerOrg/FramerModules/wiki/Module-Document#gobridge 这是一个给 Framer 写的模块,但可以拆开来用: import sys import os import subprocess import...

云湖网盘免费使用!

  • 作者: Tom Brown
  • 时间: 2025-06-23
  • 分类: 默认 
注意:这是第三方实现,云湖本身不对用户提供网盘服务 开源地址:https://github.com/runoneall/YunhuDriveGUI 安装命令: git clone https://github.com/runoneall/YunhuDriveGUI.git cd...

将webhook转换为websocket的工具

  • 作者: Tom Brown
  • 时间: 2025-06-16
  • 分类: 默认 
地址:https://github.com/FramerOrg/HookToWS 特点: 支持多客户端 无需持久化 无需多端口 docker安装: docker pull runoneall/hook-to-ws docker run -d --name hook-to-ws -p...

claw run搭建2fa管理器

  • 作者: Tom Brown
  • 时间: 2025-06-06
  • 分类: 默认 
好处:除前端外基本没有网络开销,而且还很实用(可能是最有用的方式?) GitHub 地址:https://github.com/quicklyon/2FAuth-docker 搭建: Image:easysoft/2fauth:latest Usage:Fixed CPU:0.1...
  1. « 前一页
  2. 1
  3. 2
  4. 3
  5. 4
  6. ...
  7. 8
  8. 后一页 »
© 2025 Runoneall. Old Fasion Theme. Powered by Hexo.