#Ubuntu
3 articles
Database
2025-03-07
Troubleshooting 'configure' Errors During PostgreSQL Installation
Fix the You need to run the configure program first error when compiling PostgreSQL from source. Covers ./configure options, re-running make, and common dependency issues on Ubuntu/CentOS.
#PostgreSQL#Ubuntu#CentOS
Database
2021-09-12
Encountered 'Permission denied' Error When Starting MySQL Container on Ubuntu 20.04.2 LTS
Fix MySQL container permission denied errors on Ubuntu 20.04 by properly configuring docker-compose user UID/GID mappings.
#Ubuntu#MySQL#Tips
Infrastructure
2019-02-15
Ubuntu Initial Setup Notes
Set up Ubuntu servers with SSH key authentication, custom ports, and firewall rules for secure remote access management.
#Ubuntu