This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# from http://stackoverflow.com/questions/1471571/how-to-configure-postgresql-for-the-first-time | |
# | |
# debian jessie | |
# PostgreSQL 9.3 | |
sudo apt-get install postgresql postgresql-client | |
# connect to standard system database template1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ctrl + shift + F | |
^.*\S+.*$ |