Skip to content

Instantly share code, notes, and snippets.

View ozzpy's full-sized avatar
☁️
Working from cloud

RAFAEL S GUIMARÃES ozzpy

☁️
Working from cloud
View GitHub Profile
#!/bin/bash
IMAGE=$1
CNAME=$2
PORT=$3
function buildTraefik {
cat << EOF > ~/up.sh
#!/bin/bash
docker image rm ${IMAGE}
@ozzpy
ozzpy / xdp-example.go
Created May 11, 2026 23:03 — forked from florianl/xdp-example.go
xdp ebpf example
package main
import (
"fmt"
"log"
"net"
"github.com/cilium/ebpf"
"github.com/cilium/ebpf/asm"
"github.com/cilium/ebpf/rlimit"