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

help-circle
  • Generally, it depends on the issue. The first thing I’d check is journalctl, and if there are any errors, I usually look up “[pasted error] [distro name]” and go from there. if I’m unable to find errors, then my next bet is to look up “[description of issue] [distro name]”. Unless I am directly familiar with the component that is having an issue, I try to see if I can find a solution online first. Of course, I never recommend running commands you read online that you don’t understand, so take it as a learning experience and pull up some man pages to see what everything is doing. By doing that, you can even begin to learn how to debug and fix these issues by yourself. Even just finding issues other people have and proving it isn’t your issue helps narrow it down.

    What I will never under any circumstances recommend is using an LLM. Please, just use a normal search engine (I prefer DDG), and find forum posts from real people. Those people are generally capable of understanding what they’re saying, so they won’t give completely made up information based on generation of the most likely next word from the data an LLM model was trained on. Besides, chances are that the LLMs are trained on the data you would find by searching anyway, so why not go straight to the source?

    I do find myself having to troubleshoot issues entirely on my own sometimes, but usually those are of my own doing, and I can likely figure out what I did wrong (I host my own server and tinker with it quite often). Of course, since switching to atomic distros on my desktop, I haven’t had any system issues to troubleshoot with it in years. Running Manjaro is practically a guarantee that you’ll have system issues, though. I’ve never had a worse experience with my system than when I ran it, and I’m not alone in that.

    Otherwise, if you find yourself unable to find an easy solution, backups are a wonderful thing. My server recently had part of its boot corrupted, and it was just a case of recovering from a backup to restore it. Remember, with backups: 2 is 1 and 1 is none. Data can (and will) get corrupted eventually.


  • If you want the easiest experience possible with Nvidia, I’d recommend Bazzite (and go with the KDE Plasma version). It comes with everything preinstalled and consistent across installations. Plus, it’s a tank when it comes to stability; very hard to break it due to the atomic nature. Just install everything through the built in store and you’ll be fine. Installing programs is much easier than Windows in Linux due to easy software stores. Bazzite currently uses Bazaar as its software store.



  • I don’t have experience with mobile Linux (still on Android), but you can emulate Android apps through Waydroid and that would (probably) work. Granted, Idk if notifications would work, but that’s an option if mobile Linux can handle Waydroid. There’s also Molly, which is a signal client that doesn’t rely on Google Play Services for notifications.


  • Don’t forget to remember 5 minutes after you leave that you forgot something else important! I forget my glasses half the time when I leave the house only to get in my car and realize I can’t see before I pull put of my driveway. I almost never forget any of my other stuff though, because that gets neatly(ish) organized into my purse (and very rarely leaves the seemingly TARDIS-like pockets in my tiny little crossbody), and I can’t even get into my cars without the keys from my purse ¯_(ツ)_/¯




  • Hmm, what method did you use to back it up? It sounds to me like something got corrupted, though perhaps someone more experienced could identify a different issue. What I usually do to clone LUKS partitions is use a liveUSB (so no files change while backing up), then use cryptsetup to create a new LUKS partition on the backup drive if it’s a new drive (otherwise for incremental backups you can skip this step), then unlock both drives and rsync to the backup drive. This is also usually faster than pure cloning, as cloning would also copy the (encrypted) empty space in the partition, and for incremental backups, rsync will only copy the changed data so it’s much faster.

    This would also have the benefit of preventing corruption on transfer, because rsync uses checksums to verify the file was properly reconstructed in the new location, whereas something like dd won’t have the granularity to check per-file checksums (especially if used to clone a whole encrypted partition).


  • I second that Nvidia is fine on Linux. I have an Asus gaming laptop with an Nvidia card that I use daily with no issues whatsoever, including in games (though do keep in mind some anticheat games blacklist Linux; that is not a compatibility issue, it is a conscious choice by the game makers, so not the fault of Linux). I recommend that anyone who is thinking about installing Linux checks their frequently played games on https://www.protondb.com/, and check any games they plan to buy there before purchasing them.

    I’d also like to make a recommendation for a distro. If you want the easiest, practically no way to break it distro, I’d recommend Bazzite. You can select an option on download that includes the Nvidia drivers in the install so there are no extra steps to install them. It’s about as easy as it gets for gaming on Linux (it even comes with Steam preinstalled!). Find it at https://bazzite.gg/. It’s always what I recommend for Windows gamers thinking about switching to Linux (and choosing the KDE Plasma image bc it’s more Windows-like than GNOME). The other great part is that it’s immutable, so there is consistency across installs, it’s much harder to accidentally break, and you can roll back to a previous version in the bootloader if anything does break. Most things a person will want to install can be found in Flathub via the Discover app (or sometimes an AppImage), so most people wouldn’t really need to mess with rpm-ostree package overlays (tho they really aren’t difficult, but only use them as a last resort since it often makes updates a lot slower). I personally think that atomic distros are the most newcomer-friendly option out there. They just work, and they do so consistently. Unless you mess with package overlays, your exact root filesystem will be tested before an update is pushed, and bugs that do show up will typically be found quickly and fixed quickly due to the fact that the same bug will likely happen for everyone else (the exception is hardware-based or firmware-based issues, of course).

    Just my 2 cents, having switched to Bazzite after over a decade on Linux, from Linux Mint, to Ubuntu, Manjaro, Arch, Void, Fedora Workstation, and Fedora Kinoite.


  • Thermal Grizzly Kryonaut has worked well for me. A quick Google search shows a standard AMD AM5 CPU IHS is 32×32mm, and the normal recommendation for that is a pea sized dot in the center. Given that you’re talking about a laptop CPU, the exposed die will be significantly smaller. A delidded i7-8700k, for instance, is 9.2x16.7mm, which is only 15% of the area, so you would use roughly 15% of a pea of thermal paste for that die size. Granted, I don’t know the actual die size of an i7-7500U, so take that with a grain of salt.

    Here is an iFixIt guide on how to repaste a laptop. Do not forget to remove the old thermal paste (and do so with a lint free cloth)! They recommend using an amount of thermal paste the size of a grain of rice. That seems a little small to me, but then again, I only paste desktop processors. I expect someone else here may have more experience with laptops.




  • Well, the hardening, just as with Tor Browser, does break some sites. It comes preinstalled with NoScript and uBlock Origin, the former of which you will either have to learn how to use or disable, depending on your wants for privacy. While it doesn’t include some of the anti-features of base Firefox, it is still based on Firefox so it will have similar performance for similar tasks.

    Personally, I use Mullvad for most of my browsing, and Firefox for a few specific things (like staying logged into site long-term and such).

    It’s available as a flatpak via Flathub for an easy installation, otherwise you can check https://mullvad.net/en/browser/linux for distro-specific installation instructions.


  • Sophienomenal@lemmy.blahaj.zonetoLinux@lemmy.mlWhich browser do you use and why?
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    edit-2
    8 months ago

    I use Mullvad Browser. It’s maintained in coordination with the Tor Project, and is essentially the Tor Browser with Tor itself stripped out. Same browser fingerprinting protections, however, among other things.

    EDIT: I’d like to clarify that this has nothing to do with my trust in Mozilla or Firefox itself, especially not concerning recent panics about benign changes. I still use Firefox on the side, it just does not have fingerprinting protections by default, and hardening it manually leads to minor differences between user configurations (even with Arkenfox if that’s still around) that is solved by Mullvad Browser for me. I use Mullvad Browser for my main browsing, and Firefox for specific exceptions. Firefox itself is fine, and no, Mozilla is not burning it to the ground.



  • I can’t help with pirating software, your options are going to be heavily limited because most people running Linux would just prefer open source alternatives (like Blender), so it’s far less likely you will find cracked software specifically made for Linux (plus, there is a far smaller userbase). On some quick searching, I did find someone who had issues running Houdini in a VM (for multiple distros), but it worked fine when it was installed natively. I’m not seeing an entry in the WINE database for Houdini, so while you could always try running a Windows version through WINE, given the type of program it is, I highly doubt it would run without issue. I have no recommendations on how to get ahold of a Linux compatible version without a license.