Skip to content

Instantly share code, notes, and snippets.

View FrankBurmo's full-sized avatar

Frank Finnøy Burmo FrankBurmo

View GitHub Profile
@FrankBurmo
FrankBurmo / code-editor-rules.md
Created January 2, 2025 19:58 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@FrankBurmo
FrankBurmo / fast-kafka-dev-env.md
Last active April 12, 2020 07:19
Fast Kafka dev environment

https://github.com/lensesio/fast-data-dev

docker run -d -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092:9092 -e ADV_HOST=[ENTER_HOSTNAME_HERE] -e RUNNING_SAMPLEDATA=0 lensesio/fast-data-dev

To run on aws ec2:

use ec2-instance with at least 4 GB RAM, or you will have issues. I used t3a.medium with success

attach elastic ip (not a requirement, but makes it easier)

@FrankBurmo
FrankBurmo / install-docker-amazon-linux-2.md
Last active April 12, 2020 07:48 — forked from npearce/install-docker.md
Amazon Linux 2 - install docker & docker-compose using 'sudo amazon-linux-extras' command