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
57 52 3

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
    1 Posts
    17 Views
    The BastilleBSD team is pleased to announce the release of Rocinante v1.0.1.251120! This release includes a number of fixes and improvements. Big thank you to everyone that contributed to this release! https://github.com/BastilleBSD/rocinante/releases/tag/1.0.1.251120#FreeBSD #BastilleBSD #Rocinante #automation #devops #sysadmin
  • 0 Votes
    18 Posts
    30 Views
    @rysiek Doesn’t really sound, from the article, as a traffic spike that “would probably bring any individual website down”. Sounds to me more like “we have this program vital to our infrastructure that parses up to 128 MB from this config file, and that’s been fine for years” and now they went slightly over the magic file limit and the piece of infra panicked on config read…
  • 0 Votes
    6 Posts
    22 Views
    @stefano @christopher I am not sure if I'd say #Linux is becoming like #Windows. I do recall similar statements made on the Debian-User mailing list on a previous release when xorg introduced autoconfiguration. A lot of people were pissed that it was making choices for you instead of manually configuring the xorg.conf file.Honestly, that was a good thing. Painful doesn't begin to describe it but users were unaware they could still hand-configure the file.There has been, however, more stuff added to Linux over the last several years. Call it bloat, call it whatever you want. OSes change. But it has been gradually moving away from simplicity.I miss the simplicity.However, to reply to your original post, coming from COTS solutions, sometimes the vast amount of choice can be overwhelming. For instance, when it comes to #FreeBSD #jails it used to just be jails. Now, it's thin, thick, classic, networking. I understand they have their places but it would be helpful to provide more detailed explanations, tutorials, or best practices for each. The FreeBSD Handbook is good but just scratches the surface but often leaves more questions. It would help with learning and in part...marketing.On a side note: The FreeBSD Handbook is a great resource but there are opportunities to improve it, like tailoring it to new users (better empathy), best practices, architectural examples, and links to additional resources and info.