namtx
.dev
About me
Bookmarks
TIL
May 17, 2017
change postgres password
sudo -u postgres psql
Then
\p
assword postgres
Type
\q
to quit.