Software dev, D&D DM, Dog Dad, Linux User, FOSS supporter, pc builder, cyclist, volleyball player, wannabe handyman, socialist, feminist, and ally.

Profile pic credit Backie and Banner pic credit System76

  • 1 Post
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle
  • This should add the flathub remote to the system and then install all the existing user packages into the system level. Then removes all the user level packages.

    flatpak --system remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    flatpak --system install $(flatpak list --columns=application)
    flatpak --user remove $(flatpak list --columns=application)
    

    Personally I would just pick all the ones you’d like to be global (system level) and leave the rest at the user level.


  • Now that apple has their own silicon, all the older intel based MacBooks are pretty cheap. I just replaced my wife’s 2013 MacBook Airs battery, upgraded the drive, and installed Linux. It’s been a solid little laptop. Not the fastest but there’s probably a few pro models within your price range. Just make sure to get at least a 16gb model since the ram is soldered. Might have issues with the webcam, but the wifi drivers are pretty good.






  • slowbyrne@beehaw.orgtoLinux Gaming@lemmy.mlShould I switch to amd?
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    10 months ago

    I’ve been avoiding Nvidia for a while and I generally recommend it (at least for now). I wouldn’t say it’s mandatory though. Nvidia support has come a long way.

    That being said, if you can snag a good used amd card to replace your 3060ti then why not if you’re not benefiting from the rtx features and you find your current vram is causing issues, then you do you.

    You could also hold out a bit longer and see if the 6800xt becomes more affordable given the recent launch of the mid tier 7000series.



  • I have corded USB type headphones. It’s not a good replacement. The dac is in the connector which makes the portion that sticks out much larger; the port isn’t designed for even mild leverage to be applied to it regularly. Go cycling with your phone in your pocket or even just sit down multiple times with your phone in your pocket while the usbc headphones are plugged in. They will either work their way loose or they will start to break the phone’s port. I’m not even covering how the USB type c spec leaves a lot of room to be interpreted differently by companies, significantly increasing the probability of headphones working for only some phones.



  • slowbyrne@beehaw.orgtoTechnology@beehaw.orgStop using Brave Browser
    link
    fedilink
    English
    arrow-up
    20
    ·
    edit-2
    11 months ago

    Brave’s objective is to create a system that looks altruistic but they control it and take a ever increasing cut. Google started off the same way. I like the idea, but it’s one that needs to be controlled by a not for profit or by the people. Giving that control to a for profit company is just repeating history.

    Firefox isn’t perfect, but my argument for choosing them or a fork of FF is to combat the market share of chromium based browsers. With google pushing for Web Environment Integrity (aka web DRM) using a different browser is one of the few good ways to protest.

    I would also like to point out that popular open source projects often get contributions (both code and financial) from large corporations. Sometimes it’s their main source of revenue. This isn’t just a Mozilla problem. I wouldn’t even say it is a problem. A problem would be if those contributions affect the project in a negative way.

    Just like in most things these days our choices are limited to the shitty and the less shitty. Obviously where Brave and Firefox lands on that shitty spectrum will depend on your priorities, but for me at least Firefox is less shitty and far from perfect, but decent.

    Edit: grammer


  • Backup all your personal data on windows prior to attempting anything. On a separate disk and cloud if possible. For cloud backups, just pick the important stuff. No need to backup steam libraries since steam servers are the backup in this case.

    Like others have said, if you can use a separate disk, do that. If you can’t do that and you just want to try out Linux, use a USB live disk to test hardware compatibility and the user experience, or if you have an old laptop or desktop that isn’t being used, load Linux on that first.

    Pick a popular distro for better community support. If you have a recently released laptop (less than a year old) might want to pick a distro with newer kernel for better hardware support. My personal recommendations are Pop!_OS, Fedora (both gnome and KDE versions). Both work well on newer hardware. Others you might want to try are Linux Mint and Ubuntu.

    After getting Linux installed, try and keep your home partition backed up, especially if Windows is on the same disk.

    Try and use Flatpak for all your apps, flathub is the web “store” for Flatpak apps.

    Be open to trying the Linux alternative to apps since the windows version might not be available.

    This is a new OS so expecting things to work a certain way isn’t realistic.

    Most of the time a GUI is available for what you need to do, but learning the terminal is super helpful and a lot of people prefer it once they make the switch.

    When searching online, try to include your distro and its version. It will help narrow down results.

    If you’re gaming, check ProtonDB for game compatibility, and be willing to tinker a bit.

    If you do have Nvidia graphics, Pop!_OS and other distros that bake the drivers into the disk image or install process are better for beginners.

    Opinion portion: Firefox is a better holistic choice over chromium based browsers (see Google’s web environment integrity aka DRM for the web). KDE is a great desktop for people who like the Windows workflow, but I prefer Gnome. Nvidia graphics are much less problematic these days, but I still prefer amd and Intel hardware.

    Life is hard; everyone is doing their best; be hard on problems and soft on people.

    Good luck ;)






  • I actually think Lemmy should take a page from Mastodon here. Instead of users creating groups (which sounds like a huge headache to implement smoothly), Lemmy should add hashtags or something similar. So I would sub to #photography and people posting would be restricted to a max number of hashtags (TBD). You can then choose to stay subbed to the hashtag and/or sub to the communities that crop up frequently on your feed and then unsub from the hashtag if you want.




  • Well as long as you take a snapshot of your data and move that snapshot to another drive, you’re free to tinker without real worry. Arch Linux wiki should have lots of examples of what you’re trying to fix or modify. There’s always a fresh install as well, which isn’t ideal most of the time but as long as the data is safe, then its an option. Best of luck, hope you’re able to resolve the issue.


  • Only thing I can think of is the subvolumes left over might be causing an issue. I don’t know how snapper performs a rollback and I’ve seen a couple ways to do it. Sometimes its modifying the default subvolume to the snapshot you want to rollback to. This is fine IF your kernel params are NOT specifying the subvol. That would look like this rootflags=subvol=subvolume_name.

    Usually I just rename the subvols and make sure the snapshot I’m renaming to replace the current root subvol is not set to read only.

    So rename current root to root.broken Then rename snapshot to root Then set readonly prop to false.