📂 tf $ cat main.tf
provider "aws" {
region = "us-west-2"
}
data "aws_subnets" "all" {}
data "aws_security_groups" "default" {}
This file contains 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
; System specs: | |
; Intel 12700KF (12th gen Core i7 Unlocked, no iGPU) | |
; GeForce 3060 ti 8 GB | |
; 32 GB DDR5 5200 RAM | |
; | |
; yields ~55-60 fps in crowded areas (cities/stations) | |
; 150-160 in space/planets | |
Con_Restricted = 0 | |
r_displayinfo = 1 |
This file contains 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
inotifywait -mrq -e CREATE --format %w%f "$1" | while read FILE | |
do | |
[[ -d "${FILE}" ]] && chmod 2775 "${FILE}" | |
[[ -f "${FILE}" ]] && chmod 0664 "${FILE}" | |
done |
This file contains 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
#!/usr/bin/env python3 | |
import hmac | |
import hashlib | |
import base64 | |
import argparse | |
# Values that are required to calculate the signature. These values should | |
# never change. | |
DATE = "11111111" |
I hereby claim:
- I am gwojtak on github.
- I am gwojtak (https://keybase.io/gwojtak) on keybase.
- I have a public key ASAEo0rPB_mhW_NBpz8hiIUBysy_t4SAwelS75_RGxUZAwo
To claim this, I am signing this object: