Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • 0 Votazioni
    5 Post
    24 Visualizzazioni
    @holdenweb some data is included, on purpose. They need to test an upgrade/performance path so they also need some of the data. Prod and dev are of the same customer, same dev.
  • 0 Votazioni
    1 Post
    6 Visualizzazioni
    I was experimenting with #Bastille and it suddenly reminded me of this. It's really bunch of shell scripts just doing the job. :)
  • 0 Votazioni
    1 Post
    9 Visualizzazioni
    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 Votazioni
    1 Post
    12 Visualizzazioni
    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 Votazioni
    1 Post
    13 Visualizzazioni
    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