Interests: News, Finance, Computer, Science, Tech, and Living

  • 0 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • Nice detailed log of the author’s experiance.

    The one issue I have is the mind set. It seems to be from the point of view that Linux should be just like Windows and use the same software and hardware. If that is what you want run Windows.

    On the otherhand if you want to use FOSS apps, use Linux and just dump Windows. My family has used Linux for over 20 years and yes it is fine. But you actually have to want that. And no, I do not use Windows, MS Apps, or Google Chrome at all these days and do not use dual boot.

    Also, dual boot gets old pretty fast. Probably best to choose a primary OS and run the other in a VM. Yes, something like 27 years ago I started with dual boot but have not setup that for at least 20 years probably longer.





  • flatbield@beehaw.orgtoLinux@lemmy.mlWant switch to linux
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    9 days ago

    Because Canonical put a lot of effort into usability. Pretty much all of the popular recommended beginner distributions are Ubuntu based. Examples: Linux Mint, Ubuntu, Zorin, Elementary.

    People will recommend other stuff, often that are loved by varioius enthusiasts but these may or may not be that suitable for beginners. Call me skeptical.

    I use and recommend Ubuntu because it is easy to install, use, and just works. It is also widely supported and very popular. The one thing I do not like about it is the Snap focus. I would love to recommend Linux Mint but last time I used it major distribution upgrades from the GUI were not supported. Have no idea if they fixed that. Ubuntu upgrades are the click of a button. In my family there are nontechnical users and they have used it for almost 20 years just fine without much help from me.

    On the other hand I use Debian if I intend to custom configure something and want a minimal install to start from. Major upgrades on Debian are not a click of a button. On the other hand Debian is not Snap based. My workstation and VPS are Debian for example.



  • Ext4 on LVM can do both volume mirroring and snapshots. The is no COW support with ext4 though.

    By the way I use BTRFS with LUKS on my workstation and have for 4 or 5 years. Primarily I like it for the snapshoting. I though I would like COW but frankly very mixed on that especially since there are cases you should not use COW and if you disable COW you loose snapshotting on that file. I have not used the raid capability. One thing I do not like about BTRFS is that I know of no way to track a bad block at the sector level to what file it is in if any. With Ext4 you can.

    Another useful backup tool is restic.





  • Actually I both do and do not understand why they exist. I use Debian based distros and do not use either well except when I am using Ubuntu which is forcing more and more snaps.

    I do actually use exactly one appimage. I use to use the snap but found it was not that stable. One also generally has to have relatively new distro releases too as both flatpack and snap need to be fairly current which can be problem for near EOL Debian stable. Hence neither flatpack nor snap is that portable.

    Where flatpacks and snaps look a lot better is smaller distros with smaller repos. Hence, not that interesting for Debian based distros.





  • Just saying, not my experience. I have used linux for over 25 years and nontechnical users in my family have also for almost 20 years. By in large it has worked just fine.

    The big issue is Linux is not the OS that is supplied when people go to the store and buy something (well except for Android and Chromebooks which are Linux and are popular). It is also not the system or have the apps their friends use. It also does not have the huge supply, support, and word of mouth ecosystem. Buying hardware especially addons is confusing. Getting support is hard unless you have friends that use. Buying Linux preinstalled often costs more. Change too is hard and there has to be some driver and for most people there is not.




  • flatbield@beehaw.orgtoLinux@lemmy.mlWayland forwarding?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    3
    ·
    edit-2
    28 days ago

    This is the big issue. It breaks a lot of X11 features. Remote desktop via VNC or RDP should still be possible. Another is ssh and sftp. Edit the file on the client. Another go all in with command line. Nano is easy. Emacs or VIM more powerful but harder. Screen is a useful command line tool too.

    Interested in what others suggest.