Skip to content

Instantly share code, notes, and snippets.

View jlouiss's full-sized avatar

Jean jlouiss

View GitHub Profile
@jlouiss
jlouiss / postgres_guide
Created January 18, 2018 21:19 — forked from tacionery/postgres_guide
install postgresql on antergos
# uninstall postgresql if necessary
$ sudo pacman -R postgresql postgresql-libs
# remove postgres files
$ sudo rm -rfv /var/lib/postgres
# proceed with the installation
$ sudo pacman -S postgresql postgresql-libs
# setup password for postgres
$ sudo passwd postgres
@jlouiss
jlouiss / sites.md
Last active December 16, 2017 12:58