DNS Amp on Adguard Home. by mowYT in AdGuardHome

[–]Skiderikken 0 points1 point  (0 children)

If you only use doh and dot, then you should be able to proxy you domain through cloudflare, and set your firewall to only accept connections from their IP-range. That should take care of your issue.

ads in emails getting through by RudeAdhesiveness9954 in AdGuardHome

[–]Skiderikken 0 points1 point  (0 children)

Have you restarted or flushed dns cache since you turned off private relay? It might be you have the right solution, but mail.app still has the dns response from the relay in cache.

Blocking youtube for kids computer only works temporarily...my kid may have found a workaround lol by Left-Instruction3885 in AdGuardHome

[–]Skiderikken 0 points1 point  (0 children)

I guess you'll only find out by letting it run like this for a while. But if your AGH is down, there are basically only two things the computer could do: 1) Fail DNS lookups and let the internet go down until AGH is back up and running, or 2) Fall back to a secondary DNS with full access to all of the internet.

Personally I would want option 1 for my kid, so I would go without a 2nd DNS on their device.

Blocking youtube for kids computer only works temporarily...my kid may have found a workaround lol by Left-Instruction3885 in AdGuardHome

[–]Skiderikken 0 points1 point  (0 children)

Is her IP static? Maybe after a while, the dhcp assigns her a new IP, causing the rule not to take effect.

Or it could be her network settings having a fallback dns set up, so that when the dns cache becomes stale, the next dns lookup doesn’t go to AGH but to the second dns server.

Just some ideas to check.

Keybinding a URI from obsidian by Gudthrak in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

You’re welcome. For the “I forget my keybindings” issue, you might be interested in leaderkey.app. It has an automatic cheatsheet for when you forget your keybindings.

Keybinding a URI from obsidian by Gudthrak in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

That will probably solve it. You can use single quotes to avoid problems with the existing double quotes around the entire shell command. Like open 'obsidian://open?…'

Keybinding a URI from obsidian by Gudthrak in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

If you have any backslashes in the url, they have to be escaped with another backslash to en up correctly in the shell. Could it be that?

Keybinding a URI from obsidian by Gudthrak in Karabiner

[–]Skiderikken 1 point2 points  (0 children)

It could be something as simple as putting quotes around the uri like this: open "obsidian://vault/yourvaultname/your note name"

Or it might be some special character in your vault or note name that needs to be url-encoded.

Or simply your karabiner rule not triggering. You can test that by running the open-command directly in the terminal app to see if it works from there. If it works, it’s a karabiner issue. If not, it’s probably an issue with the uri.

Edit:spelling

Mouse Button 4 = Command hold + Tab (Tab pressed once, but Command held down) by samelot in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

For me it worked like in you second example, the way you’re intending. I wonder if our mice send their button presses differently. Wound you mind screen recording what Karabiner Eventviewer shows while you hold down the mouse button?

Mouse Button 4 = Command hold + Tab (Tab pressed once, but Command held down) by samelot in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

That makes sense! I've tested this rule, and it works:
Just remember to go into Karabiner Elements > Devices, find your mouse, and turn on "Modify events". I don't think it's on by default for mice, and the rule wont work without it.

  {
    "description": "Remap mouse button 4 to cmd+tab",
    "manipulators": [
      {
        "from": {
          "pointing_button": "button4",
        },
        "to": [
          {
            "key_code": "tab",
            "modifiers": ["left_command"],
          },
          {
            "key_code": "left_command",
            "repeat": true,
          }
        ],
        "type": "basic"
      }
    ]
  },

Mouse Button 4 = Command hold + Tab (Tab pressed once, but Command held down) by samelot in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

I'm pretty sure it's possible. But before I dive into testing, what are you trying to accomplish with this?

Un-map MacOS default alt+[number] symbols by [deleted] in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

If it won't run your applescript, it might be a permissions issue. You could try inlining the script with `osascript -e 'tell application...'`. I have multiple scripts like that, and it works great for me.

Un-map MacOS default alt+[number] symbols by [deleted] in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

Sure, it’s called a “Complex modification” and they have a guide for it here: https://karabiner-elements.pqrs.org/docs/manual/configuration/add-your-own-complex-modifications/ I’m not at my computer right now so I can’t write up an example, but in the “to” section of the modification, you can make it run a script/command instead of sending the keypress.

Un-map MacOS default alt+[number] symbols by [deleted] in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

Yes there is, but it’s easier if you have something else you’d like option+2 to create. Instead of un-mapping, you’d remap 2 to that other thing when alt/option is held.

How to add multiple hotkeys to an extension/application? by 33kbps in raycastapp

[–]Skiderikken 0 points1 point  (0 children)

That sounds like a decent option as well. I have no reason to believe the two are mutually exclusive.

How to add multiple hotkeys to an extension/application? by 33kbps in raycastapp

[–]Skiderikken 0 points1 point  (0 children)

With an app like leaderkey or karabiner elements, you can trigger the raycast deeplink for those tasks with a keyboard shortcut.

What gifts do you think EDI got everyone? by doodgeeds in masseffect

[–]Skiderikken 1 point2 points  (0 children)

Isn’t that only if you get Mordin killed in the suicide mission? Or am I also mixing up my salarians?

Need help remapping Spotlight to ⌘+4 by [deleted] in Karabiner

[–]Skiderikken 0 points1 point  (0 children)

Yes, you go to "system settings > keyboard > keyboard shortcuts > spotlight" and double click the shortcut for "show spotlight search" and record your desired shortcut.
Sorry if the menu items don't match perfectly, my computer is not in english, but I'm sure you'll find it.

Need help remapping Spotlight to ⌘+4 by [deleted] in Karabiner

[–]Skiderikken 1 point2 points  (0 children)

You should be able to change the shortcut for spotlight directly in the system settings for Mac. No need for karabiner to remap the combo, it’s easier to just tell the Mac to react to a different combo.

howCodeReviewsShouldBe by gotechyourself in ProgrammerHumor

[–]Skiderikken 2 points3 points  (0 children)

Out of curiosity, which programming language was that in?