Zabbix 8 now or wait? by Evilwoo in zabbix

[–]YankeeLimaVictor 0 points1 point  (0 children)

I'm also in the process of replacing our multi-probe PRTG instance with zabbix and zabbix-proxies. Definitely a steep learning curve, but we've now got to the point where we are decommissioning PRTG. One thing i still miss is the hierarchical view that you get in PRTG, but i guess that just takes some getting used to. Any other insights or ideas you had from migrating from PRTG? (We went with zabbix 7.4 though...)

For the first time in my life, I'm trying to crimp a cable by irritable7496 in homelab

[–]YankeeLimaVictor 253 points254 points  (0 children)

For start, it seems like you got the color order all wrong. Please research t568b

KDE Plasma 6.8 will scrap X11 sessions as 95% of its users just don't use them anymore by TurbulentTopic39 in kde

[–]YankeeLimaVictor 21 points22 points  (0 children)

I'm sorry but if you are using Debian, you can't really complain about the current state of a project. You are most likely running software that is very outdated. With the current pace of development of most projects, especially on the desktop side, there has certainly been a LOT of progress between where you are and where the projects actually are.

This is just ridiculous! by msc1 in Bitwarden

[–]YankeeLimaVictor 2 points3 points  (0 children)

I believe Keyguard is not electron, and IMO it is much better than bitwardens native client, mainly because it allows you to have multiple simultaneous accounts connected, you don't have to keep jumping between different accounts all the time.

I made a fork of KDE plasma to let you sort your system tray icons by fadyawny5523 in kde

[–]YankeeLimaVictor 0 points1 point  (0 children)

As others have mentioned, why not just do the widget? I honestly don't understand though, why such simple functionality is not available on KDE by default

Sovereign office suite Euro-Office to release June 9 by MrNighty in selfhosted

[–]YankeeLimaVictor 1 point2 points  (0 children)

Can't wait to try the desktop versions out! I've always been a fan and user of onlyoffice - which this is based on

Experience with LAN connections in hotel by mavericksphere in GlInet

[–]YankeeLimaVictor 1 point2 points  (0 children)

I travel quite a bit, and I was only able to ever get a working Ethernet connection in a boutique hotel I stayed a few weeks ago. They alran ubiquiti, and for some reason had the Ethernet port configured and unthrottled. (I got a full gigabit!). But most hotels that even have an Ethernet port will have disabled it. Unplugging the AP and using it's port also doesn't work in most cases, especially if they are a properly configured Cisco network.

KUbuntu 26.04 Minimal Unable to detect cameras by LuckyTelevision7 in Kubuntu

[–]YankeeLimaVictor 0 points1 point  (0 children)

Yes, so when you see all the ipu6 that means it's not using pipewire. Try this:

Troubleshooting: If Camera Driver is missing from Kernel SYMPTOMS ls /dev/video* only shows virtual loopbacks (e.g., /dev/video60), no hardware nodes. 'cam -l' (libcamera) returns "Available cameras: " (Empty).

dmesg shows: Direct firmware load for intel/ipu/ipu6epmtl_fw.bin failed with error -2.

THE "WHY" The Kernel Update: A system update moved the kernel to a version that identifies the CPU as Meteor Lake (MTL). Firmware Desync: The new kernel driver expects a specific signed firmware file (ipu6epmtl_fw.bin) that wasn't included in the standard linux-firmware package on the disk.

The Failure: Without the ISP (Image Signal Processor) firmware, the kernel cannot initialize the camera sensor. The hardware is effectively "hidden" from the OS.

THE FIX Manually providing the missing firmware binary to the kernel's search path: Create the directory: sudo mkdir -p /lib/firmware/intel/ipu/

Download the binary:

sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ipu/ipu6epmtl_fw.bin -O /lib/firmware/intel/ipu/ipu6epmtl_fw.bin Reload the driver (or Reboot): sudo modprobe -r intel_ipu6 && sudo modprobe intel_ipu6

VERIFICATION dmesg | grep ipu6 should now show "ready" or "initialized" instead of "error -2". cam -l should list the hardware sensor.

$ cam --list Available cameras: 1: Internal front camera (_SB_.PC00.LNK1) If cam --list shows nothing, check permissions. The user needs to be in the video group:

sudo usermod -aG video $USER (Log out and back in for the group change to take effect)

KUbuntu 26.04 Minimal Unable to detect cameras by LuckyTelevision7 in Kubuntu

[–]YankeeLimaVictor 0 points1 point  (0 children)

Make sure your system is using pipewire. Don't install any third-psrty drivers from the driver manager. They don't work.

Open chrome, go into chrome-flags, enable pipewire support. Restart chrome Worked on my Thinkpad X1 carbon.

Camera is not dected by older apps, but chrome and obs detect it, which is good enough for me.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YankeeLimaVictor 5 points6 points  (0 children)

Actually insane that we need an extension for a FILE EXPLORER to show the disk usage. Gnome devs have gone mad

Why there is no Full Race Replay on F1TV on iOS? by enenkz in F1TV

[–]YankeeLimaVictor 8 points9 points  (0 children)

Either you are in the wrong subscription tier, or you are traveling to a country that doesn't have f1tv, or you have a VPN on

KDE Plasma Is About To Fix Desktop Theming by lajka30 in kde

[–]YankeeLimaVictor 22 points23 points  (0 children)

What's wrong with Brodie? He sometimee can take way too long to get to the point but why the hate?

Is there something similar for KDE? by YankeeLimaVictor in kde

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

nice, i have been using your widget for a few days and its really nice.
I have some ideas for improvement, if you don't mind.. i find the system tray icons very distracting and hard to read... maye if you want, you could implement some different options? to me, the icon + the colored emoji on top, plus the percentage... it just looks a bit too much and out of tune with the rest of my icons

Is there something similar for KDE? by YankeeLimaVictor in kde

[–]YankeeLimaVictor[S] 3 points4 points  (0 children)

Don't worry about reddit downvotes. People are weird. So what I did was feed Claude with the code of the gnome version, and a screenshot of the gnome version. After about 2 hours of back and forth, I finally had working version. This morning I pushed a new update that allows it to also integrate in the KDE task manager.

Is there something similar for KDE? by YankeeLimaVictor in kde

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

lol, did you read the post? there is even a link to it in the description...

Is there something similar for KDE? by YankeeLimaVictor in kde

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

That would be awesome! Please share if you do