chmod +x ./max.awk
Demande d'un environnement AWS Blank Open Environment sur demo.redhat.com.
Infos reçues :
- Console: https://REDACTED.signin.aws.amazon.com/console
AWS_ACCESS_KEY_ID: AKIA...QWCB
AWS_SECRET_ACCESS_KEY: 9vW9...YSfC
- Top level route53 domain: .REDACTED.opentlc.com
- Web Console Credentials:
[email protected]
/REDACTED
Création d'un utilisateur IAM en suivant les instructions d'AWS et documentation OpenShift.
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
kind: StatefulSet | |
apiVersion: apps/v1 | |
metadata: | |
name: mqtt-ss | |
labels: | |
ActiveMQArtemis: mqtt | |
application: mqtt-app | |
spec: | |
replicas: 1 | |
selector: |
Why playing with the Apple Notes APIs, I realized there were not working properly and thus I had no means to automatically migrate my notes to another app. So, I decided to copy/paste my notes in another app (Bearnotes) while the number of notes was still manageable.
Below are my attempts to play with the Apple Notes API.
sudo mkdir -p /opt/traefik/etc/conf.d /opt/traefik/bin /srv/traefik
curl -sL https://github.com/traefik/traefik/releases/download/v2.5.3/traefik_v2.5.3_linux_amd64.tar.gz | sudo tar -zxv -C /opt/traefik/bin traefik
sudo useradd -d /srv/traefik -r traefik
sudo touch /opt/traefik/etc/traefik.env
sudo chown -R traefik:traefik /srv/traefik
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 | |
set -Eeuo pipefail | |
ADMIN_PORTAL="https://3scale-admin.apps.changeme" | |
TOKEN="changeme" | |
APPLICATION_PLAN_ID="changeme" | |
curl -skf -X POST "$ADMIN_PORTAL/admin/api/signup.json" -o /tmp/signup.json \ | |
--data-urlencode "access_token=$TOKEN" \ |
- https://computingforgeeks.com/configure-iscsi-target-and-initiator-on-centos-rhel/
- https://computingforgeeks.com/how-to-configure-iscsi-initiator-on-centos-rhel/
- https://computingforgeeks.com/install-and-configure-nfs-server-on-centos-rhel/
- https://computingforgeeks.com/configure-nfs-client-on-centos-rhel/
NewerOlder