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 just finished an amazing call.

Uncategorized
69 64 4

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • FreeBSD shorts:

    Uncategorized freebsd sysadmin devops jails
    2
    1
    0 Votes
    2 Posts
    8 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
  • 0 Votes
    10 Posts
    35 Views
    @stefano @mikrotik I have an RB5009 sitting here waiting for the house to be empty so I replace the RB3011.
  • Oh, finally!

    Uncategorized sysadmin
    5
    0 Votes
    5 Posts
    25 Views
    @stefano The people who demand moar powerrrr really need to drop their current workstation for a 266MHz Pentium 2 with 32MB RAM and a 5400 RPM hard drive.That will force them to design better code. Or pick a different career field altogether. 🤣
  • okay.

    Uncategorized n4sa2e openzfsmastery bhyve sysadmin
    1
    0 Votes
    1 Posts
    12 Views
    okay. #n4sa2e book production is complete. Time to get on #openzfsmastery. Which means seriously getting to grips with #bhyve. Did some bhyve experimenting a couple weeks ago. Got FreeBSD installed just fine. Debian with ZFS, not so much.So this week it's go back, one step at a time. Install base debian with grub, does it work? Then UEFI, then ZFS secondary disk, then root on ZFS.This morning's install ends with a console saying:grub>#sysadmin The Debian installer wrote grub to disk, but... didn't configure it? Huh.Time for some classic #sysadmin headdesking.