Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install postgresql in manjaro

sudo pacman -S yay
yay -S postgresql pgadmin4

sudo -u postgres -i
initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data/'
exit

sudo systemctl enable --now postgresql
sudo systemctl status postgresql
Comment

PREVIOUS NEXT
Code Example
Shell :: installing mailcatcher ubuntu 
Shell :: transfer files to cluster 
Shell :: install ip addr on ubuntu 
Shell :: powercli install 
Shell :: pip uninstall all packages 
Shell :: install scoop 
Shell :: delete all files in a folder in ubuntu 
Shell :: install system images sdkmanager 
Shell :: s3fs python 
Shell :: linux how to check what gpu 
Shell :: how to uncommit in git 
Shell :: bash: bin/activate: No such file or directory 
Shell :: ubuntu start nginx 
Shell :: clear cache manjaro 
Shell :: list cron jobs for all users 
Shell :: kill port in mac terminal 
Shell :: update repository ubuntu 
Shell :: git commits by author 
Shell :: lollypop music player install ubuntu 
Shell :: gumlet/php-image-resize 1.9.2 requires ext-gd * 
Shell :: ubunutu stats top menu bar 
Shell :: git vimdiff 
Shell :: Port 80 in use by "Unable to open process" with PID 4! 
Shell :: ubuntu bluetooth not listed 
Shell :: how to install frida 
Shell :: install flask on ubuntu 
Shell :: how to create a bash script 
Shell :: pause powershell script until keypress 
Shell :: find show system info linux 
Shell :: git delete local tag 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =