44
Orwellian (lemmy.world)
submitted 1 month ago* (last edited 1 month ago) by xewdee@lemmy.world to c/linuxmemes@lemmy.world
top 29 comments
sorted by: hot top controversial new old
[-] d00phy@lemmy.world 10 points 1 month ago

I love that I enjoy both “systemd sucks” memes AND “please shut up about systemd” ones!

[-] adarza@lemmy.ca 6 points 1 month ago

when it doesn't affect you, and it doesn't for the vast majority... you can just sit back and enjoy the show.

[-] Artyom@lemm.ee -1 points 1 month ago* (last edited 1 month ago)

Now that the "I hate systemd" movement is mostly dead, it's become funny again.

[-] BeigeAgenda@lemmy.ca 2 points 1 month ago

I don't think it's dead, we found solutions like using Devuan and stopped complaining.

I can still laugh at the memes.

[-] kshade@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

Most people rejected his message | Systemd is Satan's creation! Pure Evil! | They hated Talking Pig because He told them the truth.

I use Void btw

[-] NegativeLookBehind@lemmy.world 3 points 1 month ago

I like systemd.

^Put^ ^the^ ^gun^ ^down,^ ^let's^ ^talk^ ^about^ ^this^

[-] amon@lemmy.world 2 points 1 month ago

Can agree, it's like a well integrated interface between userspace and kernel

[-] Rooty@lemmy.world 2 points 1 month ago

Once again, give me a reasonable alternative and a distro that implements it, or stop whining.

[-] MonkderVierte@lemmy.ml 2 points 1 month ago* (last edited 1 month ago)

Alternatives still alive and kicking: OpenRC, Runit, Dinit, s6

Gentoo (Systemd or Openrc), Artix (multiple choices), Void (Runit), PCLinuxOS (SysV), Obarun (s6), Alpine (Openrc, still transitioning to s6). Devuan (Runit + SysV) doesn't do it well. Gobolinux has program partitioning, Chimera moved to FreeBSD. And a vew nearly-forgotten Distros that never used Systemd at all, like Slackware, AntiX, MX Linux, Nitrux.

Artix and PCLinuxOS are imo the best pick for Desktop without hassle, Obarun and Void for console, Alpine for server.

s6 has user services built-in, dinit uses turnstile for that and, with seatd, additionally as elogind-alternative.

[-] Vivendi@lemmy.zip 1 points 1 month ago

MX Linux, nearly forgotten????

[-] ngn@lemmy.ml 0 points 1 month ago

dont use artix

i used it for a year, if you add arch repos (which you have to if you want to install anything useful) package issues get worse with every update, eventualy you have to add shit ton of ignore and assume installed flags to each pacman command

[-] MonkderVierte@lemmy.ml 1 points 4 weeks ago* (last edited 4 weeks ago)

I used it for years now, with Arch repos, and had no such issues. They renamed their repos lately, needed manual changes in pacman.conf, maybe that's why? And if pacman proposes both sources, just take Artix' ones usually. Or your ignored packages caused issues?

[-] ngn@lemmy.ml 1 points 4 weeks ago

I don't know if it was a skill issue in my end but one day I did a Syu and it gave me shit ton of errors about how bunch of packages conflict, I eventually figured it out but it kept getting worse with every syu

arch repos are not officially supported anyway so its probably not a good idea to use artix if you need arch repos

[-] fallingcats@discuss.tchncs.de 0 points 1 month ago

Half of these don't even handle logging

[-] MonkderVierte@lemmy.ml 0 points 1 month ago

Logging like logfiles? That's the job of a syslog daemon.

[-] ikidd@lemmy.world 1 points 1 month ago

Is that what we're going to do today, Kitty? We're going to fight?

[-] Itdidnttrickledown@lemmy.world 1 points 1 month ago

It works but so do the others. I still maintain a sysvinit machine and it works just fine. This cartoon is just another example of someone who picked their team and now hates all the other teams. Someone who thinks anyone who thinks differently from them is stupid. Or they are just another troll.

[-] stevedice@sh.itjust.works 0 points 1 month ago

What if my team is the "use whatever and stfu about systemd" team?

[-] Itdidnttrickledown@lemmy.world 0 points 1 month ago

Its sound like a lonely place.

[-] corsicanguppy@lemmy.ca -1 points 1 month ago

someone who picked their team and now hates all the other team

False. All the other teams are varying degrees of well-built. Systemd is badly-built by bad people and pushed via market dominance. It's the Internet Explorer of inits.

[-] Warl0k3@lemmy.world 0 points 1 month ago
[-] Itdidnttrickledown@lemmy.world -1 points 1 month ago

I found the fart smelling hipster

[-] tdawg@lemmy.world 1 points 1 month ago

At this point we've gone past the point of people doing the thing and now it's just people ragging on imaginary people doing the thing

[-] fallingcats@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago)

I see, you haven't been to the phoronix forum in a while. Enjoy. Comments: systemd Saw A Record Number Of Commits In 2024

[-] devilish666@lemmy.world 1 points 1 month ago

I personally don't care if my system has systemd or anything, as long as it works & completed any task that i give i don't have complaints against it.

[-] TriflingToad@sh.itjust.works 1 points 1 month ago

I genuinely have never heard of systemd before other than the meme about finding the next Friday the 13th or something
I've used Linux for a off and on combined total of 6 months (not counting Steamdeck desktop use)

[-] Petter1@lemm.ee 2 points 1 month ago

As soon as you have to enable a a deamon/service, you have to interact with systemd. Systemctl is the command that is used for that (with option enable, disable, start, stop and restart)

Some programs require you to enable such a service, in order that they work, but would not talk about systemd while explaining install of xyz, more like “enable xyz: sudo systemctl enable xyz”.

[-] kekmacska@lemmy.zip 1 points 1 month ago

Thats's intresting. I only use linux as vms, or on ny android Termux interface, since 4 months and i could install arch with archinstall and nowadays i'm almost done it without archinstall. I will also plan to write my own "bootloader" if grub and systemd-boot acts up, which grub did. I also wrote this script that creates a log file from your open ports using nmap and saves it with the current date:

clear ; pkg install nmap && sudo nmap -O 127.0.0.1 >> "log$(date +%Y%m%d-%H).txt" && echo "/n/nlog file saved to $(pwd)/log$(date +%Y%m%d-%H).txt" ; nano "log$(date +%Y%m%d-%H).txt"

[-] TriflingToad@sh.itjust.works 1 points 1 month ago* (last edited 1 month ago)

I have no idea what you're saying but pop off queen 🗣️📣🔥

this post was submitted on 04 Jan 2025
44 points (94.0% liked)

linuxmemes

21281 readers
758 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS