• 6 Posts
  • 122 Comments
Joined 3 years ago
cake
Cake day: April 1st, 2022

help-circle

  • Can’t possibly be more vulnerable than Windows

    The linked article provides many examples where security techniques lag far behind Windows. Vulnerability isn’t as simple as being ‘more vulnerable’ or ‘less vulnerable’, it’s a complex concept, and both GNU/Linux and Windows have design decisions which make each better than the other in various ways. We need to understand security in a more nuanced way than “x is better than y” if we actually want to protect ourselves from threats.

    A Linux installation can be set to run root with no password or prompt. A Linux user can choose to never update their software - one could rely that Windows forced OS updates are an improvement here. The argument that the typical user has more technical understanding is a weak defense (as in, we really really really should not rely on that) and also irrelevant when we’re talking about Linux gaining a wider audience.




  • Definitely update us on UE, I’ve haven’t explored the EU or Unity on Linux, and it would be nice to know if they work, because “you can use Godot” doesn’t work for everyone.

    Except for one, where suspend instantly wakes up the pc and is therefore unusable. But i will figure that out another day.

    Is this just an automatic suspend after inactivity? Because if so, I think it the inactivity timeout can be disabled in the settings menu, as a workaround until you can figure it out.





  • In my tired daze I mistakenly read ONLYOFFICE as OpenOffice and was about to yell No!

    The article does well and links to their other article on the OO 9.0 release, which explains why it’s probably a smarter choice for this office situation when compared to LibreOffice:

    ONLYOFFICE is one of two options that comes to mind when I think of a solid Microsoft Office alternative on Linux, the other being LibreOffice. Both offer a range of useful features and support a wide range of document formats. What sets ONLYOFFICE apart, though, is its focus on collaboration and generally reliable compatibility with Microsoft Office files.



  • Here are three variants of Linux Mint with different Desktop Environments: (click their example image to make it larger)

    All of those are Linux Mint, they use pretty much the same core tools under the hood, but the desktop environments change how you engage with them. Mostly the way things look, the way you organize programs on your screen, and the default apps (like which text editor it comes with by default). This can change your experience a lot, I think Cinnamon looks nice and is smooth, while MATE and XFCE are more lightweight and might be better for older computers or if you don’t like something about Cinnamon.

    Now, those are all somewhat similar, they have a program start menu in the bottom left, a taskbar on the bottom, the basics are familiar. There are some (not officially supported by Mint) which are more different, like GNOME (Ubuntu’s desktop default) which has a different app launcher instead of a start menu and a different way of switching between programs. Then, as others mentioned, some people choose to not even install a pre-designed Desktop Environment and only install some of the more core components of a DE, like the Window Manager. People who really love the keyboard might use a tiling window manager, these tend to make you think “wow, this person’s a hacker”, where they’ll rapidly switch between programs using keyboard controls, with the window manager automatically shifting and dividing new windows so that they tile together to fill the screen. Loosely speaking, the opposite of a tiling window manager is a floating window manager, where windows just float and you move them around with your mouse, just like Windows (well, apart from the tiling options in more recent Windows versions when you can drag a window into the corner and it tiles to fill the screen.) I think the “best of both worlds” midpoint is a dynamic WM? I’m not sure. hyprland is an example of that.


  • Not who you asked, jumping in until they reply: Windows and most GNU/Linux distros are much further apart than most GNU/Linux distros are to each other. Unless you’re doing a lot of manual meddling or using hacky tools, the biggest change between Mint (Ubuntu/Debian-based) and a Fedora-based distro, in my experience, was that apt is replaced by dnf, so if you install apps from the command line instead of a prettier software manager (I did lots of programming so this was normal for me) then the names of programs and libraries were a bit different. I’d also make a list of things you’ve installed (VPN software, chat apps, etc.) and look them up in the Fedora packages site or their own website and make sure they’re all available. I would assume they would be, Fedora is popular enough.

    The desktop environment (Cinnamon vs. KDE) will be an initial change, but they’re both familiar enough with a program menu, task bar, like how Mint lets you carry over some of that same basic surface-level intuition that Windows taught.



  • Yeah, props to the Nanoleaf team for helping the author out. Win-win. The author says at the end that they intend on sharing it around more once it has more polish, so I hope they upstream it properly and demonstrate to Nanoleaf that helping out volunteers helps their product reach more customers. (I know it’s iffy to suggest it’s ok to neglect Linux and let us sort it out ourselves, but if we get open-source drivers in the process with the help of the company, I think that’s a net win)


  • A good thing about tech is that if you have a spare device (even a cheap single-board computer like a Raspberry Pi or similar cheaper one, or a partly-broken laptop) or a working virtual machine, you can break things. That’s a core characteristic of the old-school hacker mindset, to try stuff and break stuff until you understand stuff. Usually, the worst case, you just reinstall the operating system and have a fresh clean environment (or, better yet, you restore a backup you made! Learning how to fail gracefully is a great skill)

    I bricked a certain wacky laptop setup twice and had to start over (luckily with backups) just trying to get a custom startup loading screen. But once I realized why it was breaking and how to avoid it, I had a cooler looking computer!