Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
Really really quick postgres install on ubuntu 16.04
linux
db
<pre><code>sudo apt-get install postgresql postgresql-contrib sudo -u postgres psql ALTER USER postgres PASSWORD '123456'; \q </code></pre>
© 2026 Code0x378