JupyterLab Field Guide: Deployment, Configs, and Tricks

Living Document: This post serves as my personal knowledge base for JupyterLab. It is updated regularly with new configurations, extension compatibilities, and deployment scripts. ...

November 24, 2025 · Frederick

Node.js Setup on Linux: A Step-by-Step Guide

This guide provides a clear, step-by-step process for installing Node.js on a Linux system, including configuring a domestic npm registry for faster package downloads. Ideal for developers setting up their environment. ...

September 10, 2024 · Frederick

Deploying a Private LLM Chatbot with Docker and Hugging Face

Learn how to build and deploy a fully private and fast LLM chatbot using Docker containers and Hugging Face’s powerful tools. This tutorial covers setting up text-generation-inference for efficient model serving, integrating a user-friendly chat-ui interface, and configuring reverse proxying for easy access. ...

November 15, 2023 · Frederick

Deploying V2Ray Proxy Service

deploy v2ray proxy service. ...

April 1, 2023 · Frederick

Getting Started with Docker: Installation, Configuration, and GPU Setup

This blog post provides a comprehensive guide to installing, configuring, and optimizing Docker on a Linux system (specifically Ubuntu). It covers installation methods (from official and AliYun repositories, as well as offline installation), user permission setup for running Docker commands without sudo, customizing the Docker daemon for networking, logging, storage, and proxy configurations. It also details enabling remote API access and integrating NVIDIA GPUs for accelerated computing. The guide includes clear code examples and explanations for each step, making it a valuable resource for both beginners and experienced Docker users. ...

March 19, 2023 · Frederick