Skip to content

Instantly share code, notes, and snippets.

View TXLuong's full-sized avatar

Sebastian TXLuong

  • Hà Nội
  • 04:47 (UTC +07:00)
View GitHub Profile
@ledangtuanbk
ledangtuanbk / mac_wifi.sh
Last active May 7, 2024 13:57
Save connected wifi by date
echo "start `date`"
# Get the directory of the currently running script
script_dir=$(dirname "$0")
# Change the working directory to the directory of the script
cd "$script_dir"
echo `pwd`
//usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:smallrye-mutiny-vertx-web-client:1.1.0
//DEPS io.smallrye.reactive:mutiny:0.7.0
//DEPS org.slf4j:slf4j-nop:1.7.30
package io.vertx.mutiny.pagination;
import io.smallrye.mutiny.Multi;
import io.smallrye.mutiny.Uni;
@DevoKun
DevoKun / kafka.md
Created July 13, 2018 02:52
How to operate Kafka, mostly using Docker

Kafka Distributed Streaming Platform

Publish and Subscribe / Process / Store

Start Kafka

  • Kafka uses ZooKeeper as a distributed backend.

Start Zookeeper