TIL: Customizing PostgreSQL Shell with psqlrc Configuration
Today I learned how to customize the PostgreSQL command-line interface using psqlrc configuration files to improve productivity and user experience.
Today I learned how to customize the PostgreSQL command-line interface using psqlrc configuration files to improve productivity and user experience.
How to configure pip for corporate networks with proxy servers and SSL certificates. Setting up environment variables and configuration files to work around common enterprise networking challenges.
TIL 2019-11-28 TOML: Tom’s Obvious Minimal Language - Simple, readable configuration file format that aims to be a better alternative to JSON, YAML, and INI files for configuration purposes.