Infrastructure & Operations
理解 Docker:Image、Container、Volume、Network 与 Docker Compose
从 Docker 的运行模型出发,介绍 image、container、volume、bind mount、network、端口映射和 Docker Compose,并说明日常部署中最常用的 Docker 操作。
Infrastructure & Operations
Linux 上的 Proxy 完全指南:從環境變量到透明代理
系統介紹 Linux 上的 HTTP/SOCKS 代理、環境變量、SSH 動態轉發、ProxyChains、GOST、systemd、Docker 與透明代理,並提供可直接使用的配置與排錯命令。
Infrastructure & Operations
我的 All-in-One 里有什么
简要介绍我的 All-in-One 中用于代码、照片、文件、媒体、写作、存储和监控的自托管服务,并说明它们各自适合解决什么问题。
Infrastructure & Operations
赛博菩萨:Cloudflare 白嫖指南
盘点 Cloudflare 目前最值得个人站和自托管用户使用的免费服务:DNS、CDN、HTTPS、R2、Images、Tunnel、Access、Workers、Workers AI、Turnstile 和 Email Routing。
Infrastructure & Operations
Docker 部署 ShareLaTeX:搭建多人 LaTeX 写作平台
在服务器上用docker部署sharelatex,搭建共享latex写作平台。
Infrastructure & Operations
Linux 安装 NVIDIA 驱动、CUDA、cuDNN 与 TensorRT
在linux上安装nvidia相关工具,包括驱动,cuda,cudnn,tenssort;有包管理器和本地安装两种方式。
Infrastructure & Operations
从源码编译 TensorFlow:CUDA、Bazel 与依赖下载排错
从源代码编译安装tensorflow,安装cuda/cudnn/tensorrt相关包,解决bazel build过程中联网下载的问题。
Infrastructure & Operations
内网远程访问实战:公网 IPv6、SSH 反向隧道、Cloudflare Tunnel 与 Tailscale
比较公网 IPv6、SSH 反向隧道、Cloudflare Tunnel 与 Tailscale 四种远程访问方案,并给出安全配置、自动重连、访问控制和故障排查方法。
Infrastructure & Operations
Docker 部署 Transmission:自托管下载服务器
Use transmission with docker to build a pt downloading server
Infrastructure & Operations
Linux 安装 OCserv:搭建 OpenConnect VPN 服务器
Build and run your own OpenConnect (AnyConnect-compatible) VPN server with ocserv: package install, building from source, certificates, and fronting it with Nginx on port 443 via TCP-level SNI routing.
Infrastructure & Operations
Linux 部署 JupyterLab:远程访问与服务器配置
Introduction to jupyterlab, install and configure it on linux server, and give remote access.
Infrastructure & Operations
Linux 部署 Squid 代理服务器:安装与配置指南
Deploy squid proxy server on linux server step by step.
Infrastructure & Operations
使用 Docker 部署 Squid 正向代理
使用 Docker 运行 Squid,通过内网或 Tailscale 提供受限的 HTTP/HTTPS 正向代理。
Infrastructure & Operations
Linux 文件时间详解:atime、mtime、ctime 与修改方法
通过一些问题,来了解linux中文件的三种时间:修改时间、改变时间、访问时间,并且给出一些对文件时间的操作方式。
Infrastructure & Operations
Docker 自托管 Joplin Server:笔记同步与 Cloudflare Tunnel 公网访问
在本地安装配置Joplin Server,供Joplin笔记在不同设备之间进行同步。用cloudflare做内网穿透,让这个服务能够被公网访问。
Infrastructure & Operations
从底层机制到自动化运维:Let's Encrypt 与 ACME 证书工程指南
深入剖析 HTTPS/TLS 证书工作机制、ACME 验证原理,覆盖 Certbot 与 acme.sh 两种客户端、HTTP-01 与 DNS-01 两种验证方式,并提供基于 Cloudflare API Token 签发泛域名证书、以及 Docker 环境下自动化续期的完整方案。
Infrastructure & Operations
Linux 动态 IP 邮件通知:自动获取远程访问地址
Send IP address to mailbox to get remote address everywhere all at once.
Infrastructure & Operations
Docker 部署 GitLab:配置、备份与恢复
用docker来安装gitlab,本地访问gitlab并进行相关配置,备份gitlab数据,从备份恢复gitlab。
Infrastructure & Operations
Linux 安装 Docker:Ubuntu、Debian、RHEL、Rocky Linux 与私有 Registry
介绍在主流 Linux 发行版上安装 Docker Engine 与 Docker Compose 的方法,说明 Ubuntu、Debian、RHEL 与 Rocky Linux 的软件源差异,并介绍私有 Docker Registry 的部署与 HTTPS 反向代理。
Infrastructure & Operations
Shell 条件判断与循环:test、if、case、for 与 while
Switch and loop in Shell, with `test` and `if else`.
Infrastructure & Operations
Shell 变量教程:字符串、数组与 echo
Variables in Shell, string and array, echo command, variable reference.
Infrastructure & Operations
Shell 入门:Terminal、Console、TTY 与 Bash/Zsh
介绍计算机中Shell的发展历史,介绍terminal、console、tty。介绍linux上常见的shell如bash/zsh,介绍shell的集中登陆方式。
Infrastructure & Operations
Linux 云服务器初始化与安全加固:SSH、Fail2Ban 与防火墙
从检查当前登录会话开始,完成普通管理员账户、SSH 密钥、sudo、2FA、Fail2Ban 和临时防火墙封禁等云服务器安全配置。