veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#sysops

0 posts0 participants0 posts today
Replied to Thor A. Hopland

Lately I've been pondering about how to actually create a sustainable business around #WebSocial, which framed thusly puts the job squarely in the lap of companies that do #WebDesign and #SysOps - where it always belonged.

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 a tool to broadcast content on the web. 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?

If it's code or executables, put it in the image. If it's persistent, put it in a volume. If it's configuration, put it in an environment variable or an environment variable file, or bind mount the configuration file if needed.

Don't bind mount Git directories with code or data into the container. It may be convenient during development, but it makes it very messy for whoever needs to deploy it later (they should ideally not even have to clone a repository).

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

Entire Home Lab environment patched and up to date by using the combined powers of Ansible and Red Hat Satellite. All my Red Hat Enterprise Linux (RHEL) 8, 9 and Fedora Linux systems (although managing Fedora systems is unsupported in Satellite and I do that at my own risk. But it works pretty well)

Found this one in my basement today.
It was the book, I used in my classroom training when I properly learned a programming language for the first time during my first job in 2002 (I had programmed before, but only on a surface level as a hobbyist)

At this job, I was a Java backend developer for almost 7 years, at a company that developed software for logistics and fulfillment of pharmaceuticals. At some point, I even got the SCJD (Sun Certified Java Developer) certification 😆

In 2010, my professional career as a software developer ended and I moved into IT-infrastructure and Consulting and I do Linux systems, open source and related technologies ever since. Mainly Linux Sysops, Container technologies and Ansible automation nowadays.

(And hobby development in python and rust. Not gonna touch Java ever again)

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

I'm #OpenForWork doing #tech in #HumanRights.

I'm a public-interest technologist and #journalism #security consultant and trainer. I'd be happy doing #SysOps, #SRE, #testing and #metrics, but open to positions involving some amount of #CyberSecurity incident response and #digisec #orgsec strategizing. #remotejobs

14+ yr work experience, 10+ in #NonProfit.

Résumé: czesiek.net/linkedout/Michal_C