Passion's Log

Where code meets life

Archive

Blog

Filter articles by category and tags to quickly reach what matters.

Categories
Tags
DBA

Installing PostgreSQL Single Node on Ubuntu

PostgreSQL is a powerful, stable open-source relational database with high concurrency handling and robust transaction mechanisms, widely used in data-intensive systems.

#DBA#PostgreSQL#Ubuntu#Docker#Database Deployment#Database#SQL#Performance Tuning
Read more
DevOps

Deploying a Private PyPI Repository via Docker Compose

In enterprise environments, Python dependency management impacts development efficiency and deployment stability. This guide builds an offline, scalable, and highly available dependency repository using Docker.

#DevOps#Docker#Python#Private Repository#Dependency Management#CI/CD#Automation
Read more
Linux

Complete Guide to Installing Python and Pip on Ubuntu

Python is a core foundational environment for modern development and AI systems. This article provides multiple Python installation and management solutions from an engineering practice perspective, covering stable deployment, development environments, and advanced customization scenarios to help you build a reproducible, isolated, and maintainable Python development environment.

#Linux#Python#Ubuntu#System Administration#Environment Setup#Troubleshooting
Read more
DevOps

Installing Docker and Docker Compose on Ubuntu

Docker has become standard infrastructure for modern development and deployment. This guide provides a standardized installation process for Docker and Docker Compose to ensure a stable, reproducible, and maintainable environment.

#DevOps#Docker#Ubuntu#Containerization#System Administration#CI/CD#Automation
Read more
General

Part 2 - OpenClaw Installation Route Design

Why planning is essential before installing OpenClaw. Involves Node.js environment, Gateway service, Plugin system, messaging channels, and AI Model Providers.

#General#OpenClaw#Installation Planning#Environment Setup
Read more
AI

Post 1 - Getting to Know OpenClaw

Why is OpenClaw called the next-gen AI automation platform? This post covers OpenClaw's core architecture, features, and use cases, kicking off the AI Agent practical series.

#AI#AI Agent#OpenClaw#Automation#Open Source#AI Engineering
Read more
Linux

Part 1: Installing VMware

Introduction to Installing VMware: When learning Linux, server operations, network experiments, container technologies, and various development environment deployments, virtual machines are almost one of the most common and practical basic tools.

#Linux#System Administration#Troubleshooting
Read more
Back to top