01ON

跳至正文
  • 首页
  • 示例页面
A high-detail, cinematic macro shot of a glowing, modern processor chip being meticulously integrated into an older, complex server motherboard. Intricate digital data streams and vibrant blue light pulses flow outward from the new core, revitalizing the surrounding industrial circuitry. The setting is a clean, dimly lit high-tech data center with blurred server racks in the background. The visual style is sleek and professional, using a shallow depth of field to emphasize the transition from legacy hardware to advanced modern technology.

2026年,CentOS 7 升级内核的最新方法

发表评论

因为需要用 wireguard,而 CentOS 7 旧版内核不支持wireguard,要升级新内核。 网上大 […]

本条目发布于2026-05-27。属于笔记分类。作者是master。
A high-end, conceptual editorial illustration of a custom network relay station. At the center is a glowing, translucent server tower or data hub sitting atop a dark, intricate digital motherboard grid. Brilliant blue and neon cyan data streams arc from the central hub to various distant geometric nodes, representing high-speed traffic rerouting across a private network. Faint, holographic lines of code and security symbols like glowing digital shields float in the atmosphere. The lighting is cinematic with deep shadows and vibrant luminescent accents, conveying a sense of speed, security, and advanced infrastructure. 3D render, sleek tech aesthetic, wide-angle perspective.

基于IP和DDNS两种方式自建 Tailscale DERP 服务器

发表评论

Tailscale 在大多数情况下都能打洞成功,在极端情况打洞不成功的时候,会自动使用Tailscale官方的 […]

本条目发布于2025-12-03。属于笔记分类。作者是master。
An editorial-style photograph of a sleek, white cylindrical 5G CPE router positioned on a clean technical workspace. Glowing ethereal blue data streams and digital notification icons float upwards from the router toward a nearby smartphone, illustrating the concept of automated message forwarding. The background features a soft-focus mechanical keyboard and a monitor displaying subtle lines of programming code. Cinematic lighting with a cool color palette of whites and electric blues, emphasizing a high-tech and sophisticated atmosphere.

联通 5g cpe vn007+ 自动转发短信到Server酱³和tg机器人

发表评论

前提条件:你的 vn007+ 有superadmin密码,能以root权限登录adb shell。 需要你懂得 […]

本条目发布于2025-10-31。属于笔记分类。作者是master。

在 VMware Workstation 里安装 PBS 备份服务器

发表评论

PBS, Proxmox Backup Server,是用于 PVE 虚拟机的一个备份服务器,可以实现自动备份 […]

本条目发布于2025-10-11。属于未分类分类。作者是master。
A high-quality, editorial macro photograph of an ESP32 microcontroller module resting on a sleek, dark electronic circuit board. The scene is illuminated by cinematic teal and orange lighting, highlighting the intricate metallic traces and tiny surface-mount components. Faint, glowing digital clock digits and ethereal data streams pulse softly around the chip, symbolizing its connection to a wireless network and synchronized time. The background features a soft-focus bokeh of a modern tech laboratory, creating a professional and futuristic atmosphere centered on IoT innovation and precision.

使用ESP32开发网络时钟:实现精准时间同步

发表评论

ESP32作为一款集成了Wi-Fi和蓝牙功能的微控制器,广泛应用于物联网项目。本文介绍如何利用ESP32开发一 […]

本条目发布于2025-09-30。属于笔记分类。作者是master。

用定昌开发板YM562(RK3562)打造家里的All In One系统

发表评论

最近,定昌电子举办了《AIoT嵌入式主板体验官招募_RK3562》很活动,参加者可以免费获一块RK3562/1 […]

本条目发布于2025-09-11。属于笔记分类。作者是master。

新版本PVE为LXC容器开启TUN支持的方法

发表评论

在使用 Proxmox VE (PVE) 的 LXC 容器时,您可能会发现某些应用无法正常工作,例如 OpenVPN、WireGuard、ZeroTier 或其他需要创建虚拟网络接口的程序。这通常是因为容器默认没有访问 tun 设备的权限。

本条目发布于2025-09-01。属于笔记分类。作者是master。

用电池供电的esp8266+aht20智能温度计,物联网温湿度计

发表评论

先上实物图: 至于外壳,随便找个纸盒装起来吧。————&#82 […]

本条目发布于2024-05-14。属于未分类分类。作者是master。

PVE 使用物理按钮一键启动/关闭虚拟机

发表评论

在pve (proxmox ve 8.1.4)里面,想要启动/关闭一台虚拟机,可以有以下方法: 但是这两种方法 […]

本条目发布于2024-03-09。属于未分类分类。作者是master。

Debian 12 安装 3D重建工具 DUSt3R

发表评论

DUSt3R是新出的一款3D重建工具,能仅凭2张普通相机拍摄的照片完成3D 重建。 DUSt3R项目地址: h […]

本条目发布于2024-03-07。属于未分类分类。作者是master。

OpenWRT Dnsmasq 设置示例

发表评论

先劫持局域网内机器的域名解析: 将域名 demo.com 强制解析到ip 192.168.1.100: 第一行 […]

本条目发布于2023-11-26。属于未分类分类。作者是master。

windows网络唤醒的设置和注意事项

发表评论

windows网络唤醒功能可以让你在外面通过网络唤醒一台已关闭或者已休眠、睡眠的电脑。但是有时候设置错误可能会 […]

本条目发布于2023-08-19。属于未分类分类。作者是master。

怎样在不重启windows系统的情况下锁定BitLocker 驱动器?

发表评论

BitLocker 是windows自带的硬盘分区加密功能,可以有效地保护数据安全。但是,在使用 BitLoc […]

本条目发布于2023-08-18。属于未分类分类。作者是master。

Linux 里使用 luks 加密硬盘分区并且用 TPM 自动解密

发表评论

本文使用Clevis和TPM来实现LUKS硬盘的自动解密。Clevis提供了一种方便的方式来使用不同的解密后端,如TPM。请确保在进行任何系统配置更改之前备份重要的数据。

本条目发布于2023-06-26。属于未分类分类。作者是master。

360 T7 路由器刷 OpenWrt ImmortalWrt 原版固件

发表评论

360T7 路由器很多固件是基于ImmortalWrt 编译而成的,往往加了很多额外的功能、插件、app、甚至bug,我偏向于喜欢原版。

360 T7 没有OpenWrt官方版本(后来有了),所以退而求其次,试着刷ImmortalWrt原版。

本条目发布于2023-06-10。属于未分类分类。作者是master。

WordPress错误: TypeError: Memcached::setMulti(): Argument #2 ($expiration) must be of type int, int given ……

发表评论

在 ubuntu 22 + php8.1环境下运行Wordpress并启用Memcached Object C […]

本条目发布于2023-06-03。属于未分类分类。作者是master。

惠桔和家亲X1S智能插座改装刷esphome原生接入home assistant

发表评论

惠桔和家亲X1S智能插座目前(2024-04)在闲鱼上卖15元一个,5个包邮,性价比挺高。该插座带电量统计功能 […]

本条目发布于2023-04-21。属于未分类分类。作者是master。

密码保护:windows时间同步

要查看留言请输入您的密码。

无法提供摘要。这是一篇受保护的文章。

本条目发布于2014-05-11。属于未分类分类。作者是master。

近期文章

  • 2026年,CentOS 7 升级内核的最新方法
  • 基于IP和DDNS两种方式自建 Tailscale DERP 服务器
  • 联通 5g cpe vn007+ 自动转发短信到Server酱³和tg机器人
  • 在 VMware Workstation 里安装 PBS 备份服务器
  • 使用ESP32开发网络时钟:实现精准时间同步

归档

  • 2026 年 5 月
  • 2025 年 12 月
  • 2025 年 10 月
  • 2025 年 9 月
  • 2024 年 5 月
  • 2024 年 3 月
  • 2023 年 11 月
  • 2023 年 8 月
  • 2023 年 6 月
  • 2023 年 4 月
  • 2014 年 5 月

分类

  • 未分类
  • 笔记

近期评论

您尚未收到任何评论。
自豪地采用WordPress