• 1 Post
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • IsoKiero@sopuli.xyztoLinux@lemmy.mlDistro advice for a specific case.
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    3 days ago

    big begginer distros

    I wouldn’t say that Mint is a ‘beginner’ distro. Sure, it’s beginner friendly, but it’s equally friendly for everyone. I’ve been a linux user for “a while” and currently I prefer Mint on my workstations. It offers me everything I need from a distro in a neat package and as I’ve been a Debian user since Potato it’s a familiar environment.

    But if OP want’s somehting “more linux-y” then good old Debian should do the trick. Basically anything with decently long history besides Ubuntu (in it’s current state) will do just fine.


  • I think what just_another_person means that Lenovo, specially at the beginning when they got the Think-brand from IBM years ago, tried to ride the brand and released sub-par laptops under ThinkPad -brand. At least some of the L-series were closer to what you could get from your local supermarket than actual work machines.

    The brand-riding is now greatly less and the crappy ones generally aren’t the models you can find refurbished from 3rd party retailer. I’m currently using T495 and it was ~300€ from a sale couple years ago, now you apparently can get L13 for less than that. And of course, when you buy used units do your homework and only make deal with a reputable seller, there’s always an option that previous owner didn’t treat the thing nicely.



  • The best mechanics can track down an issue by reasoning about what could be causing it

    Same principle works with IT. I do and have done sysadmin stuff for quite a while and there’s always some random software or whatever I’ve never heard of and someone comes and asks me to fix it. Then you start to ask questions, “what exactly doesn’t work”, “can you show me what you’re doing”, “what should happen when you press that button”, “can you show settings on that thing” and so on. Then you can start to dig down, does the server they’re using respond to ping, does DNS resolve (it’s always DNS after all), does that thing work on the next workstation, when did the problem appear and was there some other maintenance or changes going on at that time and so on.

    Same principle, just start to reason the whole thing from bottom up, check everything you come across untill you find something which doesn’t work and then do what’s needed to fix that, rinse and repeat until the problem goes away and make sure that what you’re doing won’t cause new problems. Just the tools are different, the mindset is more or less the same.


  • Does a senior mechanic need to understand the physics of piston design to be a great mechanic

    I would argue that if senior mechanic doesn’t understand the physics of piston design at least on some degree he’s not a great mechanic. Obviously mechanic doesn’t need understanding on metallurgy, CAD models and a ton of other deeper level stuff just like an IT engineer doesn’t need to know on a deep level how circuit boards are designed or how CPU die manufacturing process works. But both benefit greatly when they understand why something is built the way it is.

    I’m also an systems engineer of sorts and have worked with software engineers. And I’ve had requests like “Can’t you just set 'bind-address = 0.0.0.0 on mysql-server and disable firewall” on a directly internet-facing machine and then received complaints when I’m “making things more difficult” from “senior software” -titles. Sure, I can’t write the code they’re doing, or at least it would take me a crapload of more time to do that but on the other hand there’s guys who have so very narrow understanding on anything they work with that it makes me wonder how they can do their work at all in the first place.

    Of course no one can master everything in any field but I find it concerning that a lot of guys just press the buttons more or less randomly until their thing works without any clue on what they actually did and how it might affect on different parts of the house of cards they’re building.



  • Are all the distros having the same GNU/Linux kernel

    Yes. Different distros have different versions, patches and so on, but the underlying kernel is the same.

    if I replace all the Arch userland files into Debian’s, the system will become Debian?

    If by “userland” you mean files which your normal non-root user can touch, then no. There’s differences on how distributions build directory trees, file locations, binaries, versions and so on. You can of course replace all the files on the system and change distribution that way, a convenient way to do that is to use distros installer but technically speaking you can also replace them manually by hand (which I don’t recommend).





  • IsoKiero@sopuli.xyztoLinux@lemmy.ml33 years ago...
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    That kind of depends on how you define FOSS. The way we think of that today was in very early stages back in the 1991 and the orignal source was distributed as free, both as in speech and as in beer, but commercial use was prohibited, so it doesn’t strictly speaking qualify as FOSS (like we understand it today). About a year later Linux was released under GPL and the rest is history.

    Public domain code, academic world with any source code and things like that predate both Linux and GNU by a few decades and even the Free Software Foundation came 5-6 years before Linux, but the Linux itself has been pretty much as free as it is today from the start. GPL, GNU, FSF and all the things Stallman created or was a part of (regardless of his conflicting personality) just created a set of rules on how to play this game, pretty much before any game or rules for it existed.

    Minix was a commercial thing from the start, Linux wasn’t, and things just refined on the way. You are of course correct that the first release of Linux wasn’t strictly speaking FOSS, but the whole ‘FOSS’ mentality and rules for it wasn’t really a thing either back then.

    There’s of course adacemic debate to have for days on which came first and what rules whoever did obey and what release counts as FOSS or not, but for all intents and purposes, Linux was free software from the start and the competition was not.