|
You are here |
www.valentinog.com | ||
| | | | |
quakkels.com
|
|
| | | | | Foray headlong into SQLite data. | |
| | | | |
jinyuz.dev
|
|
| | | | | So, I was trying to reproduce some issues and bugs that only happened in production. I needed an exact copy of the production database and run it locally. Here's how I did it using pg_dump and pg_restore. $ pg_dump -U postgres -Fc -Z 9 -j 8 production.dump -d postgres Here's the breakdown for the arguments: U means username. It's used to connect to your postgres database. In this case, my username is postgres. | |
| | | | |
github.com
|
|
| | | | | The re-vamp of the KHE website. Contribute to hacksu/khe-renaissance development by creating an account on GitHub. | |
| | | | |
golb.hplar.ch
|
|
| | | [AI summary] This blog post provides a step-by-step guide on setting up a self-hosted Docker registry server on Ubuntu 20.04, including installation, firewall configuration, reverse proxy setup with Nginx, and securing the registry with TLS and basic authentication. | ||