Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WA
Washhouse0749 @sh.itjust.works
Posts 0
Comments 6
New CS Student: Migrating to FreeBSD - Questions about Service Management and Identity Management
  • FreeBSD ships with jails in the base system, those offer a nice way to isolate services. Its also realy easy to create one:

    bsdinstall jail <empty folder>
    

    This will guide you through the interactive system install for a jail install. Have a look in jail.conf, and maybe grab a sample config from the handbook. If that is a little involved, you could also install a jailmanager like ipcage or ezjail. (Truenas was a nice webui but wont get updates much longer) Combined with zfs datasets for the different services, you can even get different snapshot and backup options for the different jails and services.

    Hope this answers some questions.