Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

debian install postgresql

apt-get install postgresql-12
Comment

postgres setup Linux Debian

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql-12
Comment

PREVIOUS NEXT
Code Example
Shell :: git uncommit last commit but keep changes 
Shell :: install brave browser in ubuntu 
Shell :: watch and compile scss command 
Shell :: flutter run all 
Shell :: docker delete container and image 
Shell :: Installing the virtualenv for you app 
Shell :: how to git clone from a specific branch git 
Shell :: bash for loop multiple statements 
Shell :: install jenkins in linux 
Shell :: git empty commit 
Shell :: xampp ubuntu 
Shell :: scp download 
Shell :: how to create a file with a given size in linux? 
Shell :: list enviroment variables 
Shell :: dump database docker 
Shell :: install choclatey 
Shell :: install chromedriver on linux 
Shell :: install flask 
Shell :: java to jar 
Shell :: how to install flutter linux 
Shell :: tar extract to specific location 
Shell :: bash print output to one line 
Shell :: VCINSTALLDIR not set, not running in VS Command Prompt 
Shell :: phpcs standard xml 
Shell :: git commit and add in one command 
Shell :: linux find installation location 
Shell :: How install packages from package.tar.gz on rstudio 
Shell :: remove docker machine 
Shell :: heic open linux 
Shell :: github add multiple credentials windows 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =