apt update && apt install -y redis redis-cli -h [-p ] [-a ] redis-cli -h [-p ] [--user ] [--pass ] redis-cli -h [-p ] [--askpass]
redis:6379> LLEN events (integer) 60
prod="" | |
export AWS_PROFILE="profile" | |
DEST_ACCOUNT_ID=${prod} | |
aws sts assume-role \ | |
--role-arn "arn:aws:iam::${DEST_ACCOUNT_ID}:role/admin" \ | |
--role-session-name awscli-session | |
export $(printf "AWS_ACCESS_KEY_ID=%s AWS_SECRET_ACCESS_KEY=%s AWS_SESSION_TOKEN=%s" \ |
Here’s a shorter list of 10 important GitHub Actions environment variables:
SSL analysis https://www.ssllabs.com/ssltest/
|
# Querying Schema Privileges | |
sampledb=# dn+ | |
List of schemas | |
Name | Owner | Access privileges | Description | |
--------+----------+----------------------+------------------------ | |
public | postgres | postgres=UC/postgres+| standard public schema | |
| | =UC/postgres | | |
(1 row) | |
- the default-created schema named "public", described as "standard public schema", and owned by the role "postgres" | |
-- ownership, unless specified otherwise, is set to the role which creates the schema. |
sintaxis | |
awk options program file | |
# Especificar el separador de archivos | |
-F fs | |
# file: programa awk | |
-f file |