DevOps

Complete Guide to Migrating Tencent Cloud Static Resources to Cloudflare R2

Complete Guide to Migrating Tencent Cloud Static Resources to Cloudflare R2

This article details how to migrate static resources from Tencent Cloud to Cloudflare R2, including using rclone for …

· 5 min
CloudflareR2CDNCloud Services

Building Real-time Web Page Ranking Monitoring with GitHub Action

Recently, I had a requirement to monitor the ranking situation of a certain entry in a competition. Unfortunately, the …

· 2 min
GitDevOps

Pipeline Optimization — Cache Directories

Speed up CI pipelines by caching npm dependencies on the host and inside Docker builds, with example Jenkinsfile …

· 1 min
DevOps

Pulling Images from a Private Docker Registry

Fixing errors when pulling from a private registry on a remote office PC: disable Docker app proxy, add hosts mapping, …

· 1 min
DevOps

Java Log Management and Operations Analysis

This article provides an introduction to Java log management and operations analysis, including best practices, …

· 3 min
JavaDevOpsLogging

Practical Tips for Using GitLab

This article introduces practical tips for using GitLab, including its advantages, implementation details, and relevant …

· 2 min
gitlabci-cddevops

Deploy V2Ray with Docker

Step-by-step V2Ray deployment using Docker and docker-compose: prerequisites, VPS selection, install steps, configs, and …

· 4 min
DevOpsNetworking

My First Experience with Docker

This article introduces my first experience with Docker, including its advantages, implementation details, and related …

· 3 min
DevOpsDeployment

Enabling HTTPS for a Website

Walkthrough of issuing a Let's Encrypt certificate with acme.sh, wiring it into NGINX, and keeping it renewed …

· 2 min
Network SecurityDevOps