Here to follow content related to Star Trek, Linux, open-source software, and anything else I like that happens to have a substantial Lemmy community for it.

Main fediverse account: @f00fc7c8@0w0.is

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

help-circle






  • f00f/eris@startrek.websitetoLinux@lemmy.mlGaming in Proxmox VM, feasible?
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    2
    ·
    edit-2
    1 year ago

    Isn’t Proxmox intended for servers whose only use is to run VMs? Why not go for a traditional desktop distro like Mint and run KVM, QEMU, or VirtualBox on it?

    Anyway, I have heard something like this, but it probably depends on the anti-cheat. Some might run in kernel mode to deliberately detect VMs. Others won’t care if you use a VM.


  • I don’t have this with bright light; that makes me uncomfortable, and I sometimes want to wince at it. But I may still experience what you’re describing from other stimuli. For example, crowds don’t always make me uncomfortable, but the excess sensory input from cross-talking can make it hard to focus or think, and have the effect of making me unable to take things seriously.

    On the other hand, certain kinds of music can have a hypnotizing effect, and make me absolutely focused on whatever task I’m in the middle of. Though I consider that more beneficial, as it helps me get through schoolwork and some “adulting”. It doesn’t make me completely shut down or anything like that.



  • f00f/eris@startrek.websitetoLinux@lemmy.mlToday GNU/Linux is 32 years old
    link
    fedilink
    English
    arrow-up
    163
    arrow-down
    4
    ·
    1 year ago

    Well, Linux is 32 years old; GNU goes back to 1984, and Unix all the way back to 1970! The history of this OS is much older than Linus Torvalds’s involvement; he “only” created and maintains the most popular kernel.

    But yes, happy birthday to Linux. Many thousands have contributed to making this operating system what it is today and they all have my utmost thanks for it.




  • Depends on a few factors, AFAIK as a non-lawyer. If the license allows closed-source derivatives (i.e. is permissive rather than copyleft), then anyone can create a closed-source version with all of the contributors’ changes, including the original maintainer. And anyone can choose to keep it open-source. The community contributions still to some extent belong to the contributors, though the license waives most of their rights.

    Some projects are copyleft, but contributors are required to sign a license agreement (a CLA) which allows a single entity to change the license as they desire, including to closed-source - this is a good reason to avoid such projects. The contributors don’t own their work in such a case, but they can still fork the old project as it was before being taken closed source.

    In a copyleft (e.g. GPL) project with no CLA, it’s illegal for anyone to make a closed-source version, and a major contributor could sue even the maintainer for doing so.

    In all such cases, the change to a closed-source model does not erase the existence of the open-source code with community contributions. A fork is always possible.



  • How was the screen rotation? I am mostly using mine flipped with a second monitor.

    Automatic screen rotation wasn’t exactly smooth, but it did work, and I didn’t experience any major issues because of it. I’d imagine it’s better now.

    Also, what year was the HP ENVY?

    Somewhere around 2018 I think, it was a while ago. But you can test in the live environment to see if the hardware support is still as good as it was.




  • Between the three I’d go for Linux Mint. It was my first distro too, and it makes the setup process very easy, especially for users coming from Windows. Manjaro and Ubuntu are fine, plenty of people I know love them, but they’ve both made some decisions in recent years that I don’t like. The former being negligent with security updates, and the latter forcing their own, worse, package manager on users. You shouldn’t have any issues with Mint.

    Most of the apps you mentioned are available for Linux, including Teams and VirtualBox, though you’ll probably have to download those from their respective websites. Office 365 still works from a web browser, and you can open its documents locally with LibreOffice (though more complicated documents might have some formatting messed up). I haven’t heard of uPlay, but there is an unofficial Linux client for Epic Games (called Heroic Launcher), and ~90% of Windows games either support Linux or work through a compatibility layer such as Proton.



  • I understand it’s highly customizable.

    That is true, it’s one of the main benefits to using Linux!

    I understand it’s a lot of manual work, though, at least… it sounds like it? From what I’ve seen people say, it seems like you need to remember a lot of codes and functions to do basic things unless you install interfaces for things?

    That depends. Most Linux distros come with all the necessary interfaces for those basic things by default, but a few will require you to set them up with the command-line interface (CLI). It’s just a good idea to learn CLI commands because they’re more reliable, more consistent across distros, and often required for advanced things or for troubleshooting.

    IMHO, the main challenges of Linux are:

    • Having to make configuration choices that Windows and OS X make for you (distros can go a long way in this regard, but you still have to choose a distro)
    • Having to install Linux, configure it, and solve problems yourself. (Basically, you use it at your own risk. If you run into issues, I recommend asking a friend, or failing that, asking on one of the many available Linux support forums (like this one) and chatrooms.)

    On the other hand, Linux is easier to use in some ways:

    • Distros typically provide software repositories (basically app stores) which are better curated than those of Windows or OS X. They can negate the need to search online for downloads, and make it easy to update the system at your convenience.
    • Viruses and malware for Linux are extremely rare.
    • There are fewer restrictions on what you can do with your computer, which makes customization much easier. There are no ads, nags, “premium editions”, or other commercial BS in Linux.

    I also am under the impression that Linux isn’t the greatest for most games? Or at least, that’s what I heard a lot years ago, I don’t know if it’s still true (or if it was even true back then). If that’s still a thing, is it because Windows is just what everyone defaults to when designing software? How viable is gaming on Linux?

    IMO, quite viable, thanks in large part to Valve’s efforts with SteamOS and the Steam Deck. A lot of games have official support for Linux now, and those that don’t run pretty much seamlessly through one or both of the Windows compatibility layers, Wine and Proton. Linux used to be pretty bad for gaming, but I think it’s close to on par with Windows now. It’s arguably even better for emulators.

    And how does one even… go about setting up Linux? How do you choose what er… version? Type? Ah, distro? Again this… terminology is foreign to me, I’m not fully sure what I’m saying. Would I have to whipe a laptop of Windows to install Linux on it? How would I do that?

    A “distro” is basically a version of Linux. More precisely, the operating system we call “Linux” or sometimes “GNU/Linux” is really just a bunch of disparate pieces of software that together could make an operating system, and a “Linux distro” is an operating system pieced together from those parts.

    As for the choice of distro, I wouldn’t overthink it. There’s a small chance your hardware won’t be supported by a given distro, or the install process will be more “hands-on” and difficult, but that applies to only a minority of distros. I personally am fond of Debian, though it’s a more “power user” oriented distro and can be hard to install; you might find one of its derivatives, like Q4OS or Linux Mint easier to set up.

    There is a way to “dual-boot” Linux alongside Windows, but it can be unreliable, and you will need to partition your hard drive to give them both dedicated space. There are tutorials for this that you can look up easily, but unless you really need Windows, “wiping your hard drive” will be the smoother option. Back up anything important first, and then (on most distros) the installer will make it easy; you’ll likely just have to select your hard disk and an option to erase it. If you just want to try Linux without making it your main OS, I recommend installing it a virtual machine, such as Oracle VirtualBox or VMWare Player.

    I have ADHD and Autism and combined, the whole idea of jumping into this is so goddamn overwhelming to consider figuring it out all by myself.

    Speaking as a fellow autistic, I think the ability to hyperfixate helped me a lot with Linux, haha. But it is a lot, so I don’t blame you for being overwhelmed. As I said, once the setup is finished it’s quite easy to use, and the more advanced stuff, you can learn as you go along. So don’t worry too much.

    I hope this wasn’t too long/hard to understand for you. Feel free to message me if you need help getting set up with Linux, or need clarification on what I’ve said. I love helping people with stuff like this.