{$lblSkipToContent|ucfirst}

Ridiculously poor performance of my M1Pro in Geekbench score and heavy tasks

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I recently purchased a second-hand M1 Pro MBP 14", and when running heavy tasks its performance is ridiculously poor - several cpu-cores are not engaged, for example. I then ran Geekbench 6, and the multi-core score is only one-fourth o…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under MacOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

How can I mount a TimeMachine Backup snapshot in the Terminal via mount_apfs?

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I backup my Apple Silicon Mac (running macOS Sonoma) to an external, directly attached drive via Time Machine. All backup snapshots on that external drive I can list via $ ls -1 /Volumes/.timemachine// ( is here a long hexadecimal num…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under MacOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

tmutil delete returns error 22 while deleting backups in external drive to free up space [duplicate]

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

$tmutil listbackups /Volumes/.timemachine/96F5062D-1718-4C7F-A137-D0C6EC70AF68/2023-12-26-145443.backup/2023-12-26-145443.backup /Volumes/.timemachine/96F5062D-1718-4C7F-A137-D0C6EC70AF68/2024-01-04-172522.backup/2024-01-04-172522.backu…

Lees meer

How can I mount a TimeMachine Backup snapshot in the Terminal via mount_apfs?

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I backup my Apple Silicon Mac (running macOS Sonoma) to an external, directly attached drive via Time Machine. All backup snapshots on that external drive I can list via $ ls -1 /Volumes/.timemachine// ( is here a long hexadecimal num…

Lees meer

How to replace functionality of deprecated `airport` command line application?

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I am the author of the wifi-wand Ruby gem and command line application that reports and modifies wifi networking information on the Mac (https://github.com/keithrbennett/wifiwand). The airport utility on which many of wifi-wand's comman…

Lees meer

List of all entitlements on Apple systems

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Is there a list of all entitlements, past and present, recognized on macOS and all other Apple operating systems? Or a list that covers at least half of them? I can't find one anywhere and the entitlement database tool is unusable. If t…

Lees meer

How to replace functionality of deprecated `airport` command line application?

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I am the author of the wifi-wand Ruby gem and command line application that reports and modifies wifi networking information on the Mac (https://github.com/keithrbennett/wifiwand). The airport utility on which many of wifi-wand's comman…

Lees meer

List of all entitlements on Apple systems

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Is there a list of all entitlements, past and present, recognized on macOS and all other Apple operating systems? Or a list that covers at least half of them? I can't find one anywhere and the entitlement database tool is unusable. If t…

Lees meer

Adding unmodified originals to new Photos library causes inexplicable error

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Steps to reproduce: Open existing Photos library Export unmodified originals Close and reopen Photos, holding the option key Create a new library Select all the unmodified originals and drag them into the new library This should all b…

Lees meer

To edit TrashIcon.icns using hex editor to get access to the dark icons

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

In /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources there is a file TrashIcon.icns. Alexander O'Mara, a guy who is a security expert at Mastercard discovered that this file contains not only "bright" icons but also "dark…

Lees meer

Installing Python 3 on legacy MacOS (10.15 Catalina)

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I am trying to update python on my MacBook Pro 2013, but I can’t seem to get anything to work. Brew and Macports both don’t support MacOS this far back and Xcode won’t update because it’s to old. Is this even possible? I’m considering t…

Lees meer

How can I safely remove duplicates from Photo?

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

When I have looked how to delete duplicates from my Photo library Apple says use the 'duplicates' option on the photo menu. Except my version of Photo doesn't have this button (Version 7.0 (460.0.120)). My photo library is on iCloud an…

Lees meer

To edit TrashIcon.icns using hex editor to get access to the dark icons

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

In /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources there is a file TrashIcon.icns. Alexander O'Mara, a guy who is a security expert at Mastercard discovered that this file contains not only "bright" icons but also "dark…

Lees meer

Installing Python 3 on legacy MacOS (10.15 Catalina)

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I am trying to update python on my MacBook Pro 2013, but I can’t seem to get anything to work. Brew and Macports both don’t support MacOS this far back and Xcode won’t update because it’s to old. Is this even possible? I’m considering t…

Lees meer

To edit TrashIcon.icns using hex editor to get access to the dark icons

maandag 15 april 2024 inAsk Different (Tips-Tricks-Tutorials)

In /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources there is a file TrashIcon.icns. Alexander O'Mara, a guy who is a security expert at Mastercard discovered that this file contains not only "bright" icons but also "dark…

Lees meer

Schengen 180 day calculator works in Excel, not in Apple Numbers

zondag 14 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I have an excel spreadsheet I created on Windows for a friend to caculate how many days someone has spent in the EU's Schengen area over any 180 day period (I've shown an image from it below). It works perfectly in (Windows) excel but d…

Lees meer

Mac OS shows wrong date and time

zondag 14 april 2024 inAsk Different (Tips-Tricks-Tutorials)

My Mac mini M1 mit Sonoma 14.3.1 shows wrong date and time: 10th of April [correct date: 13th of April] 22:52 [correct time: 00:24] System set do auto time settings with correct time Zone. Restart didn't change anything. Time server s…

Lees meer

mDNS / Bonjour / UDP 5353 Port reusability

zondag 14 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm wondering if there is a way to allow the device (in this case MBP - MacOS 14.4) other programs to reuse the 5353 port that bonjour uses. I'd like to also receive and listen to mDNS queries sent by others. I do not want to disable mD…

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 •