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

I was experimenting with #Bastille and it suddenly reminded me of this.

Uncategorized
1 1 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    2 Views
    Started to touch FreeBSD jail and Bhyve VMs, using them for some programming project. Damn, if only I have such unlimited power near 15 years ago, when I was in university!Need to have a building environment with some libraries for FastCGI and PostgreSQL installed? No problem, write a Bastillefile which enables sshd and mounts my catalog with projects inside the jail via the nullfs magic. Then create thin jail, apply this template to it and boom — I have a ready development environment with ssh access and all necessary stuff. Just connect to it and build the program, all necessary sources are already here.Need to test program on the NetBSD? No problem — just create Bhyve VM with preinstalled netbsd template, then install OS with comp set and setup some services: Nginx, PostgreSQL, spawn-fcgi, etc… Then type C-x d /ssh:drag0n@10.0.0.2:~ in the Emacs, copy sources via Dired and I can test my program on the environment, as close as possible to the my home server.All things looks so integrated in the OS and console software are so good, that it is incomparable with my Docker trips at work When programming become fun again #FreeBSD #bhyve #Bastille
  • 0 Votes
    1 Posts
    7 Views
    I'm using Bastille to run jails on FreeBSD 15.0-RELEASE.Does it matter (to Bastille) if I use templates, or can I just manually apply the setup from a template's Bastillefile?Bastillefile example:https://github.com/BastilleBSD/templates/blob/main/databases/mariadb-server/Bastillefile#freebsd #bastille #jails
  • 0 Votes
    1 Posts
    10 Views
    New blog post: FreeBSD Dual-Stack with Jails on Hetzner Cloud !How to run VNET jails with proper IPv6 (no NAT66!) by splitting a /64 into two /65 subnets.- Complete working configs- IPv6-first philosophy- Production-testedhttps://blog.hofstede.it/freebsd-dual-stack-jails-on-hetzner-cloud/#FreeBSD #IPv6 #Jails #Bastille #Hetzner #sysadmin
  • 0 Votes
    4 Posts
    19 Views
    @stefano thanks to your note about alpine in jail, I found this problem 😁