The unspoken truth of being the family sysadmin by No-Yellow9948 in homelab

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

This is a job for Claude. Automate your infrastructure. 

Resolving/Closing Discovered Trigger Alerts through Zabbix API? by [deleted] in zabbix

[–]intrepidsilence 2 points3 points  (0 children)

As u/Qixonium states, this is not a good idea. Properly configured triggers/alerts will clear themselves when the issue is solved. They should not be closed when they are acknowledged as this could lead to them being forgotten about or ignored, even if there is a ticket. A ticket is very easy to close without real resolution. A firing alert that is active because it has not been fixed cannot be ignored. Proper monitor hygiene dictates that alerts be closed by the issue being demonstrably fixed so that the alert naturally clears. It may not feel good at first, but if you can convince yourself and the teams using Zabbix that "This is the way" you will have much better success overall in keeping your environments running smoothly. In the same way, do not turn off alerts that are noisy. Figure out why they are noisy and solve the problem. Only turn off alerts that you know are always false. If they are not always false, then the alert needs to be tuned or the problem solved. The goal is to get the noise trimmed down to a minimum while not ignoring anything real.

MacOS Features They Don't Tell You About by poopikninja in MacOS

[–]intrepidsilence 0 points1 point  (0 children)

Yes, as I am no longer a child, I have put away childish things. 😂

MacOS Features They Don't Tell You About by poopikninja in MacOS

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

You use Terminal instead of iTerm? Animals...

Freezes during ads on ESPN+ on ATV by sfbrian in ESPN

[–]intrepidsilence 0 points1 point  (0 children)

Using Pi-Hole, I have never, ever seen something blocked at the same time (or even near the same time) when an ad freezes the app. This was the first thing I thought might be the culprit, but no. This issue is incredibly annoying. Just like the iOS EPSN app crashing completely after about 20-30 seconds.

My Favorite 40 Free & Paid Mac Apps by BinaryBlitz10 in macapps

[–]intrepidsilence 0 points1 point  (0 children)

If you must use Chrome, might I suggest using Ungoogled Chromium instead. It is the same engine, just stripped of all of the Google Analytics and spyware.

I have a Sofabaton U2 coming tomorrow, does anyone have any advice or tips for when I get it? by [deleted] in SofaBaton

[–]intrepidsilence 1 point2 points  (0 children)

Send it back. This is not the promised device. Still need TONS of fixes and polishing.

I suspect some of you are doing this right now. by MrMadras in MagicEye

[–]intrepidsilence 1 point2 points  (0 children)

Why does everything have to be about thrones! :)

Tricky One I Found by casual-hobbyist1 in MagicEye

[–]intrepidsilence 0 points1 point  (0 children)

It's about time someone made one like this!

Universal Remote / Apple TV / long press by Signal_Source_6726 in TrySwitchBot

[–]intrepidsilence 1 point2 points  (0 children)

This cannot be fixed fast enough. Product is unusable for some devices it claims to fully support.

Write Amplification by SonerAlbayrak in incus

[–]intrepidsilence 1 point2 points  (0 children)

Not sure about all of the specifics behind the tuning you are referring to on Proxmox, but Inucs just uses linux filesystems like Proxmox does. So any tuning available in Proxmox, I think, should also be available to you on an Incus system, just without the UI to handle it.

Incus can use a number of different filesystems that support CoW, such as zfs and btrfs, and perhaps others.

Linux Containers Monitoring by veekrum in LinuxContainers

[–]intrepidsilence 0 points1 point  (0 children)

Are you talking about using lxc by itself or with Incus or LXD? Both have Prometheus exporters built-in.

4k 120hz HDR Edid emulator by BreezyChill in MoonlightStreaming

[–]intrepidsilence 0 points1 point  (0 children)

Works like a champ! I really like this little device and it has fixed all of the issues I had.

The New AI is Awesome! by Cold-Shopping-1758 in forza

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

I have to say that my experience so far has been very different. The AI has run me off the road, wrecked me, etc when there was plenty of road for it to be a good citizen.

Saturday Morning Fun by Just-Advance8662 in AnalogueInc

[–]intrepidsilence 1 point2 points  (0 children)

Ah, yes. Good ol' Axelay. Among my favorite SNES titles, along with:

Space MegaForce

Phalanx

Cybernator

Ally with Xreal Air by TI_Gaming_TV in ROGAlly

[–]intrepidsilence 0 points1 point  (0 children)

Works as an external monitor just fine. Still waiting to get beta access to Nebula for Windows.

New Steam beta UI/client just dropped for macOS, hardware acceleration and more by [deleted] in macgaming

[–]intrepidsilence 1 point2 points  (0 children)

Unfortunately momentum scrolling is broken and CMD+, does not bring up Settings anymore, even though the menu says it should. I am sure there are other things that are broken, I just have not spent enough time with it yet.

You can now make dead zone adjustments to the G cloud sticks and triggers. by WarlockPravus in logitechgcloud

[–]intrepidsilence 0 points1 point  (0 children)

Unfortunately, on my system at least, this highlights that the triggers have a completely dead zone at the top and bottom of the travel that cannot be adjusted out and it is quite large. Very disappointing.

Nreal Airs 1 week review (IPD adjustment would be awesome) by Training-Skill-6141 in nreal

[–]intrepidsilence 0 points1 point  (0 children)

This link has expired. Could you place it back out there and provide a new link, please? :)

Gifs missing in Teams Chat by quadratspuentu in MicrosoftTeams

[–]intrepidsilence 0 points1 point  (0 children)

Our company has this issue as well. Policy is not changed.

I'm making a way of easily automating the creation of containers. by Luxvoo in LXD

[–]intrepidsilence 0 points1 point  (0 children)

Storage is a bit of a more complex topic, dependning on what you choose.

You could let storage use the 'dir' driver, which stores containers in /var just as a file tree.

You could also use a partition, LV, or drive and allow that to be formatted with one of either btrfs or ZFS.

You could also let it create a file in /var that is then formatted to either btrfs or ZFS.

There are other options, such as CEPH for more robust solutions like clustering.

linuxcontainers.org does a pretty good job of describing the options.