How to Set Up Automatic Shutdown and Notify Other Devices After Power Failure with a Home QNAP NAS UPS How to set up automatic shutdown and notify other devices after power failure with a home QNAP NAS UPS? 2025-03-22 HomeServer #Ubuntu #Linux #NAS #QNAP #UPS #Hardware
TTRSS Migration in Practice Background A few years ago, I set up a TTRss + RssHub cluster on a cloud server for reading articles. For details, see this post: Deploying a Full Self-Hosted RSS Solution on K8S - RssHub + Tiny Tiny 2025-02-22 CloudNative #K8S #Traefik #Ingress #RSS #Feed #RssHub #TTRss #Rook-Ceph
🍾 I Integrated AI 🤖 into My WeChat Official Account Recently, to better embrace AI, I decided to integrate AI capabilities into my WeChat Official Account, enabling intelligent replies to user messages and providing a richer interactive experience. 2025-02-07 AI #AI #Docker #WeChat Official Account #Zhipu #DeepSeek #Alibaba Cloud #chatgpt-on-wechat
Quickly Run AI Large Language Models on Windows - Llama3 Quickly run a local AI large language model - Llama3 on Windows. Using: WSL, NVIDIA, CUDA, WASMEdge, and Llama3. 2024-04-20 AI #AI #Windows #LLM #ChatGPT #Llama #WSL #WASM #WASMEdge
How to Monitor OpenSearch in K8s OpenSearch is seeing increasing adoption, but its ecosystem is not yet fully mature. This article explains how to monitor OpenSearch in K8s, covering the full pipeline from installing the exporter plu 2024-04-10 Observability #Best Practices #K8S #Monitoring #Observability #Grafana #Prometheus #Middleware #OpenSearch
Grafana Series - Loki - Implementing Alerting Based on Logs In practice, beyond metrics-based alerting, there is often a need for log-based alerting as well. A typical example is error rate alerting based on NGINX logs. This article introduces how to implement 2023-12-10 Observability #K8S #CloudNative #Monitoring #Logging #Observability #Grafana #Loki
Terraform Series - Iterating Over Blocks with Dynamic Blocks A practical guide on using Dynamic Blocks to iterate over blocks, illustrated with a real-world example of batch-configuring Grafana Dashboard Permissions 2023-10-27 Cloud Computing #Best Practices #GitOps #AWS #IaC #Terraform #Grafana #HashiCorp #Multi-Cloud Management #Infrastructure Management
How to Recover a Corrupted Postgres Database Running in a Container A Pod anomaly caused WAL corruption in a Postgres database. How to fix it? 2023-09-27 CloudNative #K8S #BestPractice #RSS #RssHub #TTRss #DB #Postgres
Several Approaches to Encrypting K8s Secrets By default, K8s Secrets are base64 encoded (🐾not encrypted), which means anyone with access to your cluster can access your sensitive data. Given this, what are the options for (truly) encrypting K8s 2023-09-18 CloudNative #K8S #BestPractices #Security #Container #Utilities
Methods for Accelerating Docker Image Pulls in China Pulling Docker images in China can be painful — slow speeds, frequent disconnections, and rate limiting without an account 😣. Here are several methods to speed things up. 2023-09-05 CloudNative #BestPractices #Networking #Docker #Cloudflare