Skip to content

Instantly share code, notes, and snippets.

View Tsugami's full-sized avatar

Yslan Ramos Tsugami

  • Brazil
  • 04:36 (UTC -03:00)
View GitHub Profile
@Tsugami
Tsugami / .alacritty.yml
Created February 22, 2023 10:25
.alacritty.yml
font:
normal:
family: JetBrainsMono Nerd Font
shell:
program: /bin/zsh
window:
decorations: none
padding:
x: 20
y: 10
version: '3.9'
networks:
default:
name: opentelemetry-demo
driver: bridge
services:
otel-collector:
image: otel/opentelemetry-collector-contrib
version: "3.9"
services:
redis_bullmq:
image: redis:latest
container_name: redis_bullmq
restart: always
ports:
- 6379:6379
grafana:
@Tsugami
Tsugami / kafka-oracle-vm-config.md
Created February 12, 2024 20:06 — forked from dyoung522/kafka-oracle-vm-config.md
kafka installation with systemd
  1. Install Kafka

    cd /opt
    curl -O http://www.gtlib.gatech.edu/pub/apache/kafka/0.11.0.0/kafka_2.11-0.11.0.0.tgz
    tar xvzf kafka_2.11-0.11.0.0.tgz
    ln -s kafka_2.11-0.11.0.0/ kafka
  2. Edit /usr/lib/systemd/system/kafka-zookeeper.service

/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;