mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

795
active users

#sysops

1 post1 participant0 posts today
Replied in thread

@wild1145

Peak sysoppery! Doing remote maintenance from a 'phone concealed under a napkin at an Easter dinner.

It's the sysops's version of It's A Knockout: cancelling all of the alerts without anyone at the table noticing, yet before the cheese course arrives.

(-:

Continued thread

The job of #WebSocial is put squarely in the lap of companies that do #WebDesign and #SysOps - where it always belonged. It's apart of the giant #Web that we all use everyday.

It's more typified, normalized and familiar and can then also be viewed in a utilitarian way, in that #ActivityPub provides a public broadcasting function via the web.

Yes inbox, yes outbox, but no braining. Stahp!

Web Social is a broadcast system for the web, where users could communicate with each other.

Das it.

👂⛈️🙏 Help our new co-op with market research Please spare 20 minutes to tell us what problems do you see in your business or organization in switching away from American big tech platforms.

Got insights? DM me to arrange a video call or boost / forward to people who might help us.

We are more than 20 experienced professionals from EU and Canada. We can help. Tell us how?

Something in the Managed Cloud hosting has always bugged me as a DIY dedicated hardware sysop guy. However, times change and currently I'm looking for one or setting up one myself for a site that has insane amount of requests per second.

WP Engine, Pressidium, Pressable, Kinsta, WordPress VIP or custom AWS or what? What do you recommend, specifically for Enterprise WordPress?

A while back I was super tired and had too many command line windows open. I typed in the wrong command on the wrong server. This caused system being partly broken, because I accidentally upgraded a held-back package. Eventually got it fixed by recompiling that certain package, but it contained a module compiled by an external party, so had to wait and not restart any services for 24 hours.

Happens to all of us sometimes.

However, what I learned is I should finally really change the color of each prompt for every single server I have. I have dozens of them. I'm lazy that way, I just customize my local prompt but rarely do it on production servers, despite how easy it is.

For Mastodon my prompt is deep purple, like it should.

```bash
PS1="\[\e[38;5;141m\]\u@\h:\w\$ \[\e[0m\]"
```

Here are my other prompts, feel free to use these colors in your .bashrc:

```bash
PS1="\[\e[38;5;99m\]\u@\h:\w\$ \[\e[0m\]" # Light Purple
PS1="\[\e[38;5;141m\]\u@\h:\w\$ \[\e[0m\]" # Pastel Purple
PS1="\[\e[38;5;183m\]\u@\h:\w\$ \[\e[0m\]" # Lavender
PS1="\[\e[38;5;217m\]\u@\h:\w\$ \[\e[0m\]" # Light Pink
PS1="\[\e[38;5;216m\]\u@\h:\w\$ \[\e[0m\]" # Peach
PS1="\[\e[38;5;117m\]\u@\h:\w\$ \[\e[0m\]" # Sky Blue
PS1="\[\e[38;5;159m\]\u@\h:\w\$ \[\e[0m\]" # Soft Cyan
PS1="\[\e[38;5;121m\]\u@\h:\w\$ \[\e[0m\]" # Mint Green
PS1="\[\e[38;5;229m\]\u@\h:\w\$ \[\e[0m\]" # Soft Yellow
PS1="\[\e[38;5;210m\]\u@\h:\w\$ \[\e[0m\]" # Light Coral
```

#lispyGopherClimate
Recorded live #interview with @corwin
communitymedia.video/w/6wYk9SW
January 8 #2025 0UTC Wednesday: Archive backup of the episode.

#FSF #sysops #emacs #pedagogy #gamedev #ttrpg #elisp #lisp #programming #lambdaMOO #dungeon

I was personally out-of-it this episode, but Corwin really shines!

From Corwin:
The FSF link for the fund-raiser is my.fsf.org/join

There's a page about dungeon here: directory.fsf.org/wiki/Dungeon

Here's the project on Savannah: savannah.nongnu.org/p/dungeon

Just spent 6 hours trying find out and solve why my Matrix instance is showing: {"errcode":"M_NOT_FOUND","error":"Not found"} when trying to access images. I did not notice this problem before, because Matrix/Element caches images locally using blobs, but realized this after uploading images to IRC via heisenbridge.

I first thought I had messed up my S3 Object Storage. Then thought I messed up my filesystem. Then I thought I made a mistake in yaml configs. But it was none of that.

It's a while since I installed my Matrix server and completely forgot on how I set up my S3 Object Storage. It seems it is literally not documented. Like at all. Just like the half of Matrix and Synapse.

I ended up debugging literally anything and everything without any solution. After turning all stones I even asked ChatGPT and it started to run in loops in despair. Finally ended up reading synapse changelog here one bit by bit: element-hq.github.io/synapse/l

It seems, I have upgraded in some point. And wow, in between of upgrades the whole thing has broken. I mean it runs without erros, but it's broken. No deprecated warnings in the log, no warnings in release logs. Left a comment here: github.com/element-hq/synapse/

My solution was to add in homeserver.yaml:
enable_authenticated_media: false

What I hate about Matrix is:

- Nothing is documented
- Nothing is explained
- Everything is complicated to set up

Each upgrade and extension is like building and tinkering for hours and hours and hoping for the best.

I don't know why I keep using Matrix. Guess I like being hurt all the time.

element-hq.github.ioUpgrading between Synapse Versions - Synapse

(pas moi, mais mon boss) 2 , en CDD de 18 mois à

Administration système sur des serveurs Linux (Ubuntu et RHEL 8/9), bosser sur de l'infra (VM, FireWall FortiGate...), de la maintenance de CI/CD sur GitHub et de pouvoir aussi aller faire un peu de bidouillages applicatifs : mettre à jour des config de reverse-proxy, fichiers de conf, etc.

Dans une belle entreprise privée à but non lucratif avec des gens extra, 50 collègues environ ! Très bons avantages (18 RTT) ⬇️

does anyone here know what tool i'd use to create a Desktop virtual machine an a headless Ubuntu server and be able to connect somehow to see the desktop display? like through vnc or something, but so i can install and os via an ISO image or something. in proxmox there was a web interface that you can just open and see the VM booting ..... anyway just thought i'd ask