• 0 Posts
  • 14 Comments
Joined 11 months ago
cake
Cake day: July 3rd, 2024

help-circle

  • I follow Blender on Mastodon and, about a month ago, they started this campaign to see if they could double the amount of donations (from approximately 1% of users to 2% of users), and it’s been decently successful so far just by putting “Can you donate?” banners in more places (and posting memes about donating on their social media).

    Here’s a short video they put out about it: https://www.youtube.com/watch?v=-v7Uhoot4Qg

    I think the funding campaign only lasts a month, so it’s probably about over (though donations are always accepted, this is just a brief social media campaign to increase development funds for FY2025).



  • I wanna say fwupd/lvfs manages firmware updates on Arch (and lots of other distros) these days.

    You may be able to roll back the latest firmware update with fwupdmgr. What’s the output of fwupdmgr get-devices in your terminal? Also, what is the make/model of the ethernet port that is now on the fritz? You can search for it on the website here: https://fwupd.org/ in the “search for firmware” bar at the top, then you may be able to install the old version with fwupdmgr.


  • I’m not familiar with EndeavourOS, but I’ll ask a few questions to get the troubleshooting process started:

    With the ethernet cable plugged in, can you access your local router config page (if you have one)? e.g.: 192.168.1.1. If not, what happens when you ping the router’s address in the terminal?

    If you’re able to successfully ping/access your router, can you ping a well-known IP address such as 8.8.8.8 (google DNS) or 1.1.1.1 (cloudflare DNS)?







  • I’m no legal expert; I assume support can be either offered or completely avoided depending on the shop owner’s preference. Most Linux distributions come with a “this software is free (as in freedom) and comes with no warranty or guaranteed functionality” disclaimer.

    If I wanted to engage more with my clients and build more trust, I might offer some degree of troubleshooting/support for the Linux machines I sold. But I don’t think I’d be under any legal obligation to offer that service just for selling the laptops.

    Whether or not the computer shop offers support might affect whether or not a customer wants to shop at my store. Maybe I can sell my laptops cheaper if I don’t offer support, or maybe my laptops cost a bit more because I do offer aftermarket support.


  • how can Linux be a moderated product to sell for desktop

    It kinda depends on each individuals’ use case; there’s lots of different Linux distributions that are better (or worse) for specific workloads.

    Any given laptop I’m staring at in a store will probably work perfectly fine as a general-use machine with Linux Mint installed. This is my go-to distro when repurposing a machine because it works great out of the box. If I were running a computer store and wanted to sell consumer laptops with Linux on them, I’d default to Mint.

    If someone is looking to turn their PC into something more specialized for gaming, they can look at something like Bazzite or Batocera. These will generally require some tinkering.

    If an individual or company is looking to build an office with many workstations and user accounts, they might consider Red Hat Enterprise Linux so they can benefit from official support channels if something needs troubleshooting. Many computer labs at NCSU used RHEL when I attended many years ago.

    Want a stable server environment? Debian is a standard pick.

    Want a barebones system with no bells and whistles (but great battery life)? Alpine oughta work.

    So Linux has many options for end users to pick from, which can be seen as a good thing (more options is generally good), but also a bad thing (many end users might consider the plethora of options to be overwhelming if they’ve never used Linux before).

    Linux (or is called unix?)

    Linux (Or GNU/Linux) operating systems are a modern implementation of an old research OS that was called “Unix”. Spiritual successors to Unix like Linux and BSD try to bring a lot of the design philosophies of Unix into modern OSes (I believe this is generally called the “POSIX” standard. e.g.: macOS is a POSIX compliant OS, iirc).

    If I’ve gotten any of this information incorrect, please don’t tell Richard Stallman.