Skip to content

Commit

Permalink
Update codes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gissandrogama authored Jul 10, 2020
1 parent b4822c7 commit eae0185
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions codes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,20 @@ Volte para o terminal
$ ssh -T [email protected]
$ Yes
#Depois disso deve aparecer uma mensagem contendo o seu usuário do GitHub


# PSQL

sudo apt-get install postgresql postgresql-contrib
sudo -i -u postgres psql

ALTER USER postgres PASSWORD 'postgres';

sudo -u postgres createuser --interactive

/etc/postgresql/9.1/main/postgresql.conf
trust

# INOTIFY-TOOLS

sudo apt-get install inotify-tools

0 comments on commit eae0185

Please sign in to comment.