Skip to content

Instantly share code, notes, and snippets.

View shazaum's full-sized avatar
🏠
Working from home

Renato dos Santos shazaum

🏠
Working from home
View GitHub Profile
#
# First Login on PostgreSQL 9.6.4
#
# configuration files on Ubuntu - /etc/postgresql/9.6/main
# configuration files on CentOS - ##
# pg_hba.conf file - add this lines for remote connection
host all all 0.0.0.0/0 md5
host all all ::/0 md5
@shazaum
shazaum / export.sh
Created May 9, 2017 12:07 — forked from ognjenm/export.sh
The following script will export all zimbra accounts to an import script
#!/bin/bash
# The following script will export all accounts to an import script.
# this script should be run as zimbra user
# target for ZCS 8, single server deployment
# last update 2014-04-04
# ognjen.miletic@gmail.com
# original at http://www.3open.org/d/zimbra/export_accounts
# customize these to your needs