Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install postgresql and phppgadmin client

sudo apt update
sudo apt -y upgrade

sudo apt install postgresql postgresql-client

sudo su - postgres
psql -c "alter user postgres with password 'root'"

sudo apt -y install phppgadmin php-pgsql

sudo nano /etc/phppgadmin/config.inc.php
# Set extra_login_security to false
conf['extra_login_security'] = false;

sudo systemctl restart postgresql apache2

# Visit
localhost/phppgadmin
Comment

PREVIOUS NEXT
Code Example
Shell :: brew install erlang 
Shell :: c program to add 1 to each digit of a number 
Shell :: Display curl output in readable JSON format in Unix shell script 
Shell :: see prerouting rules linux 
Shell :: reminder to push to git 
Shell :: rebuild all apps dokku 
Shell :: removing large files 
Shell :: git lfs track folder 
Shell :: windows command count output lines 
Shell :: install heroku cli plugin - heroku-release-retry 
Shell :: error: refname refs/heads/origin not found 
Shell :: ssh remove file command 
Shell :: github pages custom theme 
Shell :: shell using Loops to Add Element in XML File in Powershell 
Shell :: cuddn version check 
Shell :: cd to a sub-directory 
Shell :: how to check if tab was pressed in bash 
Shell :: github actions to publish mobile app 
Shell :: ring get the input from the user using the give command 
Shell :: cmd continue after venv activate 
Shell :: cmd.exe /s /k pushd "%V" run as admin 
Shell :: git apply 
Shell :: pnpx no-interactive 
Shell :: run antlr 
Shell :: xampp has no control panel in linux 
Shell :: bat to delete all ".trashed" files in subfolders 
Shell :: Fix SSH Error in Terminal & Linux: client_loop: send disconnect: Broken pipe 
Shell :: can i connect ubuntu laptop and desktop for file transfer 
Shell :: read gitignore file 
Shell :: powershell disable password complexity 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =