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

Alright, here we are.

Uncategorized
30 18 7

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    4 Posts
    11 Views
    @Larvitz very polished blog post. Thank you for sharing!
  • 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
  • 0 Votes
    1 Posts
    7 Views
    Goodbye Linux & Podman, hello FreeBSD & Jails! Just migrated my blog (https://blog.hofstede.it) to a fully native BSD stack (where my Gemini Capsule was already living).Stack (using Bastille VNET Jails):- Caddy (Ingress, TLS, Reverse-Proxy)- Nginx Jail (Internal. Static file serving)- PFThe Cool Part: A Zero-Trust CI/CD pipeline. My Forgejo runner deploys via restricted rrsync into an air-gapped "transporter" jail, which nullfs mounts the web root. Security: Source-IP restricted, no interactive shells, no PTY.The simplicity of files-on-disk beats container abstraction every time.#BastilleBSD #SelfHosted #SysAdmin #IPv6 #ZFS #FreeBSD #RunBSD
  • 0 Votes
    1 Posts
    13 Views
    The client has a terrible, unreliable FTTC connection. So, this morning, I've been testing several devices and 4G carriers to find a reliable alternative when the FTTC is full/down.The good, old LTE12 Chateau is the best for this task, giving a stable and reliable 220/50 Mbit/sec thanks to carrier aggregation.The newer but smaller hAP ax lite LTE6 is still giving a good result, around 100/50 - expected, as it's "only" a LTE6. This will probably come to my office, while I'm waiting for the Chateau 5G (LTE20) to arrive - probably not before middle of November.Now, I need to create proper queues and rules to manage the two connections - at the moment, I've implemented only the failover and some simple queues on the FTTC.Lunch time.#Mikrotik #IT #SysAdmin #MorningFun