Discussion
Loading...

#Tag

Log in
  • About
  • Code of conduct
  • Privacy
  • About Bonfire
jbz
jbz
@jbz@indieweb.social  ·  activity timestamp 6 hours ago

🐧 Linux, product and the art of essence // Dedoimedo

「 In 2010-ish era, with mechanical disks, I was able to achieve 15-second boot times, and as little as 8.5 seconds with SSD. In that second article, you will see an almost 100% variation in results among different Ubuntu flavors, as it happens. In 2025-26, "modern" distros boot in 15-plus seconds on NVMe storage. The software bloat managed to annul the 5-25x improvements in hardware in this period. Wonderful 」

jbz
jbz
@jbz@indieweb.social  ·  activity timestamp 6 hours ago

#linux #systemd #wayland #opensource #rant
https://www.dedoimedo.com/computers/linux-product-philosophy.html

Linux, product and the art of essence

Article and rant about the lack of product-focused approach in Linux desktop development, concepts of philosophy and essence of product, Wayland and systemd examples over the years, growing and alarming fragmentation, the choice fallacy of open source, and more
  • Copy link
  • Flag this comment
  • Block
Mika
Mika
@irfan@sakurajima.social  ·  activity timestamp 4 days ago

I'm super excited to switch over to #KDE 's brand new #Plasma Login Manager, whenever #EndeavourOS chooses to support it officially - which they've said to be in the near future. #SDDM has been pretty broken/meh for me for some time now, sometime after Plasma 6 update or so.

🔗 https://forum.endeavouros.com/t/plasma-login-manager-6-6-0

Mika
Mika
@irfan@sakurajima.social  ·  activity timestamp 3 days ago

Only thing I don't quite understand about the new #KDE #Plasma Login Manager requiring #Systemd is - does that mean it requires systemd-boot as the bootloader, or is that completely unrelated and even systems using #GRUB can use PLM too?

  • Copy link
  • Flag this comment
  • Block
viq
viq
@viq@social.hackerspace.pl  ·  activity timestamp 4 days ago

And yet another round of trying to figure out how to make #esphome work with #systemd 's DynamicUser. Failing again...

  • Copy link
  • Flag this post
  • Block
Maho 🦝🍻 boosted
Reel Tubes
Reel Tubes
@reeltubes@mstdn.party  ·  activity timestamp 4 days ago

Dive into "systemd myths debunked!" — Michael Stapelberg at DebConf13 takes apart common claims about systemd with clear, technical reasoning. Must-watch for Debian users, sysadmins, and anyone curious about init systems and open-source design. #systemd #Debian #Linux #DebConf13 #sysadmin #init #OpenSource #MichaelStapelberg #English
https://peertube.codeheap.dev/videos/watch/816bce46-85af-4a41-91b5-52cb0cc9d3ff

  • Copy link
  • Flag this post
  • Block
Reel Tubes
Reel Tubes
@reeltubes@mstdn.party  ·  activity timestamp 4 days ago

Dive into "systemd myths debunked!" — Michael Stapelberg at DebConf13 takes apart common claims about systemd with clear, technical reasoning. Must-watch for Debian users, sysadmins, and anyone curious about init systems and open-source design. #systemd #Debian #Linux #DebConf13 #sysadmin #init #OpenSource #MichaelStapelberg #English
https://peertube.codeheap.dev/videos/watch/816bce46-85af-4a41-91b5-52cb0cc9d3ff

  • Copy link
  • Flag this post
  • Block
Nick @ The Linux Experiment
Nick @ The Linux Experiment
@thelinuxEXP@mastodon.social  ·  activity timestamp 6 days ago

Here is this week's #Linux and #OpenSource news video!

In this one, we have #GNOME 50 getting a massive beta, more progress on GNOME OS, the release of #KDE Plasma 6.6, and KDE debunking some FUD around their use of SystemD, the EU taking aim at infinite scrolling, and a lot more!

https://www.youtube.com/watch?v=IZStNPWpE_0

Patrick 🇮🇪 🦣
Patrick 🇮🇪 🦣
@Siucraym@mastodon.cloud  ·  activity timestamp 5 days ago

@thelinuxEXP It's just silly how some folk make things so much more difficult for themselves by avoiding #systemd as if it was an infectious plague.

  • Copy link
  • Flag this comment
  • Block
Robert Riemann 🇪🇺 (🔜#39c3)
Robert Riemann 🇪🇺 (🔜#39c3)
@rriemann@chaos.social  ·  activity timestamp 6 days ago

Dear #mastoadmins, I'd like to improve the current setup using #caddy and #podman #compose. Is anyone using #podman #quadlet with #systemd? Also I understand that having the connection between caddy reverse proxy and mastodon via sockets is very cool and I'd like to give this a try as well.

Systemd is now offering keeping podman quadlet containers up to date by itself. Maybe this one can be leveraged as well.

#mastodon #serveradmin

  • Copy link
  • Flag this post
  • Block
Zenie
Zenie
@Zenie@piaille.fr  ·  activity timestamp 7 days ago

@rl_dane @peteorrall
Historically DMs didn't work so well.
It was a constant pain point for me. They are overly complicated and when they don't work it really sucks.

I log in to console and automatically run a dialogue shell that lets me do what I want. I also use Xmonad or Exwm, XFCE in a pinch. I don't see what a DM is doing for me other than looking pretty and getting in my way.

Pete Orrall
Pete Orrall
@peteorrall@mastodon.bsd.cafe  ·  activity timestamp 7 days ago

@Zenie @rl_dane

On this #FreeBSD laptop, I just use startx to run #openbox. I've done that on plenty of #Debian systems in the past....even in its lighter days with #sysvinit. It it helpful with multiple users, however.

As for #systemD, if it were just an init manager I'd have less of a problem with it. Creating "unit files" and where things are located are convoluted at best.

SystemD has its tentacles in other traditionally non-init things like /etc/resolv.conf and others. That's where my biggest problem lies.

  • Copy link
  • Flag this comment
  • Block
IAintShootinMis and 1 other boosted
Northern Scrub
Northern Scrub
@northernscrub@m.dollha.us  ·  activity timestamp last week

I have a python script running as a system service. When it crashes, as it sometimes does, it does not seem to restart. I have Restart=always and RestartSec=10 in the unit file. What else should I be doing?

#python #systemd #linux

  • Copy link
  • Flag this post
  • Block
Northern Scrub
Northern Scrub
@northernscrub@m.dollha.us  ·  activity timestamp last week

I have a python script running as a system service. When it crashes, as it sometimes does, it does not seem to restart. I have Restart=always and RestartSec=10 in the unit file. What else should I be doing?

#python #systemd #linux

  • Copy link
  • Flag this post
  • Block

BT Free Social

BT Free is a non-profit organization founded by @ozoned@btfree.social . It's goal is for digital privacy rights, advocacy and consulting. This goal will be attained by hosting open platforms to allow others to seamlessly join the Fediverse on moderated instances or by helping others join the Fediverse.

BT Free Social: About · Code of conduct · Privacy ·
Bonfire social · 1.0.2-alpha.34 no JS en
Automatic federation enabled
Log in
Instance logo
  • Explore
  • About
  • Code of Conduct