I have tried to learn Linux for ages, and have experimented with installing Arch and Ubuntu. Usually something goes wrong when I try to set up a desktop environment after installing Arch in VirtualBox. KDE gave me a problem where I couldn’t log in after getting to the point where my username was displayed in a similar format to how it is for Windows. My end use case is to help keep my workflow more organized than haphazardly throwing files somewhere on my desktop or in a folder nested somewhere that I’ll just inevitably lose :(

Somehow after all this time, I feel like I actually understand less about my computer and what I need to understand regarding its facets. Is it an unrealistic goal to want to eventually run a computer with coreboot and a more cybersecurity heavy emphasis? I’m still a noob at this and any advice would be appreciated!

  • _HR_@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 year ago

    I have tried to learn Linux for ages, and have experimented with installing Arch and Ubuntu.

    There’s your problem. Try Linux Mint.

    Is it an unrealistic goal to want to eventually run a computer with coreboot and a more cybersecurity heavy emphasis? I’m still a noob at this and any advice would be appreciated!

    Don’t try to bite off more than you can chew. Start small and easy, with a beginner Linux distro, and once you’ve become really comfortable with that, you can try to move onto something less user friendly.

    • gronjo45OP
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Downloading the ISO right now! I think that was routinely the case where I was “installing” Arch nearly every other day. I’ll update how it goes once I get it up and running. Thanks for the suggestion :)

  • meteokr@community.adiquaints.moe
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 year ago

    Is it an unrealistic goal to want to eventually run a computer with coreboot and a more cybersecurity heavy emphasis?

    No, its not unrealistic. However, what I think is unfair to yourself is to attempt this before knowing what you are doing. Think of it like learning to draw. You have good taste, and you see art you like, and want to do it too. Yet your personal skill level, you finger dexterity, isn’t yet there to be able to make the art you can visualize in your mind.

    If a task is too hard, or to complex, then there must exist a smaller, easier task to accomplish first. Coreboot specifically is an extremely low hardware/firmware level system, but you don’t feel confidant in installing a working desktop OS. You have aspirations for cyber security, as well. Find the smaller, and easier task first. Get Debian/Ubuntu working in a VM. Then look at what software is installed, and read about it. If you want to eventually pursue security projects, setup a LAMP stack. If that too hard, just get the A in LAMP. If that’s too hard, find out why. What do you know, what do you not know? It’s machines all the way down, and its an extremely small chance you are the first person with a problem. Don’t worry about “correctness” and focus on the learning experience.

    It is 100% achievable, but it is a lot of time. I started with it because I wanted to run a game server for myself. It’s a couple of decades later, and I still have a massive amount to learn.

    • gronjo45OP
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      I really like the comparison to drawing and the gap between what I’m seeing in my head and my actual ability to carry out the task! Something hypnotized me when I first got introduced to the world of free software. Initially I started out learning LaTeX to make math worksheets for my tutees because Microsoft Word made me want to violently smash my keyboard. Further rabbit-holing and forum-crawling convinced me that I needed to download Arch or else it simply “wasn’t worth it”, which is completely wrong in itself.

      Never have heard of a LAMP stack, but I’ll check it out. I’ll try to persevere through frustration and just look at errors as a way of learning from my mistakes. Eventually I hope to have a grander control and understanding of my devices, but this will just come with time. Thanks for the encouragement!

      • meteokr@community.adiquaints.moe
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 year ago

        Further rabbit-holing and forum-crawling convinced me that I needed to download Arch or else it simply “wasn’t worth it”, which is completely wrong in itself.

        Unfortunately Arch appeals to, and is loved by, a specific kind of user. They aren’t really interested in being more newbie friendly, which is totally fine. Debian, and by extension Mint, actively trying to help new people use the software, and is very newbie friendly. Most people asking for help use these types, and thus a lot of the helpful guides use these as a base. OpenSuse also does a very good job too, but it is pretty different than Debian in how it is structured, so not all guides written for Debian will work the same way. When you know about how different Linux ecosystems work, the less which specific distro you are using matters. So don’t worry too much about picking the “right” one.

        Initially I started out learning LaTeX to make math worksheets for my tutees…

        This is the best way, find something you want to do, and learn how to do it. Follow the rabbit holes! You never really know where they go.

        • gronjo45OP
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          Follow the rabbit holes! You never really know where they go.

          I completely agree with this one! Been awhile since this comment was posted, but I’ve had a great deal of fun with Pop!_OS after I nearly went mad. I used my arch system for about 2 months exclusively. Right now I’m dual booting it and Windows. I’m exploring Windows with new eyes again just so see what exactly was abstracted away from me and I’m just using it to get work done more efficiently.

          Thanks for the initial advice :) I’m working towards using only a Linux system and I learned I liked Debian as well. Ubuntu, Mint, and OpenSUSE didn’t really feel the way I wanted them to, and I still was piecing together concepts that were fuzzy from my 20 years of Windows usage getting in the way.

          Currently trying to get Gentoo onto a Chromebook and got curious about hypervisors so a new rabbit hole has reared its head…

      • nyan@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 year ago

        Just a sidenote: LAMP is a traditional webserver stack. L = Linux, A = Apache (web server), M = MySQL (database), P = PHP (or Perl or Python, depending on who you ask—some server-side programming language, anyway). So it might not be germane to your use case.

        • gronjo45OP
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          Hey! Sorry its taken a while to get back. I’m almost at the point where I can order everything for my NAS which will then necessitate learning Apache, MySQL, and how to implement programs in the best suited language for the job. I did a lot of Python in undergrad so I should be trainable in that regard.

          Are there any resources or Wiki you’d suggest to get started regarding interacting with a server?

  • silent_clash@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    Don’t use regular Arch if you’re struggling. There are some arch-based distros that are more user friendly, though. Like EndeavourOS or ArchMan. Manjaro can be good too but there are legitimate problems with how the project is run.

    I was having graphics driver problems in Ubuntu-based distros until I tried Linux Mint.

    If you get crashes right before or after login, it’s often a (Nvidia) graphics issue. To get around this, you could use nomodeset in the Grub menu to get a successful first boot where you can then install the proprietary drivers.

    Look at sections 4 and especially 5 on this page
    Also, here is that info in a tutorial format

    Also, you may want to set the Desktop Environment to Xorg or X11 (same thing) if Wayland is causing you problems. It’s older, but in some cases more efficient and less experimental. Check out the section: Switching desktop environments using a graphical user interface. It should look similar to the pictures. And notice that the “gear” icon may not appear until you select a user or start typing your password.

    If your problem is different than this, open a support ticket in the discord or forums of the distro you’re using. Linux Mint has a great system for this on Discord.

    • UrbenLegend@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Don’t use regular Arch if you’re struggling. There are some arch-based distros that are more user friendly, though. Like EndeavourOS or ArchMan.

      Yeah, this 100%. Honestly, plain Arch isn’t all that hard to use. I’d argue it’s probably easier in a lot of ways compared to more mainstream distros…once you have it setup that is. Arch isn’t hard, Arch SETUP is hard, so having downstream distros do the hardest part of the work for you is absolutely key to a good experience if you’re just starting out.

  • bionicjoey@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    Arch is a bad distro for newbies. Go find an ISO for Kubuntu and install that. The install wizard is idiot-proof. I use KDE-based distros like Kubuntu even though I’m a fairly advanced user so don’t view it as some kind of failure. There’s no virtue in using more complicated stuff. Get comfortable with the easier distros first.

  • eric5949@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago

    Bog standard arch is absolutely not what I’d recommend to a new user, maybe endeavor if they’re really asking for it, but you really should have some idea what you’re doing before using arch. Try Linux Mint or Pop OS. I’m surprised you had an issue with Ubuntu, though I haven’t used it since like 16.04 so maybe it just is a pain now.

  • Yote.zip@pawb.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    You definitely don’t need Coreboot. Try Linux Mint to start with, and just use your computer as you normally would. Getting comfortable with how Linux does things is something you need to learn before taking the next steps. No one became a Linux guru by reading the “Linux manual” front to back. I picked up almost all of my Linux knowledge on-the-fly because I broke something or because I wanted to do something.

    Also, if all you want is better cybersecurity, you’ll make a huge leap just by picking any Linux distro. Save Coreboot, full disk encryption, etc for at least a few months down the road when you’re picking a new distro and have a better idea of what you want to do differently.

  • jsonborne@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    You’re on the right track! That feeling of understanding less is normal - and good news is that it isn’t true. You understand more than you did before - but now you also know of some other things you don’t know about yet. This is good and exciting! I wish I were in your shoes so I could experience this for the first time again.

    I would recommend Fedora Silverblue 38. It is an immutable OS, meaning that it is impossible to break it to the point where it doesn’t work. Since the root file system is read only, like a mobile OS, you would be hard pressed to actually break it. Don’t worry though, most graphical applications are available as flatpaks on Flathub. Flathub is integrated with the app store in Fedora 38, no need to use the terminal. For terminal applications you want to use there are toolboxes, which are little mini fedora containers that have access to your home directory and some other integrations. Also Fedora Silverblue is easy to install and works with most hardware.

    • gronjo45OP
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      I’d give it a try! It has been quite fun to have a Linux system and to finally feel more comfortable with the Unix-like way of using a computer. It has greatly simplified a lot of things I needed to do when I was in uni, such as uploading and processing data from a DAC as well as the simplified way of managing packages and CLI workflows. I never knew how many times the task just needed a solution with a Regex in it, but it takes one awhile to learn it.

      It feels weird to go from being a lifelong Windows user to using Linux. Unfortunately, I chose Arch to be the distribution I’d struggle with because I was too stubborn to give up. Now that I’m a little more comfortable with systems, I’ve been hopping around tinkering in different virtual machines. It took quite some time before I felt I got fluid enough with the CLI, but it makes everything feel like a text adventure game! It’s so nice to be more comfortable with Vim when I need to do systems work, access servers remotely via SSH, or navigate the system more easily. I never thought you could agnostically open files, so that was nice to learn. It’s impressive the beast of programming problems that needed to be solved before one could have a seamless in-home system. I can’t imagine shuffling magnetic tape through a dinosaur, or the hoops you’d have to jump through and technical knowledge to use a PDP-10 or older computer. Lots of respect for the gurus who can speak in tongues for those machines :) Thanks for the advice, never knew immutable OSs were a thing.

  • RandomLegend@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    i wouldn’t say that it’s unrealistic.

    The “Problem” is however, that there are a gazillion different approaches to everything. And everyone will tell you their method and maybe even badmouth other peoples methods… That way you don’t really know what to do anymore.

    Imho, don’t install them in a VM. Get yourself a new cheap SSD. Unplug the one with windows on it and just install a well-known Linux distro that has a big open community on your PC.

    If you want something Arch-based: I’d highly recommend you Garuda-Linux. Don’t get scared off by it’s … flashy default looks. This can be changed very easily. But they have one of the most welcomming and helpful communities i have ever witnessed. They aren’t really here or on reddit, but rather have their own forum.

    This thing will give you everything you need to start. And if something breaks, it does automatic snapshots of your system everytime you install a new package. So if something breaks, you turn off…turn on…and in the boot menu you’ll find your snapshots. Pick the last working one. and that’s it. Good to go again.


    But these are just my 2 cents…

      • RandomLegend@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        It sounds as if OP was beyond the stage of playing inside a live-boot… plus you’ll never get to really get a feel for a distro if you can’t even install new packages properly.

        • socphoenix@midwest.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          You can install the os to a thumb drive too. Performance will be meh but it’s fine for testing and can be brought with you while out and about

          • silent_clash@lemmygrad.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            1 year ago

            Yes, with the caveat that it could overwrite the Grub menu/boot partitions of other Linux installs on the device. I’d disconnect all disks with working Linux partitions and possibly all Windows ones too while installing to USB from a Live USB.

  • danielfgom@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    If I were you I would start by using standard Ubuntu desktop. In my experience it tends to be the most reliable, easy to install, least technical and does alot of stuff behind the scenes that others don’t. A simple thing like plugging in a printer works very well in Ubuntu but is a nightmare on opensuse.

    If you still run into issues then start to troubleshoot, especially if you are installing on bare metal and not a VM. Often the most common issues are WiFi drivers and graphics drivers. This is because these companies often don’t make their code available so other Devs have to reverse engineer their own code and it’s not included in the kernel. It has you need installed after installation. If your pc has an ethernet port or ethernet adapter I HIGHLY recommend using that when installing.

    In Ubuntu open the search page and type “drivers” and it will show you an option to install additional drivers. Click that and it should detect what hardware you have and give you the choice to tick a box and install those drivers. Your must be connected to the internet via ethernet for this to work. After successful installation, reboot and the WiFi/graphics card should work.

    If you have issues Google it an Ubuntu normally has TONS of answers.

    • jsonborne@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      My only issue with this is that the Ubuntu desktop is really buggy right now. 23.04 has plenty of odd issues like the file browser not showing the correct file as deleted, instead making it look like another random one in the same directory got deleted. But refreshing the file browser corrects the graphical issue. But due to many little paper cuts like that I’d shy away from recommending Ubuntu.

  • BestBouclettes@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Even though Arch is very well documented, it’s not really accessible to newcomers. The documentation assumes that you know the basics, so if you don’t, you’re screwed. Mint, Pop! and Debian, to some extent, are much more accessible.

    • warmaster@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      As an absolute noob, I can tell you this is not the case for Arch based images though. I’ve used Manjaro and now settled on Crystal Linux. Both Arch based. They are as easy as any other distro, even more than Debian.

      Debian, in their philosophy, provides a pretty bare ones image, and you have to add everything yourself. They don’t even ship Flatpak for example.

      Pop! Has an archaic Gnome desktop but an otherwise excellent system.

      I don’t like Mint’s desktop environment, but that’s very subjective, so no cons there.