social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

489
active users

#bash

28 posts25 participants1 post today

It's super annoying that #macOS has much, much fewer customization options than #KDE Plasma. Even a simple option like enabling wrapping around the virtual desks ("spaces") is not available, and the only way to enable that is to pay for a third-party app.

CLI is a better world. I installed the latest version of
#Bash via #Homebrew. Now I can use all my Bash scripts.

Continued thread

It's possible you've not heard of #boxyBSD

I was lucky to get a TIL moment when @stefano boosted it's existence into my feed.

However you should know about it, learn something about the user perspective from proxmox in the process, while working with a boxyBSD VM.

Here are some nice screencaps of the boxyBSD site so you can ask nicely for a VM and learn to play with one of the *BSD flavours from a distance.

I'm sure you can duckduckgo the address of boxyBSD when you analyze the screencaps, right?

🖋️ #bash #proxyLB #freeBSD #boxyBSD #sh #zsh #ksh #csh #netBSD #openBSD #POSIX #proxmox #loadbalancer

I am a fan of #golang. I don't say it enough. My love of #python, #bash, and #BASIC, I wear on my sleeve, but among the many other languages I code in, I almost always appreciate an opportunity to use Go. It just clicked for me in a way rust never did.

(Obligatory disclaimer upon realizing the date that this is not an April Fools post.)

Continued thread

It has arrived. proxyLB v1.1.0 the loadbalancer for proxmox clusters. Instead of telling you the features of this major version I invite you to read about it yourself, download proxyLB then play with it.

As with any great Open Source project, this has grown out of a necessity that @gyptazy has for his other amazing project boxyBSD, which just needs a versatile tool like this.

Now go and play.

gyptazy.com/introducing-proxlb

🖋️ #bash #proxyLB #freeBSD #boxyBSD #sh #zsh #ksh #csh  #netBSD #openBSD #POSIX #proxmox #loadbalancer

#Linux #Bash
Mastodonstatistik für @dewomser . Die letzten 100 Toots. Ich benutze Mastotool.

Direkt bei Github Gist Hochladen in einem Rutsch

mastotool stats -r=100 |gist -f "mastotool_statistik.txt" -t "txt" -d "Mastodon Monatsstatistik für @dewomser. Kommando: mastotool stats -r=100"

gist.github.com/dewomser/2701f

Mastodon Monatsstatistik für @dewomser. Kommando: mastotool stats -r=100 - =mastotool_statistik.txt
GistMastodon Monatsstatistik für @dewomser. Kommando: mastotool stats -r=100Mastodon Monatsstatistik für @dewomser. Kommando: mastotool stats -r=100 - =mastotool_statistik.txt

Hay there fediverse. Do we have any #bash #cron experts that can help me figure out how to fix things?

TL;DR - I need to reference the `$USER` variable as a parameter in a shell script that forms part of a dynamic path in a backup routine (the location varies by host so trying to automate as much as possible). Running the script as a logged in user over SSH works perfectly but when I add a crontab entry under the same user to run the same script is fails to parse the `$USER` part so the destination is incorrect and it throws an error.

I should also note that if I specify the path manually in the script it also works, but then it's a pain to automate across different hosts so I'm trying to avoid that if possible.

I now been going round in circles trying to figure this out for a couple of days so it's time to ask for help.

Cómo saber con wp-cli en qué sitios de un WordPress Multisite está activo un plugin

Hay veces que se notifica una vulnerabilidad en un plugin de WordPress y es muy recomendable ponerlo en cuarentena: eliminarlo, o al menos desactivarlo, hasta que se solucione el problema. Cuando esto ocurre en una instalación Multisite de WordPress con decenas o centenas de sitios antes de poder desactivarlo o eliminarlo conviene saber en qué sitios está activo.

Con wp-cli y un loop de bash se puede realizar esta tarea automáticamente.

voragine.net/wordpress/wp-cli-

voragine.netWP-CLIContenidos en voragine.net con la etiqueta WP-CLI