Passion's Log

Where code meets life

Personal Archive

Passion's Log

Where code meets life

Full-stack dev · Design enthusiast · Cloud Ops engineer · Telling stories with code

Liu Yaojie (Passion)

Latest

Latest posts

View all →
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
Back to top