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. This article details the installation and basic configuration of a PostgreSQL single node on Ubuntu, helping readers quickly set up the database environment.

#DBA#PostgreSQL#Docker#Ubuntu#Database Installation#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 article guides you through building an offline-capable, scalable, and highly available private PyPI repository using Docker.

#DevOps#Docker#PyPI#Python#Private Repository#CI/CD#Automation
Read more
DevOps

Installing Docker and Docker Compose on Ubuntu

Docker has become standard infrastructure for modern development and deployment, ensuring environment consistency and rapid delivery. However, inconsistent installation methods and version management remain common. This guide provides a standardized Docker and Docker Compose installation process on Ubuntu for a stable, reproducible, and maintainable environment.

#DevOps#Docker#Ubuntu#Linux#Containerization#CI/CD#Automation
Read more
Linux

Installing Python and Pip on Ubuntu

Python is a core foundational environment in modern development and AI systems, but version chaos and dependency conflicts are common. This article provides multiple installation and management solutions for stable deployment and development.

#Linux#Python#Ubuntu#Development Environment#System Administration#Troubleshooting
Read more
General

Article 2 - OpenClaw Installation Roadmap Design

Why planning is essential before installing OpenClaw? Many users' first reaction is to execute the installation command directly. However, OpenClaw installation is not just "one command to finish" as it involves Node.js runtime, Gateway services, Plugin/Tools systems, messaging channel integration, and AI Model Providers.

#General#Installation Guide#Environment Setup#OpenClaw#DevOps
Read more
AI

Article 1 - Getting Started with OpenClaw

Why write this series? Recently, OpenClaw has gained popularity in the AI Agent community, hailed as the next-gen AI automation platform. This article explains what OpenClaw is, its differences from competitors, and use cases.

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

Part 1 - Installing VMware

Preface on 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
Linux

Part 3 - Summary of Common Linux Commands (Ubuntu)

Linux is the foundational OS for Ops, Dev, Cloud, Containers, Automation, and AI engineering. This article summarizes common commands for Ubuntu users for daily operations, system management, and troubleshooting.

#Linux#System Administration#Troubleshooting#Ubuntu#Command Line
Read more
Back to top