• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle

  • Linux is as good as Linux is, just as Windows is as good as Windows is and MacOS is as good as it is.

    All operating systems have their place, purpose, and use cases, so the question is subjective. Different OS’s are good or bad for different people, and different scenario’s which is why they all have a part of the market share.

    MacOS has ease of use and excellent intercompatibility with other Apple products, and Windows has boatloads of compatible software and compatibility with Microsoft’s Active Directory domains in businesses.

    What Linux has is cost effectiveness and true ownership and control.

    At the moment most people prefer ease of use for home computing, but on a long enough timeline Linux will obtain this as well, just look at what Valve did with SteamOS and the steam deck when it comes to that. Making it easy to use there is, I suspect, one of the major reasons the steam deck as a device is so well reviewed, and partly why we have seen such an increase in market share recently I suspect.

    So right now, most people probably prefer another OS because of ease of use, but at some point in the future, Linux will probably be holding all the cards. It just seems that those who develop the distributions are often tied up with other goals apart from ease of use for the common user in the contemporary, but eventually they will begin to tackle this goal as well.



  • golden_zealot@lemmy.mltoLinux@lemmy.mlSo I installed Arch Linux... Is this it?
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    edit-2
    1 month ago

    People like Arch because to many it feels more truly like your system than other distributions.

    It isn’t that Arch is in some way more customizable than other distros, rather it’s that if there is a package on your Arch system, its probably there because it was your choice to put it there in the first place, and so the system can feel more representative of you given it only contains the things you want or need and nothing more from the get go.










  • You might also be interested in cron/crontab. You can schedule scripts/software to run at specific times of day, week, month, year etc.

    Also if you want to learn more about the linux command line, three super useful commands for you are ‘man’, ‘help’ and ‘apropos’.

    man followed by a command, like ‘man find’ will show you the manual pages for the command ‘find’, showing you how to use it.

    In some cases man wont work for some commands, in those cases try ‘help theCommandThatDidntWorkWithMan’.

    apropos followed by a query like ‘apropos network’ will show you any commands that have ‘network’ in their short description to help you find commands that you might want to use for something.






  • I bought Windows 11 early on so I’m still using it to justify the purchase on my desktop, but I moved my OEM licensed laptop over to Debian a few months ago.

    Can confirm that as soon as Windows 11 is no longer supported or it gets slightly more ass, I’ll be moving my desktop over to Debian or Arch or something as well.

    With the advent of gaming becoming so much more accessible on linux either through native support or through something like proton, I am very hard pressed to find any reason to stay.