Skip to content

Instantly share code, notes, and snippets.

@nittey
nittey / hostapd.conf
Created May 15, 2025 21:25 — forked from nickpegg/hostapd.conf
My hostapd config
# Set up some logging. VERY useful to see why things aren't working.
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
# Which interface to use and which bridge to join
interface=wlan0
bridge=br0
@nittey
nittey / guide.md
Created March 22, 2024 21:50 — forked from jd-apprentice/guide.md
# Dockerize a database + DBeaver

How to build and run our containers.

First create a .env file with the following structure (names are like this because i'm using postgres)

POSTGRES_CONTAINER_NAME=
POSTGRES_CONTAINER_IMAGE_NAME=

postgres_USER=
postgres_PASS=