Horje
how to install postgresql in manjaro Code Example
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




Shell

Related
linux give all files an extension Code Example linux give all files an extension Code Example
git remove file from history Code Example git remove file from history Code Example
compare strings shell Code Example compare strings shell Code Example
list of files in git commit Code Example list of files in git commit Code Example
how to see commited file names in command line git Code Example how to see commited file names in command line git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10