Networking & Infrastructure
Nginx 安裝與設定實踐:從 http 塊到反向代理
Nginx 的安裝很快就能過去,真正決定網站行為的是設定檔。本文梳理設定檔的組織方式、location 匹配優先順序、反向代理與遺留 URL 遷移,並用本站生產環境的真實設定作為例子。
Networking & Infrastructure
理解 Docker:Image、Container、Volume、Network 與 Docker Compose
從 Docker 的執行模型出發,介紹 image、container、volume、bind mount、network、埠對映和 Docker Compose,並說明日常部署中最常用的 Docker 操作。
Systems & Programming
從原始碼編譯 TensorFlow:CUDA、Bazel 與依賴下載排錯
從原始碼編譯安裝tensorflow,安裝cuda/cudnn/tensorrt相關包,解決bazel build過程中聯網下載的問題。
Networking & Infrastructure
Docker 自託管 Joplin Server:筆記同步與 Cloudflare Tunnel 公網訪問
在本地安裝設定Joplin Server,供Joplin筆記在不同裝置之間進行同步。用cloudflare做內網穿透,讓這個服務能夠被公網訪問。
Networking & Infrastructure
Linux 上的 Proxy 完全指南:從環境變數到透明代理
系統介紹 Linux 上的 HTTP/SOCKS 代理、環境變數、SSH 動態轉發、ProxyChains、GOST、systemd、Docker 與透明代理,並提供可直接使用的設定與排錯命令。
Systems & Programming
Linux 安裝 NVIDIA 驅動、CUDA、cuDNN 與 TensorRT
在linux上安裝nvidia相關工具,包括驅動,cuda,cudnn,tenssort;有包管理器和本地安裝兩種方式。
Networking & Infrastructure
內網遠端訪問實戰:公網 IPv6、SSH 反向隧道、Cloudflare Tunnel 與 Tailscale
比較公網 IPv6、SSH 反向隧道、Cloudflare Tunnel 與 Tailscale 四種遠端訪問方案,並給出安全設定、自動重連、訪問控制和故障排查方法。
Networking & Infrastructure
Linux 部署 JupyterLab:遠端訪問與伺服器設定
Introduction to jupyterlab, install and configure it on linux server, and give remote access.
Networking & Infrastructure
Linux 部署 Squid 代理服务器:安装与設定指南
Deploy squid proxy server on linux server step by step.
Networking & Infrastructure
使用 Docker 部署 Squid 正向代理
使用 Docker 執行 Squid,通過內網或 Tailscale 提供受限的 HTTP/HTTPS 正向代理。
Systems & Programming
Linux 檔案時間詳解:atime、mtime、ctime 與修改方法
通過一些問題,來了解linux中檔案的三種時間:修改時間、改變時間、訪問時間,並且給出一些對檔案時間的操作方式。
Networking & Infrastructure
Linux 動態 IP 郵件通知:自動獲取遠端訪問地址
Send IP address to mailbox to get remote address everywhere all at once.
Networking & Infrastructure
Docker 部署 GitLab:設定、備份與恢復
用docker來安裝gitlab,本地訪問gitlab並進行相關設定,備份gitlab資料,從備份恢復gitlab。
Networking & Infrastructure
Linux 安裝 Docker:Ubuntu、Debian、RHEL、Rocky Linux 與私有 Registry
介紹在主流 Linux 發行版上安裝 Docker Engine 與 Docker Compose 的方法,說明 Ubuntu、Debian、RHEL 與 Rocky Linux 的軟體源差異,並介紹私有 Docker Registry 的部署與 HTTPS 反向代理。
Systems & Programming
Shell 條件判斷與迴圈:test、if、case、for 與 while
Switch and loop in Shell, with `test` and `if else`.
Systems & Programming
Shell 變數教程:字串、陣列與 echo
Variables in Shell, string and array, echo command, variable reference.
Systems & Programming
Shell 入門:Terminal、Console、TTY 與 Bash/Zsh
介紹計算機中Shell的發展歷史,介紹terminal、console、tty。介紹linux上常見的shell如bash/zsh,介紹shell的集中登陸方式。
Networking & Infrastructure
Linux 雲伺服器初始化與安全加固:SSH、Fail2Ban 與防火牆
從檢查當前登入會話開始,完成普通管理員賬戶、SSH 金鑰、sudo、2FA、Fail2Ban 和臨時防火牆封禁等雲伺服器安全設定。
Networking & Infrastructure
Docker 部署 Transmission:自托管下载服务器
Use transmission with docker to build a pt downloading server
Networking & Infrastructure
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.