user:
teremquo
no fullname set
no profile url set
no profile description set
Lists
Tags
no tags in lists
Pinned Lists of teremquo
Private lists of teremquo are not displayed.
-
setup a pc with 2 network cards
-
install proxmox
-
setup networking - bridge networking (guest has same network with host), network address translation or NAT (guest uses host's network)
-
open VNC console - so far works in Opera 9.xx only, Firefox just pops-up a blank window (needed java update)
Step 1
1.1 sudo less /etc/postgresql/8.4/main/pg_hba.conf
1.2 local all sameuser trust
1.3 local all all trust
1.4 host all all 127.0.0.1/32 trust
1.5 host all all ::1/128 trust
Step 2
2.1 sudo /etc/init.d/postgresql-8.4 restart
Step 3
3.1 Set password for user postgres
References
Ubuntu Help - PostgreSQL
Postgres authentication failure