There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

TheAnonymouseJoker , in My little brother loves the dualboot setup I installed for him. He says "It's like iOS"
@TheAnonymouseJoker@lemmy.ml avatar

OP, give your lil brother this. lemmy.ml/post/511377?scrollToComments=true

I need to make minor updates to it this year, but even this is enough to upgrade his skill level to intermediate or advanced within a day or two.

theshatterstone54 ,

I just realised you’re the creator of it. This is a veru good writeup and I will save it and ise it for referencing.

TheAnonymouseJoker ,
@TheAnonymouseJoker@lemmy.ml avatar

I will take this moment to self shill my content over at !privatelife. I make guides for privacy and write such stuff.

CaptainJack42 , in Fedora or Pop!_OS?

Why not stay on arch? I doubt the experience with VMS will differ between distros, just try it out. And as others have mentioned if your concern is anti cheat than vms might not work since some anti cheats can detect them. If it is not anti cheat than any distro will do, since pretty much anything not anti cheat is playable through proton these days. Another thing to consider is your GPU, keep in mind that if you want to use it for gaming in a VM you need to make a passthrough and you won’t be able to use it for your Linux desktop (I think at least, there might be a way to unload the GPU at runtime, but it’s probably complicated)

Nuuskis9 , in Fedora or Pop!_OS?

I have a Pop_OS! and enabled Wayland just for fun on AMD gpu and everything works as expected.

zzz711 , in Fedora or Pop!_OS?

I would say pop due to fedora getting caught up in the all drama surrounding red har right now

Nia , (edited ) in Debian testing for gaming?
@Nia@lemmy.blahaj.zone avatar

I’m currently running on Debian Stable, but I was running on Debian Testing until Debian 12 released. RX 6700 XT + i5 11400f. I use debs for most things and Flatpak for everything that I can’t find on repo.

I had no more or less issues on it than any other distro, I’ve never really had anything break but of course YMMV.

As a side note, I’d recommend trying Stable as well to see if it works well enough for you, then moving to testing if it doesn’t. As long as the performance is fine enough for you, it’s really nice having the system not really change since I only have to get a game working once, and it just keeps working exactly the same until the next Debian version with no surprises.

original_ish_name , in Fedora or Pop!_OS?

Why leave arch? Its an incredibly good distro (I did leave it for gentoo but I regret it)

CalcProgrammer1 , in How do you keep track of all apps you install and their configurations?
@CalcProgrammer1@lemmy.ml avatar

Install fresh copy of Linux OS on a new device. Install the apps I know I need like browser, code editor, etc.

Use device.

Realize “oh crap I forgot to install X!”

Install X

Repeat until all X have been installed.

perishthethought OP ,

Lol, pretty much what I’ve done in the past. And yep, it works, eventually.

Positroni ,
@Positroni@positroni.ddns.net avatar

Also works as a way to remove programs you are not really using anymore but had installed before. And although more annoying but I guess resetting configuration files to default settings every now and then is not too bad either.

Lemmchen ,

Plus backup /home and /etc, maybe /opt as well.

DoctorZook , in Sometimes, I get tired of Linux

Sometimes I get tired of people publishing clickbait videos to hustle ad revenue.

julianh ,

Sometimes I get tired.

KrimsonBun ,
@KrimsonBun@lemmy.ml avatar

Sometimes

LoafyLemon ,

Some

feral_hedgehog , in Most uncomplicated Printer that just works™?
@feral_hedgehog@pawb.social avatar

I got two Brother laser AIOs (MFC1910W) for my folks and myself.
All I had to do on Arch was install brother-mfc-1910w for printing, brscan4 for scanning and oh-brother for (occasionally) upgrading the firmware, all over WiFi.
I think more user-friendly distros come with these packages preinstalled, so it should just be a matter of opening the printer manager and waiting for it to show up.
Don’t think they make the specific model anymore, but any Brother laser AIO should do.

superminerJG ,

When I used Ubuntu, I had to install the .debs off of Brother’s site by myself. They provide .deb/.rpm packages.

DataDreadnought , in Fedora or Pop!_OS?
@DataDreadnought@lemmy.one avatar

Sorry VMs won’t work in your situation. Check out Lutris for your games.

meteokr , in Fedora or Pop!_OS?
@meteokr@community.adiquaints.moe avatar

Some game anti-cheat can detect VMs and will still block you. Dual booting is the highest compatibility path if that’s what you value the most. Your choice of distro here doesn’t matter too much, if you do go the VM route.

As far as distro choice for day to day needs, I’m a big fan of NixOS. Setup your whole system with a config file, track it with a VCS and you have an extremely consistent and flexible OS that let’s you build nearly any environment you want without messing with the rest of your system.

0x4E4F , in timeshift with btrfs: am I doing it right?
@0x4E4F@lemmy.rollenspiel.monster avatar

Yep, you’re doing it right… or at least that’s how I do it as well, lol 😂.

A snapshot is exactly that, a snapshot. It doesn’t take forever to create, like with rsync, it litelarly takes a second, even on very old rigs (775 or even older). It’s basically a snapshot of what the current drive holds. If a file changes (gets added, removed, whatever), the snapshot grows cuz it needs to hold the older versions of the files (the ones saved at the time of the snapshot).

This might not be exactly how snapshots work in BTRFS, but this is what I gathered from using it with snapshots enabled. The older the snapshot, the larger the size of the snapshot (takes way more room cuz more changes have occured).

Also, it’s wise to set up daily, weekly and monthly snapshots. I have it set up to hold 5 or 6 (can’t really remember now) daily snapshots, 4 weekly and 2 montly. So basically, I can go back in time for a max of 2 months. I was thinking or raising the montly snapshots to 3 or 4, but I’m still not sure. Still, I wouldn’t go lower than 2.

tubbadu OP ,

Also, it’s wise to set up daily, weekly and monthly snapshots

wouldn’t this take a lot of disk space?

0x4E4F ,
@0x4E4F@lemmy.rollenspiel.monster avatar

Nah, I got it set up on a P4 with a 20GB drive, takes about 2 or 3GB. As time progresses, older snapshots get deleted automatically by Timeshift 😉. So, say you got 4 daily set up, 4 weekly and 2 montly. Only the last 4 daily, 4 weekly and 2 monthly stay, the rest are deleted as new snapshots are created. That’s the while point of having this setup, so you can go back in time, but you decide how long.

tubbadu OP ,

woah! this is amazing!

0x4E4F ,
@0x4E4F@lemmy.rollenspiel.monster avatar

NP, glad I could help 😉 👍.

flux ,

Depends on how much you change per time unit.

I take full system backups every three hours, but the backups are thinned so that there are previous 24 hourly ones, previous n daily ones, previous m monthly ones, etc. Similar approach can be used with snapshots.

I don’t currently use snapshots—I don’t run btrfs anymore—but when I did, I did a snapshot every hour and kept them for 24 hours. But then I backed up the latest snapshot, which gives consistent backups, versus regular backups where files can change while you’re doing them. I’m nowadays using bcachefs, but I don’t quite trust its snapshots yet so I haven’t started using them ;).

0x4E4F ,
@0x4E4F@lemmy.rollenspiel.monster avatar

I’m nowadays using bcachefs…

Haven’t heard of this FS, so I checked the specs… was actually hoping to see a working RAID5/6 feature, but as it stands now it only supports RAID1/0/10. Too bad, would’ve considered it as a viable option to mdadm + BTRFS.

It said the code base was build on something stable, but it didn’t say what, do you happen to know what FS this project is a fork of?

flux ,

Too bad, would’ve considered it as a viable option to mdadm + BTRFS.

Currently I’m using bcachefs with LVM (which can do raid, but I currently only have one NVME SSD), though it indeed does have RAID1/0/10 support. But overall I expect it not to not make the same silly default choices as btrfs, such as not being able to start the system if a RAID1 component of your root filesystem is missing. And, supposedly, when the RAID5/6 becomes stable, it won’t have the write hole problem.

It said the code base was build on something stable, but it didn’t say what, do you happen to know what FS this project is a fork of?

It’s based on bcache :) by the same author, but of course bcache is not really a file system but rather some kind of object storage layer for the purpose of caching slower block devices and absorbing write load.

Bcachefs might be coming soon to the mainline kernel, so that’s going to make it a lot easier to try out. Personally however I have lost one bcachefs (that FS was readable, though, and I have good backups), but I have also lost a btrfs before and seen reiserfs bugs, so I don’t too heavily count it against it; overall I enjoy its stability when using basic functionality. I haven’t dared trying snapshots with it yet…

BCsven ,

Depends on your needs and if you want to include changes made to documents in home for example while you work during the day. For me the OS just does snapshotting when packages are updated so I can rollback if something breaks. The rest I do normal backups. because snapshotting is not backup if its on the same machine. Btrfs Send will let you push a snapshot elsrwhere though.

phx , in Fedora or Pop!_OS?

Have you considered Mint? I tried PopOS but found the support wasn’t great. Mint is also based on Ubuntu but adds extra functionality and skips some of the dumb stuff Canonical is pushing (i.e. snaps for everything).

As far as games: VM’s are not really a good bet unless maybe you’ve got multiple video chips and are willing to invest time in getting GPU passthrough working (and then you really haven’t escaped Microsoft so why not just dual-boot).

I’ve found that games on Linux (particularly Steam games) with Proton are pretty damn good and only getting better over time. Valve has put a lot of work into that with the Steam Deck (which also runs on Linux) and the non-valve versions also sometimes cover stuff that can’t (like certain copy protections).

Your can see the rating for games on Linux with Proton here

Kimo ,

Just reaffirming that my experience getting Activision/Blizzard stuff working on Linux has been mixed. I played older games that weren’t that GPU demanding, Hearthstone & Starcraft II, but the launcher would break pretty much every other update.

Mint is a great & everything works pretty much out of the box.

My understanding is that Fedora works pretty well for people gaming, GloriousEggroll, the guy that puts out the GE proton patches, contributes to Fedora, I think. Though you might want to check out NobaraLinux it is based on Feodra, but ships with additional goodies for gamers: Nvidia driver support, kernel patches, Discord, etc. <a href="">https://nobaraproject.org/</a>

Anything that you launch through Steam should also work, irrespective of your OS.

Stillhart ,

My understanding is Nobara is made by GloriousEggroll, which is why it’s so good for gaming. It worked really well for me except for the fact that some games didn’t like the hybrid Nvidia graphics on my laptop. I ended up swapping to Pop because of that, and everything works like a charm. I’d rather be on Nobara tho. I really don’t like Pop’s desktop environment.

eric5949 ,

You can probably install a different desktop environment for pop, usually it’s just a command and then there’s a menu in the corner of your login page where you can change the desktop environment.

Stillhart ,

Yeah, I know it’s possible, but I’m not a linux expert and I’d rather leave well enough alone. It works and it’s not Windows and that’s good enough for me!

eric5949 ,

Of course, whatever works best for you. I guess when you get annoyed enough just know switching desktops not as complicated as it might initially seem lol.

Stillhart ,

Thanks, I’ll definitely keep that in mind! :)

c0mbatbag3l ,
@c0mbatbag3l@lemmy.world avatar

I have an older gaming laptop with integrated graphics and a 1050 GPU, haven’t had any issues.

I love Nobara, it just worked right from the jump. Website has the hash right on the page, .iso already set to go, just create a bootable, plug it in and install.

eric5949 ,

Glorious Eggroll I’m pretty sure actually works for Red Hat.

p5f20w18k ,
@p5f20w18k@lemmy.world avatar

You can do VM’s with a single gpu these days, no need for 2

phx ,

You can, but can you do accelerated graphics within the VM environment?

My last foray into this with KVM/Qemu (the system native to Linux) was that accelerated graphics virtualization was still pretty twitchy, requiring various protocols which were still a bit immature (libvf, looking glass) or only available on a subset of hardware (vGPU,SR-IOV)

The docs on single GPU passthrough indicate one must detach from the host and assign to the guest (and rely on SSH or remote-screen apps etc to control the host).

PCI passthrough is the best option I’ve heard but basically involved the Linux host using the lower-powered GPU (possibly an integrated graphics chip) and then the guest given passthrough access to the gaming card.

If you’ve got good documentation on how to do this less painfully, I’d love to give it another shot. I’m pretty happy with the Proton performance on most stuff but there’s definitely a few games that I’d love to move to a virtual system if it performs well

p5f20w18k ,
@p5f20w18k@lemmy.world avatar

Using KVM, you can use do full GPU pass through to any OS from your host without a need for a second GPU (including integrated graphics).

Works with AMD and nvidia cards, I’ve even done this with a macOS VM.

Here’s a guide that’s the easiest I’ve found to follow. It includes some automated scripts.

github.com/BigAnteater/KVM-GPU-Passthrough - this guide is for Arch Linux, but the scripts and configs should work the same on any OS, you’ll just need to make sure the correct packages are installed.

Like you mentioned, there are some hardware requirements to do this, but most modern hardware supports it. Also, if you are running the VM then using SSH to control your host is probably your only option, but shutting down your VM should take you back to your display manager so there’s no rebooting.

I used this set up to play warzone for a while, performance was just as good as windows on bare metal.

Some notes from my experience:

  1. if you upgrade your host’s kernel, then reboot before trying to start your VM.

2 There are 2 scripts that will be built for you, vfio-startup and vfio-teardown. They will unload and reload kernel modules as needed so you’ll want to check if they are needed. My nvidia drivers are built into the kernel, so I couldn’t unload them, which stalled the VM startup.

  1. It might take some trial and error, if your VM doesn’t start after you attach the GPU then check the logs under /var/log/libvirt (or wherever your libvirt logs to)
30021190 , in Red Hat refuses Alma's CVE patches to CentOS Stream; says "no customer demand"

I’m sure on CentOS/RHEL7 this will be irrespectivly classified a CVE score of 7.8 so they don’t need do security updates for it.

toikpi , in Most uncomplicated Printer that just works™?

I’ve used a Brother business AIO Inkjet for some years without any problems.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines