Skip to content

Instantly share code, notes, and snippets.

View Darkflib's full-sized avatar
💭
Kubernetes: because you thought one moving part wasn't enough.

Mike Preston Darkflib

💭
Kubernetes: because you thought one moving part wasn't enough.
View GitHub Profile
#cloud-config
# This is the user-data configuration file for cloud-init. By default this sets
# up an initial user called "ubuntu" with password "ubuntu", which must be
# changed at first login. However, many additional actions can be initiated on
# first boot from this file. The cloud-init documentation has more details:
#
# https://cloudinit.readthedocs.io/
#
# Some additional examples are provided in comments below the default
/*********
Rui Santos
Complete project details at https://randomnerdtutorials.com
*********/
#include <WiFi.h>
#include <PubSubClient.h>
#include <Wire.h>
//include <Adafruit_BME280.h>
//include <Adafruit_Sensor.h>
from gql import Client, gql
from gql.transport.aiohttp import AIOHTTPTransport
import json
import pprint
pp = pprint.PrettyPrinter(indent=2)
# Select your transport with a defined url endpoint
transport = AIOHTTPTransport(url="https://api.github.com/graphql", headers={'Authorization': 'bearer 11111111111111111111111111abc'})
hdmi_force_hotplug:0=1
framebuffer_depth:0=32
gpu_mem=448
framebuffer_ignore_alpha:0=1
start_x=0
hdmi_drive:0=1
hdmi_group:0=2
hdmi_mode:0=87
hdmi_cvt:0=1440 2560 48
# Copyright (c) 2017 Adafruit Industries
# Author: Tony DiCola & James DeVito
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
version: "2.4"
services:
transmission:
image: linuxserver/transmission:latest
network_mode: service:gluetun
restart: always
environment:
- PGID=100
- PUID=1032
volumes:
Host github.com gist.github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile /home/user/.ssh/id_rsa
# Override the key per repo using 'git config core.sshCommand "ssh -i ~/.ssh/id_rsa2"'
https://docs.aws.amazon.com/ses/latest/dg/success-metrics.html
https://docs.aws.amazon.com/ses/latest/dg/tips-and-best-practices.html
https://www.replyup.com/blog/amazon-ses-best-practices/
https://www.replyup.com/blog/amazon-ses-spf-dkim-dmarc/
https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/SES/
https://medium.com/@serbanmihai/how-to-handle-aws-ses-bounces-and-complaints-53d6e7455443
https://en.wikipedia.org/wiki/Privacy_and_Electronic_Communications_(EC_Directive)_Regulations_2003
yt-dlp --download-archive archive.log --resize-buffer --restrict-filenames --write-description --console-title --write-subs --write-auto-subs --sub-langs "en" --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --sleep-interval 5 --max-sleep-interval 15 --convert-thumbnails jpg --sponsorblock-mark all "https://www.youtube.com/playlist?list=PLT1234567890-aBcDeFgH1234567" -N 8

Can you explain the aws arn format including components?

Yes, I can explain the AWS ARN format and its components.

AWS ARN stands for Amazon Resource Name, which is a unique identifier used to identify and access AWS resources. It is a string of characters that follows a specific format:

arn:aws:<service>:<region>:<account-id>:<resource-type>/<resource-name>