Skip to content

Instantly share code, notes, and snippets.

View onedal's full-sized avatar
🎯
Focusing

mega6obep onedal

🎯
Focusing
  • Russia
View GitHub Profile
@ytbryan
ytbryan / gist:4c4db2f12f2a06b698df
Created April 19, 2015 10:19
fixing PG::ConnectionBad: FATAL: password authentication failed for user "postgres"
#go to hb_hba.conf
local all postgres ident
#go to psql
sudo -u postgres psql
#enter the following command to set or change the password
ALTER USER postgres PASSWORD 'actual_password';
#go to hb_hba.conf to change this line back
#loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;