background picture of the home page

Hi,Friend

RustDesk 自建服务器部署与 GitHub OAuth 配置

RustDesk 自建服务器部署与 GitHub OAuth 配置 本文档指导如何在 Linux 服务器上使用 Docker Compose 部署 RustDesk 自建服务器,并通过 GitHub OAuth 实现用户认证,无需手动创建 oauth2.toml 配置文件。配置包括 rustdesk

thumbnail of the cover of the post

前端部署方案(Docker Compose + Nginx)

使用 Docker Compose 和 Nginx 部署前端项目 本文档介绍如何使用 Docker Compose 和 Nginx 部署前端项目(如 React、Vue 等静态网站),通过一键启动脚本 (docker-init-up.sh) 实现自动化部署。方案通过 .env 文件动态配置基础镜像

thumbnail of the cover of the post

Lagrange.OneBot

Lagrange.OneBot==>YunZai 签名问题 官方文档:https://lagrangedev.github.io/Lagrange.Doc/v1/Lagrange.OneBot/ github: https://github.com/LagrangeDev/Lagrange.Core

thumbnail of the cover of the post

Spring Boot IP 封禁系统实现

Spring Boot IP 封禁系统实现 这是一个基于 Spring Boot 和 Redisson 的 IP 封禁系统,支持三种封禁类型(全局 IP 封禁、接口封禁、IP+接口封禁),通过单一注解 @Ban 实现,结合白名单和黑名单功能。白名单和黑名单通过 application.yml 配置,

thumbnail of the cover of the post

使用 rsync 进行服务器文件夹同步

使用 rsync 进行服务器文件夹同步 本指南介绍如何使用 rsync 实现服务器文件夹同步,包含以下要求: 不保留文件的 所有者(owner) 和 用户组(group)。 配置 SSH 免密登录以避免输入密码。 同步时将源文件夹内容直接同步到目标文件夹,不在目标路径下创建源文件夹。 1. 基本 r

thumbnail of the cover of the post

将域名托管至Cloudflare

将域名托管至Cloudflare 本文档介绍如何将域名托管至Cloudflare,启用其DNS管理和CDN功能。 步骤 1. 注册并登录Cloudflare 访问 Cloudflare官网,注册账户并登录。 2. 添加域名 在Cloudflare仪表板中,点击“Add a Site”(添加网站)。

thumbnail of the cover of the post

ubuntu开机动画 修改

修改ubuntu开机动画(推荐)安装和使用 Vertex Ubuntu Plymouth 主题 概述 Vertex Ubuntu 是一个为 Ubuntu 系统设计的 Plymouth 主题,增强了系统启动时的视觉效果。该主题由 Emanuele Scarlatti 开发,提供动画化启动画面,带有 U

thumbnail of the cover of the post

更改 Ubuntu 登录屏幕背景的多种方法

更改 Ubuntu 登录屏幕背景的多种方法 概述 Ubuntu 的登录屏幕由 GNOME 显示管理器(GDM)控制,背景更改在不同版本中操作方式有所不同。本文档总结了使用 GDM Settings 工具以及其他替代方法(如脚本和手动编辑 CSS 文件)更改 Ubuntu 登录屏幕背景的步骤,适用于

thumbnail of the cover of the post