Skip to content

Instantly share code, notes, and snippets.

@Alexey-Tsarev
Alexey-Tsarev / docker-compose.yml
Last active January 11, 2026 19:28
Samba in Docker: enable audit
# Tested on Debian 13
services:
# https://github.com/ServerContainers/samba
samba:
image: ghcr.io/servercontainers/samba:a3.23.2-s4.22.6-r0 # https://github.com/servercontainers/samba/pkgs/container/samba/versions
# ...
environment:
@Alexey-Tsarev
Alexey-Tsarev / zfs_install.sh
Last active May 23, 2025 03:10
ZFS 0.8 at Raspberry Pi
#!/usr/bin/env sh
set -e
set -x
CUR_PWD="$(pwd)"
cd "$(dirname $0)"
if [ ! -d zfs ]; then
# https://github.com/zfsonlinux/zfs/wiki/Building-ZFS