11test

Featured Sponsors Warp is an agentic development environment. Cut code review time & bugs in half, instantly. Memos Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours. Features Instant Capture — Timeline-first UI. Open, write, done — no folders to navigate. Total Data Ownership — Self-hosted on your infrastructure. Notes stored in Markdown, always portable. Zero telemetry. Radical Simplicity — Single Go binary, ~20MB Docker image. One command to deploy with SQLite, MySQL, or PostgreSQL. Open & Extensible — MIT-licensed with full REST and gRPC APIs for integration. Quick Start Docker (Recommended) docker run -d \ --name memos \ -p 5230:5230 \ -v ~/.memos:/var/opt/memos \ neosmemo/memos:stable Open http://localhost:5230 and start writing! ...

发表于 2025年12月30日  · 更新于 2026年6月1日

Markdown

主要内容 Markdown是什么? 谁创造了它? 为什么要使用它? 怎么使用? 谁在用? 尝试一下 正文 1. Markdown是什么? Markdown是一种轻量级标记语言,它以纯文本形式(易读、易写、易更改)编写文档,并最终以HTML格式发布。 Markdown也可以理解为将以MARKDOWN语法编写的语言转换成HTML内容的工具。 ...

发表于 2025年12月30日  · 更新于 2026年6月1日

Tailscale 组网与子网路由、出口节点完全指南

1. 什么是 Tailscale Tailscale 是基于 WireGuard 构建的现代 VPN,通过 NAT 穿越实现设备点对点互联。 官方控制面板:https://login.tailscale.com/admin/machines 下载地址:https://tailscale.com/download 离线安装包https://pkgs.tailscale.com/stable/#static Docker镜像https://hub.docker.com/r/tailscale/tailscale 更新日志https://tailscale.com/changelog#client Linux发型版安装脚本 curl -fsSL https://tailscale.com/install.sh | sh 安装后运行此命令,复制链接登录账号 tailscale up --accept-dns=false 2. 子网路由(Subnet routers) 子网路由用于让 Tailscale 设备访问内网非 Tailscale 设备(Tailscale充当网关)。 ...

发表于 2025年12月30日  · 更新于 2026年6月1日