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

help-circle
  • And reinstalling the packages, moving over all the configs, setting up the partitions and moving the data over? (Not in this order, of course)

    Cloning a drive would just require you to plug both the old and new to the same machine, boot up (probably from a live image to avoid issues), running a command and waiting until it finishes. Then maybe fixing up the fstab and reinstalling the bootloader, but those are things you need to do to install the system anyways.

    I think the reason you’d want to reinstall is to save time, or get a clean slate without any past config mistakes you’ve already forgotten about, which I’ve done for that very reason, especially since it was still my first, and less experienced, install.



  • KubeRoot@discuss.tchncs.detolinuxmemes@lemmy.worldUsing any DE be like:
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    15
    ·
    1 month ago

    “Calling out” gnome for needing extensions for customization seems stupid when those extensions are easy to find, easy to use, and work really well. On the other hand, I have not been able to find a taskbar for plasma that would let me group windows from an application together while also letting me rearrange the windows inside of a group. I know I need to try implementing it myself someday, but I feel like gnome ends up having more options.






  • As others mentioned, archwiki is the information source if you want to use Arch, and a great source of information even if using other distributions.

    For other distros, I’ve seen people mention Linux Journey.

    All that said, you might not be able to drop Windows entirely - if we’re talking CAD software, the Adobe suite, that kind of stuff, you might not be able to find suitable alternatives for Linux. That said, you can always dual boot, or you might even be able to work with a VM.

    If you do want to try a dual boot, I strongly recommend setting up the Linux boot partition on a separate physical drive, to minimize the risk of Windows overwriting it… As well as you accidentally messing up your windows install. I’d also recommend using rEFInd as the bootloader, since it’s very easy to set up and will automatically show a boot option for Windows.

    Feel free to ask questions, I’m no expert, but I’ll try to answer when I have time.


  • KubeRoot@discuss.tchncs.detolinuxmemes@lemmy.worldSeen this countless times
    link
    fedilink
    English
    arrow-up
    41
    arrow-down
    3
    ·
    2 months ago

    I will happily recommend Arch to a new user… If they’re interested in learning Linux, and not dependent on it working reliably, while warning them of the risks and telling them about the advantages.

    I wouldn’t recommend it to somebody who wants something that just works, but for tech-inclined people looking for a system they are in control (and responsibility) of, willing to learn how to set it up, I think a manual installation is a good experience.

    But they will be warned.







  • KubeRoot@discuss.tchncs.detolinuxmemes@lemmy.worldDamn linux users!
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    4 months ago

    I’m pretty sure most people love NVidia, since it’s the popular option, generally works, and provides features that aren’t available elsewhere, both in gaming and GPU compute.

    Of course, most of NVidia’s advantages come down to marketing and pushing for their proprietary technologies, while avoiding supporting niche users and refusing to release their code. The thing is though, if you use Windows, NVidia is probably the better choice from an end-user’s point of view.



  • KubeRoot@discuss.tchncs.detolinuxmemes@lemmy.worldI don't...
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    6 months ago

    if developers keep pushing incomplete and buggy software to the end users instead of actually fixing bugs

    My understanding is, the issue is that fixing bugs in X has become too much of an issue due to bloat and bad historical architecture, so the developers working on it - and providing the software for free, if not working for free - instead worked together to develop a new standard aiming to fix the issues inherent to X’s code and design.

    The “list of problems” is absolute bullshit right from the start. The first two sections are “It didn’t used to work like this in X, Wayland is trash!” and “I had some screen recording software using X APIs and they don’t work when not running in X!”. In fact, a lot of them follow this pattern, blaming Wayland because it doesn’t have 100% backwards compatibility. It’s not an X rewrite, it’s meant to be a new, better piece of software.

    I will not deny that Wayland has problems, of course - but those mostly come down to NVidia refusing to support open protocols, missing features that are yet to be implemented, and missing software support for Wayland.

    I will also say that on Arch, which doesn’t assume I’m using X, Wayland does work completely fine for me when following instructions. It might be an issue with the distro you’re using not having good support, or one of those edge cases like problematic hardware. I definitely agree that you should stick with X for now if you have problems, but I’ll also say that you’re getting it for free, and if you don’t report problems, they might also not know about them, for example because it only occurs on specific hardware.




  • I think calling it “a page worth” is understating it somewhat, especially if you want a full install to actually use stuff. In reality, when installing at first, you’ll be finding stuff you missed for a while, like hardware video decoding.

    Also, are you referring to just the direct instructions for one choice? Because to me, the point of installing manually is educating yourself on the choices, choosing one that suits you, and understanding what you’re doing to set it up. Of course, when you’re doing subsequent installs, you already know that stuff - but at that point you might just want to write an install script instead of running them manually.