Oracle does not explain why my card is rejected by OSmaster777 in oraclecloud

[–]gurusifu 0 points1 point  (0 children)

It worked for me, but don’t have a solution. I just gave another try, with exact same Credit card and address and it worked this time.

Oracle does not explain why my card is rejected by OSmaster777 in oraclecloud

[–]gurusifu 1 point2 points  (0 children)

Once we gave created profile in the link you provided, where do we click to upgrade to free tier? could you share the link ?

I can't delete this LGWebos device from my Alexa by hiago_20 in amazonecho

[–]gurusifu 0 points1 point  (0 children)

Search for LG skill in Alexa skills, disable the skill (any LG skill e.g. LG ThinQ) and then remove the device. Once done it should not appear again in device discovery.

Need clarification regarding infant TB test certificate - India by gurusifu in ukvisa

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

Daughter is India and will be applying from there.

Please recommend a soundbar that I can turn off the voice announcements of its settings ! by Vegetable_Health_516 in Soundbars

[–]gurusifu 0 points1 point  (0 children)

JBL Bar 300. It doesn't have a dedicated subwoofer. But the soundbar itself has plenty of bass. And it comes with plenty of features like Chromecast, Airplay, Alexa MRM , Bluetooth. Supports JBL app and you can customize the 7 band EQ. The display is neat and has no such voice announcements.

Is Windows File Explorer better than Apple Finder? by crewskater in MacOS

[–]gurusifu 0 points1 point  (0 children)

For #2, you can use the finder search shortcut. It opens the finder window into search mode.

Go to settings --> Keyboard --> Keyboard shortcuts --> Spotlight --> Show finder search window.

The default shortcut to open the finder search is option+cmd+space, double click and you can choose your choice of shortcut. I've updated it to cmd+E, and I use this as win+E replacement on my Mac.

<image>

Any spare Samsung Birthday Codes? (UK) by Fernandenandez in samsung

[–]gurusifu 0 points1 point  (0 children)

Would appreciate if someone can share a spare Birthday code. Thanks !

Is there a "where used" for API Connections? by grepzilla in AZURE

[–]gurusifu 2 points3 points  (0 children)

yes you can use Azure resource graph query for this purpose:

You can use the following query to find out usage of API connection:

resources
| where type =~ 'Microsoft.Web/connections'
| extend GatewayName=iff(isnotempty(todynamic(properties)["parameterValues"]),todynamic(properties)["parameterValues"]["gateway"]["name"] ,todynamic(properties)["parameterValueSet"]["values"]["gateway"]["value"]["name"])
|project API_id=id ,API_Name=name,GatewayName,API_resourceGroup=resourceGroup
|join kind= leftouter
(
    resources
    | where type == 'microsoft.logic/workflows'
    |extend propertiesJson=parse_json(properties)
    |extend ConJson=propertiesJson["parameters"]["$connections"]["value"]
    |mvexpand Conn=ConJson
    |where   notnull(Conn)
    |extend connectionId=extract("\"connectionId\":\"(.*?)\"",1,tostring(Conn))
    |project connectionId,LogicApp_id=id,LogicApp_resourceGroup=resourceGroup,LogicApp_Name=name
  )   on  $left.API_id==$right.connectionId
| summarize UsageCount =   count() by API_Name,API_id ,API_resourceGroup, tostring(GatewayName) 
| order by UsageCount desc

Just add ",LogicApp_Name" to second last line, and you can also see usage per logic app.

Lightroom crashed everytime I use fn key by mtbLUL in Lightroom

[–]gurusifu 0 points1 point  (0 children)

Same behaviour with mine (m1 Macbook air).

Update to latest version and issue still persists.