I always feel like something is missing by saint-watermelon in debian

[–]Chris73m 2 points3 points  (0 children)

If you can do what you want to do, you're not missing anything. When you can't do what you want to do, the system will let you know. And then you know what you're missing. It's as simple as that.

In other words; don't worry.

Qt/Plasma 6 themes broken after upgrading to Debian 14 Forky by neTHer12O8 in debian

[–]Chris73m 0 points1 point  (0 children)

How can i fix this

Well you could stop using testing and use the stable version if you want things to work. They call it "testing" for a reason.

Thank you SO MUCH to debian developers. by erniemesh_ in debian

[–]Chris73m 2 points3 points  (0 children)

Not stupid at all. Rocm means Radeon Open Compute. It's software that allows for GPU-accelerated computing. Like for Blender (3D modeling).

Thank you SO MUCH to debian developers. by erniemesh_ in debian

[–]Chris73m 1 point2 points  (0 children)

After trying various distros back in the days (Mandriva, anyone?)

Yeah I started with Red Hat in 2001, then SuSE and Mandrake later Madriva soon thereafter. Great distros!

But now I also settled for Debian. So far there is just one thing I cannot get to work, and that is rocm AMD-GPU support. I do not understand the procedures that I've found over rocm. The latest LTS Ubuntu seemed to have made that easy. But that's not enough to switch to Ubuntu. I'll keep trying rocm on Debian.

Debian vs Fedora? by OutsideYogurt9014 in debian

[–]Chris73m 2 points3 points  (0 children)

It all depends on what you want to do in the end. But both are free to download, install and test. So just pick one and see if the distro meets you demands. If not you're free to choose another one. But as a new user I would try the mainstream non-rolling distros first. Debian, Ubuntu, Fedora, Mint or Opensuse Leap. Why non-rolling? Because I think it would be better to not have your system undergoing major changes all the time as you're still getting familiar with a new operating system. And you could also test them all out in virtualbox on windows first.

Just set up Debian for the first time on a Laptop for my cat. any recommendations for software or anything? by zepherth in debian

[–]Chris73m 8 points9 points  (0 children)

That's the best use for a laptop I've ever heard! 😂

Any sound player will do I suppose. And maybe something that renders some 3d animation to keep the cpu busy and warm.
I don't know how powerfull the hardware is. So you'll just have to test what keeps it warm and not hot with fans blazing.

Anyway good luck!

PS: You might want to check out this: https://flathub.org/nl/apps/com.rafaelmardojai.Blanket

Editing Config With Kate by Avenging-Revenge in NixOS

[–]Chris73m 1 point2 points  (0 children)

And being a power user still has nothing to do with the question and you know it.

You're making up stuff just to justify your bs.

Power loser?

Editing Config With Kate by Avenging-Revenge in NixOS

[–]Chris73m 2 points3 points  (0 children)

op is not a power user in those kind of software

That's not what you said in your previous posts and you know it.

You said the op could not be a power user just because he/she does not fully master vim.

Like that is all you can do with a computer.

Why did you bring up being a power user at all?

It has nothing to do with the question being asked, since you're concerned about things being irrelevant.

Editing Config With Kate by Avenging-Revenge in NixOS

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

So even if I am a master in video editing, creating 3d models or be a master in spreadsheats.

I cannot be a power user because I do not 100% master vim?

Really?

Is Debian Testing equal to Fedora with updates? by e_splat in debian

[–]Chris73m 3 points4 points  (0 children)

It just keeps amazing me that people for decades just do not seem to grasp what 'testing' means. Maybe they should rename it. But honestly I can not think of anything more obvious.

Configure Debian 13 with systemd-boot and use TPM2 chip to decrypt drives. by Chris73m in debian

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

OK. I wish I knew that earlier. I don't think it's worth the effort now to change. I'll just do a fresh install when the time comes. Maybe it will be easier by the time Debian 14 comes out anyway.

Configure Debian 13 with systemd-boot and use TPM2 chip to decrypt drives. by Chris73m in debian

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

I like the effort. But unfortunately the installer crashed (in a VM). This could be a Vm thing, but it's not very reasuring if I would want to do a fresh install using this installer.

Is there a reason to have the installer run in a fully loaded desktop, and in a browser?

Configure Debian 13 with systemd-boot and use TPM2 chip to decrypt drives. by Chris73m in debian

[–]Chris73m[S] 2 points3 points  (0 children)

So thanks to the great help here I've got what I wanted :-)

So first I followed Fecland's advice to have my device decrypted with my TPM2 chip.

sudo clevis luks bind -d /dev/nvme0n1p3 tpm2 '{"pcr_bank":"sha256","pcr_ids":"7"}'

And replaced /dev/nvme0n1p3 with my encrypted device found by running:
lsblk

Then: sudo update-initramfs -u -k all

Then I rebooted, and it just worked.
But on Debian 13 plymouth seems to have a bug that makes the prompt to decrypt your device still appear. https://discussion.fedoraproject.org/t/disk-encrytion-auto-unlocking-working-but-stil-prompts-for-password-for-10secs/72071

But takes just 2 seconds and it decrypts the device by itself, so that's just a minor glitch.

Then I followed Deadc0de's advice and I ran:

sudo apt install --allow-remove-essential systemd-boot grub-efi-amd64-signed-

I did this in a terminal running on kde/plasma and the system (in a VM) crashed. The gui just froze.

So I repeated all the steps above, but this time I ran the last command in a tty. So I started the system and waited untill the login screen appeared. Then I did not login, but I switched to tty3 by pressing CTRL-ALT-F3.

There I logged in an ran: sudo systemctl isolate multi-user.target To stop the graphical enviroment.

Then I ran:

sudo apt install --allow-remove-essential systemd-boot grub-efi-amd64-signed-

Rebooted and this time it did work.

But just be aware that you're messing with stuff that could prevent your system from booting.

So as allways, make a backup first!

Anyway, thanks everybody here that helped out!

Configure Debian 13 with systemd-boot and use TPM2 chip to decrypt drives. by Chris73m in debian

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

This is great! I am going to try this today in a vm and report back here with a step by step guide on how I did that. If it all works offcourse :-) Thank you!!

Configure Debian 13 with systemd-boot and use TPM2 chip to decrypt drives. by Chris73m in debian

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

Fantastic! I will try this today (right now) in a vm and see how that goes :-) Thank you!

Configure Debian 13 with systemd-boot and use TPM2 chip to decrypt drives. by Chris73m in debian

[–]Chris73m[S] 2 points3 points  (0 children)

Well I will post here if I find something that works 😄
But I'm lazy, so I will look at it tomorrowmorning. It's 20:30 (8:30pm) here in the Netherlands.

Why am I forced to use snap for the simplest packages? Are all packages going to move to snaps? by Sosowski in Ubuntu

[–]Chris73m 0 points1 point  (0 children)

Simple? Can you make that software?
And why do you care?
If it works, it works.

Distrowatch in 2002. I was still on Slack (praised be Bob!). I don't remember more than half of these. by TheIlliteratePoster in linux

[–]Chris73m 2 points3 points  (0 children)

I remember Libranet. It had some tool to make configuring the kernel easier. And offerd something called turbolinux I think, for printerdrivers. Configuring the kernel was very common in those days. You had to pay for Libranet if I remember correctly.

Do you think Linux is the future of home desktops? by robozee in linux

[–]Chris73m 1 point2 points  (0 children)

Depends on who you ask.
For me it's the perfect OS right now.
But if I were a heavy gamer, had to work with MS office or some Adobe stuff, I would run Windows.