I’ve had installations hang a long while before eventually succeeding. I would also ensure Windows has hibernate turned off and quick boot disabled.
I’ve had installations hang a long while before eventually succeeding. I would also ensure Windows has hibernate turned off and quick boot disabled.
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.
Even though I don’t typically recommend an immutable distro to people with minimal Linux experience, as a dev and a gamer I’ve been pretty happy with the various uBlue images. Bluefin is a great out of the box image for devs and the uBlue images have a lot of compatability improvements over the Fedora ostree image their based off of. Bazzite is another good one specifically built for gaming.
My personal definition of “the year of the Linux desktop” is when we hit a market share % that starts to convince companies to take Linux support seriously. I don’t think we’re that far off from that happening and if Microsoft keeps adding in these terrible “features” to windows, more people will move over. Is 2024 the year for that? Probably not but I wouldn’t be surprised if it happens before 2030.
It’s not redrawing the frame, it’s more related to aligning the monitors refresh rate to the frame rate of the content being displayed. Alignment means your monitor doesn’t refresh the screen when the frame is only partially rendered (aka screen tearing).
As a few have already mentioned, a Debian based distro is a good choice, and you Mentioned vanilla Ubuntu isn’t ideal do to prioritizing snaps, I would then suggest Pop!_OS or Mint. I like what System76 (Pop) is doing with their scheduler and the upcoming Cosmic DE (written in Rust and should see an alpha early next year).
Keep an eye on Pop’s Cosmic desktop. Even the current customized gnome version is a nice tiling DE.
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.
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 ;)
Second, gotta love the new rust based tools and apps getting developed. Although I’ve seen some weird formatting issues on windows. Linux version is solid though.
I agree but you miss out on smaller instances that are trying to create new communities. I think subbing to hashtags might be better (similar to Mastodon)
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.
I think compact mode in Nautilus is part of the Gnome 43 release and might not be in the version of Gnome that you’re currently using. You might also be running Gnome 43 but your distro could have left out the Nautilus update for some reason.
Pop!_OS, Debian, and Fedora are my distros of choice lately. Been tempted to try out NixOS as well.
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.
Did you setup this server with a boot partition?
Rolling back the root subvolume with an older kernel could create a mismatch to the boot partitions kernel. Not sure if that’s contributing to your problem, but might be worth looking into.
I’ve been using it as my main for months. Even as an Alpha, it’s very stable. That being said, it’s missing quite a few features that a lot of people would consider a requirement. So “ready” will heavily depend on your requirements