Skip to content

Instantly share code, notes, and snippets.

View danielfsilva88's full-sized avatar

Daniel Ferreira Silva danielfsilva88

View GitHub Profile
@danielfsilva88
danielfsilva88 / bash_general.md
Created May 20, 2024 02:13
Bash general content

Execute Linux command from txt

  • Example:
    • Markdown file with text and code together
    • Inside Markdown you have a sequence of lines like:
      1. Use docker compose file in this folder (compose-zoo-kafka-postg.yaml) to set a zoo-keeper, a kafka, and a Postgree DB
      2. To enable this environment, use the command: $ docker compose -f compose-zoo-kafka-postg.yaml up -d
      3. To access the "kafka terminal", use the command: $ docker exec -it kafka bash
      
  1. To disable this environment, use the command: $ docker compose -f compose-zoo-kafka-postg.yaml down
@danielfsilva88
danielfsilva88 / databricks_mount_tips.md
Last active May 15, 2024 21:35
Databricks mount to external storage
@danielfsilva88
danielfsilva88 / Databricks_general_content.md
Last active April 2, 2024 21:09
Databricks general content
@danielfsilva88
danielfsilva88 / Azure_SA.md
Created April 2, 2024 20:54
Azure Synapse Analytics content
@danielfsilva88
danielfsilva88 / boot-from-ram-debian.md
Created March 22, 2018 21:31 — forked from avinash-oza/boot-from-ram-debian.md
How to boot from RAM on debian