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

The primary architecture on which I run #FreeBSD is:

Uncategorized
12 10 62

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    8 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
  • I’ve been thinking about something.

    Uncategorized freebsd runbsd bhyve
    10
    0 Votes
    10 Posts
    46 Views
    @stefano Is this the version of FreeBSD 15 that was supposed to come out for us normal mortals in December?
  • OK...

    Uncategorized freebsd
    1
    0 Votes
    1 Posts
    9 Views
    OK... So like the encrypted home ZFS thing in #FreeBSD. How come I have to log in as root on every boot up and "zfs load-key" and "zfs mount" manually? Is there a way to do that on login or should I just give up using encryption on $HOME?
  • 0 Votes
    1 Posts
    24 Views
    Hey #FreeBSD friends: Is there some kind of severe rate/connection throttling in base sshd? I was able to connect once and then since then, it hangs. If I telnet to port 22 I do get a banner but the key exchange just hangs and I get a connection reset after a while.Am I better off disabling the base sshd and install openssh server?