this post was submitted on 04 Jul 2024
648 points (95.8% liked)

Technology

57997 readers
5415 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Tryptaminev@lemm.ee 3 points 2 months ago (2 children)

I always found that deeply problematic. Here is some obscure path to follow to set some obscure value where half of the naming does not indicate what exactly you are doing there. Also if you don't set the data-type exactly it wont work. For a fucking 0 or 1 off/on value flag.

[–] paf0@lemmy.world 2 points 2 months ago

It sucks, but at least it's in a centralized location. Back in the INI file days you'd have to set the config in various places. Which, come to think of it, is kind of how things work in Linux.

Related to the OPs problem, do you know if there is a Startup folder in Windows still? Back in the Windows 95 days we could just drag a BAT script to that folder and it would always run on login.

[–] Appoxo@lemmy.dbzer0.com 1 points 2 months ago

Not like Linux and it's loads of shell scripts and commands is so much different.

Yesterday I booted an antivirus live-cd compiled by a computer-magazine (aimed at IT-professionals and tinkerers). The ISO is a Ubuntu 22 release. The things I had to find out (as a mainly Windows user) to set a static IP was way too annoying. When I finally found out how to configure netplan and when I did I got a nice error that gateway4 is deprecated and to please use routes.

As someone else in a thread said: It's nice and all that Linux fits some specific uses and users but it's not really fit for every user.
Additionally there are too many ways to do the same thing. And it applies to distros as well. A Debian-solution might work to some degree in Ubuntu but if a RHEL way works in Debian or Ubuntu is your best guess.