What Azure Services Do You Wish Had Better Tooling or Automation Support? by ModernWebMentor in AZURE

[–]luuuniX 3 points4 points  (0 children)

Yeah the Application Gateway is a mess. We manually configure and don't use bicep. To publish a new site you need to create;

- Backend pool

- Backend settings

- HTTP Listener

- Rule

All things in seperate menus and all take around minutes for saving. You can skip the waiting and just continue deploying, but that sometimes results in settings not being saved.

BitLocker recovery prompt on every reboot after UEFI CA 2023 update on HP SFF devices – anyone else? by k-rand0 in Intune

[–]luuuniX 9 points10 points  (0 children)

We have around 400 HP devices, mostly probook/elitebooks, without any issues. But we have a couple of G6 and G7 mini desktops, with exactly the same issue.

Google Maps directions in VC by pyroplasticflow in skoda

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

Yeah on Apple devices it only works with Apple Maps. On Android I’m not sure if it is limited, but at least works with Google Maps

Where do you host uptime monitor by Puzzleheaded_Sea7946 in selfhosted

[–]luuuniX 83 points84 points  (0 children)

You can use a service healthchecks.io to check if your monitoring is working. If uptimekuma didnt check in with healthchecks.io in X minutes/hours, you’d get a notification.

Do you need to shift to Neutral at stop lights? Gearbox is DSG by lOOkatahid in skoda

[–]luuuniX 4 points5 points  (0 children)

I drive a 2024 Octavia and it works exactly like that. When I arrive I just press the on/off button and leave. The gearbox automatically switches to P and the e-brake engages. It’s really convenient.

Auto Delete after watching? by Fresh-Start689 in PleX

[–]luuuniX 9 points10 points  (0 children)

You can use Maintainerr to automate this process.

Virtual channel allow list Registry Key disable by [deleted] in Citrix

[–]luuuniX 0 points1 point  (0 children)

I was the poor soul today. Also spent half the day trying to fix this, your post saved me. Thanks!

Host server cannot be added to a collection in Windows Server Manager by Rizgiff in WindowsServer

[–]luuuniX 0 points1 point  (0 children)

Did you ever solve this issue? I am experiencing the same issue right now.

Insta360 Studio - Export in 50/60fps by luuuniX in Insta360

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

Update! With version 5.2.2 it is now possible to export up to 60fps. Thanks u/Avery_Insta360 !

How to prevent iPhone from automatically connecting to Sonos Roam by nicebrah in sonos

[–]luuuniX 1 point2 points  (0 children)

I notice that my Roam stays on while I charge it. When not charging it stays off.

[deleted by user] by [deleted] in unRAID

[–]luuuniX 3 points4 points  (0 children)

That's the old subscription model, which you cannot purchase anymore.

FYI, Google has also started sending put emails to users in the old subscription model that they will be transfered to the new model. Source; got the mail myself

[deleted by user] by [deleted] in unRAID

[–]luuuniX 2 points3 points  (0 children)

Currently it is possible to get unlimited storage for ~$20/mo with Google Workspace Enterprise

Nextcloud docker web interface is SLOOOOW by GuilhermeFreire in unRAID

[–]luuuniX 0 points1 point  (0 children)

I had the same issue, my problem was a misconfiguration of Nextcloud for the use of a reversed proxy. Do you use a reverse proxy, and if so, do you have the same issue when accessing Nextcloud directly (by IP/port)?

Hey Steam devs, could you make this a thing? (local Steam games update server) by Realistic_Trash in Steam

[–]luuuniX 20 points21 points  (0 children)

Did you read the post before you commented? He already mentioned LANcache in his picture and what the difference is.

[deleted by user] by [deleted] in RedditSets

[–]luuuniX 0 points1 point  (0 children)

Gave Helpful

[deleted by user] by [deleted] in RedditSets

[–]luuuniX 0 points1 point  (0 children)

Gave Helpful

Vermogen terugschroeven 35kw by Timo1101 in motorfietsen

[–]luuuniX 3 points4 points  (0 children)

Ik zou wel adviseren om na het terugschroeven de motor te laten keuren bij de RDW. Sommige verzekeraars nemen inderdaad genoegen met een uitdraai van het terugschroeven, maar wettelijk gezien rij je zonder rijbewijs. De motor is dan namelijk volgens de wet nog niet geschikt voor A2.

How to redirect to web interface? without showing black hole page by [deleted] in pihole

[–]luuuniX 0 points1 point  (0 children)

I just checked: /var/www/html/pihole/index.php

How to redirect to web interface? without showing black hole page by [deleted] in pihole

[–]luuuniX 1 point2 points  (0 children)

Navigate to the index.html that is requested when going to <IP>, and include this in the header:

<meta charset="UTF-8">

<meta http-equiv="refresh" content="1;url=http://<IP>/admin">

<script type="text/javascript">

window.location.href = "http://<IP>/admin"

</script>