• 0 Posts
  • 156 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle











  • Depends on two things

    1. What performance counters your CPU has.
    2. What you consider to be a memory load.

    Tools like perf on Linux can get you access to your processors performance counters and you’ll be able to see how many “events” occur while a process is running.

    What’s an event? Well they can be configured to monitor all sorts of things in the CPU. Instructions executed, Interrupts, page table misses, and on some loads / stores.

    Memory systems on a CPU aren’t straightforward though. They contain multiple levels of cache, each of which reduces the number of accesses which go to the next layer. So depending on which level you measure, you’ll get different numbers.




  • I agree with what you’re saying, that the attack didn’t require any data breach to take place, but I do have one slightly pedantic point.

    Codeberg being non-profit does not make the employees “volunteers”. They are normal employees and take a wage like working for any other company. What’s different is that any excess revenue over costs must be used to continue the company’s objectives and is not able to be taken by the company owners as profit.






  • Will my ability to play games be significantly affected compared to Windows?

    A lot of stuff runs with windows emulation as if it’s native. It’s the same method the steam deck uses and so Valve actively do work to keep it working. The main problem is games with heavy anti-cheat.

    Can I mod games as freely and as easily as I do on Windows?

    Generally, yes. I think so.

    If a program has no Linux version, is it unusable, or are there workarounds?

    See above.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    There’s .NET libraries for Linux, but things have to be recompiled to use them.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    The distribution maintainer will issue updates on a regular basis. Update procedure is different for different distros, but all have a push-button update scheme. It’s pretty solid these days.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    Keep your system up to date with security updates, and you’ll tend to be fine. Smaller user base tends to mean that there’s far less malware. Antivirus isn’t necessary.

    Obviously phishing scams don’t care what OS you’re on, so mind what you click.

    Are GPU drivers reliable on Linux?

    AMD ones are very solid.

    Nvidia ones can be a pain from what I hear, but I don’t buy green.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    No.

    That said… You can always wipe a disk when you install an OS.

    And also, what distro might be best for me?

    Download a few Live-USB images and try them out. You don’t need to install them to get a desktop and a browser up. You can see if there’s any compatibility issues with your hardware.

    Whichever works for you, go with it.