Pinned Loading
-
Copy all the bindings from one rabbi...
Copy all the bindings from one rabbitmq queue and attach them to another queue. Non-destructive 1#!/usr/bin/env zsh2# Written for zsh34## RabbitMQ Management HTTP API (aka view all rabbitmq rest apis)5## http://localhost:15672/api -
Disable the master password requirem...
Disable the master password requirement for pgAdmin 4. Assumes MacOS 1#!/usr/bin/env bash23set -e # Abort on errors
4set -u # Abort on attempt to use undefined variable
5 -
Delete All Pyenv Virtualenvs
Delete All Pyenv Virtualenvs 1# set IFS (The Internal Field Separator) to new line2IFS=$'\n'34# for each virtualenv, force delete (delete without prompt)5# omit evn aliases as they are duplicate
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
