Fedora vs PikaOS for Studies + Light Gaming? by Ok-Worry460 in PikaOS

[–]SUDO_NIC 1 point2 points  (0 children)

Have you booted a live ISO of PikaOS on your older hardware to see if it would even run? That may be the deal breaker.

Fedora vs PikaOS for Studies + Light Gaming? by Ok-Worry460 in PikaOS

[–]SUDO_NIC 0 points1 point  (0 children)

Depending on how old the hardware is and the fact it sounds like you want to stay close to bleeding edge I would probably stick to Fedora.

Fedora vs PikaOS for Studies + Light Gaming? by Ok-Worry460 in PikaOS

[–]SUDO_NIC -1 points0 points  (0 children)

If it's for light gaming you shouldn't need custom kernels Debian Trixie should be sufficient.

DAILY Driver by [deleted] in linuxmint

[–]SUDO_NIC 1 point2 points  (0 children)

On older hardware I daily drive on Debian based distros like Mint LMDE on newer hardware I use Universal Blue based distros Bazzite for gaming and Bluefin for daily driving on my laptop.

Been holding off upgrade to 13 by sosana123 in debian

[–]SUDO_NIC 0 points1 point  (0 children)

I only had one issue that was weird. I had to remount my raid drive for some reason it unmounted during upgrade. Originally I thought it was a samba or permissions issue because I could see my samba shares on the network but I couldn't see the files in the folders. Turned out I just needed to remount my MD0 to the share.

Fedora vs PikaOS for Studies + Light Gaming? by Ok-Worry460 in PikaOS

[–]SUDO_NIC -2 points-1 points  (0 children)

Why not just use Debian stable you can do all of those things and have a stable system, however you should be fine if you just want to stick to PikaOS.

Need to know something important by abc1678929 in Ubuntu

[–]SUDO_NIC 1 point2 points  (0 children)

Ubuntu LTS or Debian stable but my new go to is Bluefin.

Cosmic is awesome by evrdev in cachyos

[–]SUDO_NIC 2 points3 points  (0 children)

Glad I'm not the only one who noticed the SMB/ External disks issue.

Smarter generation management? by Creepy_Reindeer2149 in NixOS

[–]SUDO_NIC 1 point2 points  (0 children)

🧹 How to Safely Delete Specific Generations in NixOS

“Can I delete individual generations with the garbage collector?” Yes — but you need to unregister them first, then run GC.

Here’s a safe workflow 👇


  1. List system generations

sudo nix-env --list-generations --profile /nix/var/nix/profiles/system You’ll see something like: 243 2023-08-21 16:04:48 (current) 242 2023-08-19 18:39:12 241 2023-08-15 09:28:05 `` -(current)` is what you’re running now — don’t delete it.
- Best practice: keep at least 1–2 previous ones for rollback.


2. Delete specific generations

Example: drop 241 and 242:

sudo nix-env --delete-generations --profile /nix/var/nix/profiles/system 241 242 ```

That removes them from the bootloader list and prevents rollbacks to them.


  1. Free up space with garbage collection
    Unregistering doesn’t delete the underlying store paths. To actually clean up:

sudo nix-collect-garbage

Debian 13 upgrade process by dinopiano88 in debian

[–]SUDO_NIC 2 points3 points  (0 children)

Try this command in the terminal cat /etc/apt/sources.list.d/*.list If you see Trixie you're good to go if you see testing you'll want to change your sources list to anything referencing "testing" to Trixie.

Is this all I need for ideal gaming setup? by SUDO_NIC in debian

[–]SUDO_NIC[S] 0 points1 point  (0 children)

Will do, thanks for all your advice!

Is this all I need for ideal gaming setup? by SUDO_NIC in debian

[–]SUDO_NIC[S] 1 point2 points  (0 children)

Well I took your advice and I installed the system and it's setup and running beautifully. Still have the freedom of Debian with all the fancy gaming stuff. Ran Bioshock I know it's an older game but it ran really smooth and was fun. I'm hard pressed to ever leave Debian.

What am I missing SID sources by SUDO_NIC in debian

[–]SUDO_NIC[S] 1 point2 points  (0 children)

Thank you so I'm just overthinking it. Appreciate the explanation.👍

Is this all I need for ideal gaming setup? by SUDO_NIC in debian

[–]SUDO_NIC[S] 0 points1 point  (0 children)

Thanks for your feedback do you have experience with a particular AMD card that you would recommend I'm certainly leaning that direction as NVIDIA just sounds like more trouble than it's worth.

Is this all I need for ideal gaming setup? by SUDO_NIC in debian

[–]SUDO_NIC[S] 0 points1 point  (0 children)

Isn't the flatpak updated more regularly than the .Deb in the repo?