{$lblSkipToContent|ucfirst}

Piping grep With sed

dinsdag 14 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

How do I search and replace strings within all files of folder and subfolder using grep and sed? I'm trying to use this combination, but it keeps giving me an error. grep -rl 'old' *.php | xargs sed -i 's/old/new/g' This is the error I…

Lees meer

How do I view the exact nanosecond file timestamp?

dinsdag 14 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

ExFAT stores file time attributes with 10ms resolution. APFS 1ns. How do I view the exact timestamp? stat only has 1s resolution.

Lees meer

Piping grep With sed

dinsdag 14 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

How do I search and replace strings within all files of folder and subfolder using grep and sed? I'm trying to use this combination, but it keeps giving me an error. grep -rl 'old' *.php | xargs sed -i 's/old/new/g' This is the error I…

Lees meer

Why am I not getting Messages notifications?

dinsdag 14 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I’m not getting any notifications from Messages. The bubble next to the app with the amount of unread notifications is still there. All other apps give me notifications. I have notifications for Messages turned on, and I’m not in a focu…

Lees meer

Why am I not getting Messages notifications?

dinsdag 14 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I’m not getting any notifications from Messages. The bubble next to the app with the amount of unread notifications is still there. All other apps give me notifications. I have notifications for Messages turned on, and I’m not in a focu…

Lees meer

Creating bootable install thumb drive for Intel Mac Mini from M2 Mac Mini

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

The title says it all. How can I create a bootable Mac OS thumb drive for an older Intel Mac Mini (A1347) from my current Mac Mini (MMFJ3LL/A)? I've found instructions from Apple's web site (Create a bootable installer for macOS) for wh…

Lees meer

com.docker.socket was not opened because it contains malware

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I had been running Docker Desktop for Mac for some months without incident. This error message cropped up, apropos of nothing, after a reboot: "com.docker.socket" was not opened because it contains malware Anyone have an idea why, and…

Lees meer

Can't connect to local network Minecraft server from my Mac

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to connect to a local Minecraft server (running on Windows) by direct IP from my macbook client. It worked before I updated to the latest MacOS 15.2 version. The server is opened on 7777 port. Both computers are in the same l…

Lees meer

Trouble defining a Mac global keyboard shortcut to run an AppleScript or Automator workflow

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

On my Mac, I've created an AppleScript within Script Editor: tell application "Microsoft Teams" to activate delay 0.2 tell application "System Events" -- Toggle "Unmuted" on and off: keystroke "q" using {option down, command dow…

Lees meer

Can I combine text and the date, both, and copy both to clipboard using Shortcuts app?

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to combine some text, which could be a separate file, or not, it's just a few sentences, plus the date and copy it all to the clipboard using Shortcuts in either iOS or Mac and not having luck getting both. What I want to ac…

Lees meer

How to upload a subset of photos to iCloud or offloaded storage from iPhone

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I’ve run out of space on my iPhone due to taking a lot of photos. I do not have good enough Wi-Fi to optimize my storage by turning on iCloud Photos (ie increasing my storage plan to a larger amount of gigabytes and then syncing my 70GB…

Lees meer

com.docker.socket was not opened because it contains malware

maandag 13 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I had been running Docker Desktop for Mac for some months without incident. This error message cropped up, apropos of nothing, after a reboot: "com.docker.socket" was not opened because it contains malware Anyone have an idea why, and…

Lees meer

Why is Midnight Commander not working?

zondag 12 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to run Midnight Commander on my Mac and am getting a malware message saying that it was moved to trash and that it didn't affect my computer. I have tried removing it and reinstalling it but still get the same message. …

Lees meer

Why is Midnight Commander not working?

zondag 12 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to run Midnight Commander on my Mac and am getting a malware message saying that it was moved to trash and that it didn't affect my computer. I have tried removing it and reinstalling it but still get the same message. …

Lees meer

Can I combine text and the date, both, and copy both to clipboard using Shortcuts app?

zondag 12 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to combine some text, which could be a separate file, or not, it's just a few sentences, plus the date and copy it all to the clipboard using Shortcuts in either iOS or Mac and not having luck getting both. What I want to ac…

Lees meer

Can I combine text and the date, both, and copy both to clipboard using Shortcuts app?

zondag 12 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to combine some text, which could be a separate file, or not, it's just a few sentences, plus the date and copy it all to the clipboard using Shortcuts in either iOS or Mac and not having luck getting both. What I want to ac…

Lees meer

CUPS printer sharing failing with check_quotas: UUID lookup failed for user

zaterdag 11 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

On a new M4 Mini with Sequoia 15.2 (24C101) I'm trying to share a USB printer. But unless the computer has a user account with a username matching the username from the incoming request, CUPS rejects the job. Print sharing is enabled in…

Lees meer

Can I combine text and the date, both, and copy both to clipboard using Shortcuts app?

zaterdag 11 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to combine some text, which could be a separate file, or not, it's just a few sentences, plus the date and copy it all to the clipboard using Shortcuts in either iOS or Mac and not having luck getting both. I can do the date…

Lees meer

CUPS printer sharing failing with check_quotas: UUID lookup failed for user

zaterdag 11 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

On a new M4 Mini with Sequoia 15.2 (24C101) I'm trying to share a USB printer. But unless the computer has a user account with a username matching the username from the incoming request, CUPS rejects the job. Print sharing is enabled in…

Lees meer

How can I compare file attributes?

zaterdag 11 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I have two identical files with different date/time and owner attributes. diff does not indicate that they differ. Is there any way to include attributes in the comparison as well? I want to see if the attributes differ.

Lees meer

Why is Midnight Commander not working?

zaterdag 11 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to run Midnight Commander on my Mac and am getting a malware message saying that it was moved to trash and that it didn't affect my computer. I have tried removing it and reinstalling it but still get the same message. …

Lees meer

Internet - WiFi • e-mail • Software • Hardware • Reparatie • (Geheugen - SSD) Upgrades • Advies • Netwerken • Routers • Beheer op afstand (Teamviewer) • Onderhoud (Online Backup's) • Data Recovery • OSX Server • Synology NAS • Bootcamp - Parallels - VMWare

• 20 jaar ervaring •