Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sudo apt-get -y install postgresql

# updates the mirrors
sudo apt update

# installs postgresql and some additional utilities and functionalities
sudo apt install postgresql postgresql-contrib

# starts installed postgresql service
sudo systemctl start postgresql.service

# installation creates default user postgres with below you can connect with postgres user
sudo -i -u postgres

# type psql to access postgresql prompt
psql

# postgresql installation completed
Comment

apt install postgres client

sudo apt install postgresql 
Comment

PREVIOUS NEXT
Code Example
Shell :: add known host github 
Shell :: anaconda install selenium 
Shell :: cmd windows download file 
Shell :: nextjs init 
Shell :: linux find directores 
Shell :: Command to create the private key using the openssl command : 
Shell :: bash script check if enough available disk space 
Shell :: how to install rhythmbox music player on ubuntu 
Shell :: install drush 
Shell :: responsive grid system angular 
Shell :: git create new tag 
Shell :: centos php install 
Shell :: how to install postgresql in manjaro 
Shell :: como instalar visual studio code en ubuntu 20.04 
Shell :: how to run an appimage in linux 
Shell :: android turn off emulator 
Shell :: install snapd ubuntu 
Shell :: install make on windows 
Shell :: wsl windows 
Shell :: restart ubuntu server 
Shell :: how to close a port mac 
Shell :: git change crlf to lf 
Shell :: ho to go into a docker container 
Shell :: mac install pytorch 
Shell :: sveltekit normalize css 
Shell :: tar linu 
Shell :: delete all deployments kubernetes 
Shell :: borrar una rama git 
Shell :: tor browser shortcut linux 
Shell :: ionic 4 install bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =