LATEST TRANSMISSIONS
ENCRYPTED // PUBLIC KEY DETECTED
科学上网软件与协议:实用指南
对现代科学上网平台(Sing-box、V2Ray/Xray、Clash Meta/Clash、Shadowsocks、Tor、Surge、Hiddify)及主要协议(VMess、VLESS、Trojan、Hysteria、WireGuard、SOCKS5/HTTP(S)、Reality/XTLS)的实用概览。
Circumvention Software and Protocols: A Practical Guide
A comprehensive introduction to modern circumvention platforms (Sing-box, V2Ray/Xray, Clash Meta/Clash, Shadowsocks, Tor, Surge, Hiddify) and the major protocols (VMess, VLESS, Trojan, Hysteria, WireGuard, SOCKS5/HTTP(S), Reality/XTLS).
Minio SignatureDoesNotMatch
Learn how to resolve the "The request signature we calculated does not match the signature you provided. Check your key and signing method." error when setting up Minio as the storage backend for LobeHub.
Solving Server-Sent Events (SSE) Cache Problems: Realtime Response Held Back by Nginx Caching
How to solve Server-Sent Events (SSE) cache problems with HTTP headers in Node.js applications.
Resolving the 'Cannot Import Name Appengine' Error When Using Certbot with Nginx on Ubuntu 22.04.2
urllib3 was installed by both apt and pip.
Fix Nginx SSL Permission Denied (0200100D) error
Fix Nginx SSL Permission Denied (0200100D) error by restoring SELinux Security Contexts of the certificate files.
Override Domain With Nginx
You can easily override domain with simple nginx configuration, full request uri to your old domain are forwarded to your new one. server { server_name old.domain.com; return 301 https://new.d…
Let's Encrypt Authority X3 证书在iOS上加载缓慢是因为某个特色
最新有新的 WebApp 项目上线,发现在 Android 上打开速度很快,却在 iOS 上打开缓慢,调查下来发现是由于Let's Encrypt Authority X3证书的验证服务器域名被大防火墙认证了造成。 目前尝试下来是好的方案还是弃用Let's Encrypt Authority X3证书。 比如我到腾讯云白嫖了一个证书,顺利解决问题。腾讯云向每个账号免费颁发一定数量的二级证书,不支持…
How to Install Certbot with Nginx on Linux
Certbot is a handy command-line tool for Let's Encrypt, enabling you to set up and update SSL certificates effortlessly via straightforward commands. Though the official guide suggests using snapd for…