Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Ignore this toot just testing something.#FreeBSD

Uncategorized
32 9 114

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    10 Views
    New blog post: Hosting a Static Blog on FreeBSD with Bastille JailsA deep dive into my self-hosting setup:- FreeBSD 15.0 with securelevel 2- Bastille jails for isolation (Caddy, Nginx, deployment gateway)- PF firewall with strict NAT/RDR rules- CI/CD via Forgejo Actions with rrsync-restricted deployments- nullfs mounts for zero-copy file sharing between jailsThe "transporter pattern" keeps the blog jail unexposed while enabling automated deploys. Jails remain the most elegant isolation mechanism around.https://blog.hofstede.it/hosting-a-static-blog-on-freebsd-with-bastille-jails-and-automated-deployment/#freebsd #bastillebsd #jails #blog #devops #cicd #forgejo
  • It works ❤️

    Uncategorized freebsd hardenedbsd github
    2
    0 Votes
    2 Posts
    3 Views
    It works ❤️ FreeBSD running in a Github action.See https://github.com/0x1eef/hardenedbsd-vm/actions/runs/20127365341/job/57760097378This is just the start, but a big milestone.<snip>Attempt 36/100Attempt 37/100<snip>dial tcp 192.168.122.12:22: connect: connection refused (8/100dial tcp 192.168.122.12:22: connect: connection refused (9/100)SSH session establisheduname -aFreeBSD hardenedbsd 15.0-RELEASE FreeBSD 15.0-RELEASE releng/15.0-n280995-7aedc8de6446 GENERIC amd64#freeBSD #hardenedBSD #github
  • 0 Votes
    1 Posts
    12 Views
    Fosdem 2026 : BSD, illumos OpenZFS & bhyve devroomDon't forget, you only have a week to submit your talks ! The deadline is the December the1st. ⏰ https://people.freebsd.org/~rodrigo/fosdem26/#fosdem2026 #FreeBSD #NetBSD #OpenBSD #Illumos #zfs #bhyve
  • 0 Votes
    1 Posts
    8 Views
    Time for the weekly sunday-backup of my home-server:1. Plug USB HDD2. zpool import zusb3. zfs snapshot -r zroot@backup-$(date +%Y%m%d)4. zfs send -R -i zroot@backup-$(date +%Y%m%d) | zfs receive -o mountpoint=none zusb/backup_zroot5. zpool export zusb6. Unplug HDD#freebsd #zfs #backup