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

Hey #freebsd #bhyve users!

Uncategorized
24 10 9

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    10 Views
    > man bastille-importโ€ฆIf the RELEASE argument is specified, Bastille will import the jail using that release.**EXAMPLES**Import myjail_DATE.txz: > bastille import myjail_DATE.txzImport myjail_DATE.gz under 15.0-RELEASE: > bastille import myjail_DATE.txz 15.0-RELEASEImport myjail_DATE.gz under 15.0-RELEASE from non-default location: > bastille import /my/custom/folder/myjail_DATE.txz 15.0-RELEASE#FreeBSD #BastilleBSD #ManpageMonday
  • FreeBSD shorts:

    Uncategorized freebsd sysadmin devops jails
    2
    1
    0 Votes
    2 Posts
    6 Views
    Little bonus:Want to see ONLY Jail processes, sorted by CPU%?This command filters out the host system (JID 0) and sorts the rest by Jail ID and CPU usage:ps -ax -o jid,jail,pid,user,%cpu,%mem,command | awk 'NR==1 {print; next} $1!=0 {print | "sort -k1n -k5rn"}'#freebsd #sysadmin #devops #jails #commandline
  • WINE gaming in FreeBSD Jails with Bastille

    Uncategorized freebsd
    1
    0 Votes
    1 Posts
    9 Views
    WINE gaming in FreeBSD Jails with BastilleFreeBSD offers a whole bunch of technologies and tools to make gaming on the platform a lot more capable than you'd think, and this article by Pertho dives into the details. Running all your games inside a FreeBSD Jail with Wine installed into it is pretty neat.Initially, I thought this was going to be a pretty difficult and require a lot of triahttps://www.osnews.com/story/143726/wine-gaming-in-freebsd-jails-with-bastille/#FreeBSD
  • 0 Votes
    1 Posts
    15 Views
    #FreeBSD #jails: Creating a #Unix system with ssh-access in a millisecond.