DBNAME=# \du
List of roles
Role name | Attributes | Member of
-------------+------------------------------------------------------------+-----------
user | | {}
postgres | Superuser, Create role, Create DB, Replication, Bypass RLS | {}
dbuser | | {}
DBNAME=# REASSIGN OWNED BY dbuser TO postgres;
This file contains hidden or 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/bash | |
| # Simple, zero-downtime deploys with nginx and docker-compose | |
| # Thanks to Stephen O'Brien, Head of Product, Tines | |
| # Source: https://www.tines.com/blog/simple-zero-downtime-deploys-with-nginx-and-docker-compose | |
| set -e | |
| set -x | |
| compose_yml="${1:-docker-compose.yml}" |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Reload Galileu | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-03-12 | |
| // @description try to take over the world! | |
| // @author Samir | |
| // @match https://galileu.pefoce.ce.gov.br/pages/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=gov.br | |
| // @grant none | |
| // ==/UserScript== |
OlderNewer