{$lblSkipToContent|ucfirst}

Delete all duplicate files

woensdag 5 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Are there FTP command-line tool for macOS that have history or auto complete?

woensdag 5 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

Is there software for macOS that adds command history, autocompletion or other features to an ftp command line client?

Lees meer

Delete all duplicate files

woensdag 5 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Delete all duplicate files

dinsdag 4 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

What are these iPad Ethernet devices?

dinsdag 4 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

When I plug an iPad into my laptop (M1 MacBook Pro running Monterey) two Ethernet ports show up in my Network Services with IP addresses in the 169.254.* range. What are these used for? I ask because these devices cause problems when I'…

Lees meer

How to combine 4 images into a grid?

dinsdag 4 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

This old question asked how to combine 2 images into a single image side by side. I want to do something different - combine 4 images into a grid. So I have 4 png files, all the same size +----------+ +----------+ +----------+ +-----…

Lees meer

How to locate extensions in list of macOS system settings?

dinsdag 4 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I am working on a macOS file provider extension. Sometimes it cannot register itself (or more precisely its file provider domains) correctly due to some XPC issues with the NSFileProviderManager. Then I try to get a clean environment ag…

Lees meer

Do you need to allow kernel extensions to use samsung t7 hardware on a Macbook pro M1 13 inch?

dinsdag 4 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

Do you need to allow kernel extensions to use Samsung t7 hardware on a Macbook pro-M1 13-inch?

Lees meer

How to locate extensions in list of macOS system settings?

dinsdag 4 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I am working on a macOS file provider extension. Sometimes it cannot register itself (or more precisely its file provider domains) correctly due to some XPC issues with the NSFileProviderManager. Then I try to get a clean environment ag…

Lees meer

MacBook Pro won't start up on Mondays

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have a 2018 MacBook Pro running macOS Catalina. It's set in the energy settings to shut down in the evenings, and boot/wake on weekday mornings. For easily a year, it worked perfectly, as you would expect, on every weekday. But for mo…

Lees meer

How can I detect which app made that beep?

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I've got some weird beeps coming intermittently from my computer, and I don't know what is causing them. Several minutes passed between each occurrence, and they've only happened twice so far, so troubleshooting by turning off apps and …

Lees meer

How to locate extensions in list of macOS system settings?

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I am working on a macOS file provider extension. Sometimes it cannot register itself (or more precisely its file provider domains) correctly due to some XPC issues with the NSFileProviderManager. Then I try to get a clean environment ag…

Lees meer

Delete all duplicate files

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Delete all duplicate files

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Switching to the first tab in Mail using Applescript or Shell

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I am looking for a way to switch to the first tab in a Mail window. It seems like there is no universal way to address tabs in macOS programmatically. I have tried Apple scripting with and without using "System Events", but with no luck…

Lees meer

Delete all duplicate files

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Delete all duplicate files

maandag 3 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Delete all duplicate files

zondag 2 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have accidentally imported images from an app twice, resulting in list which repeats this pattern: filename1.ext filename1 2.ext filename2.ext filename2 2.ext about 5,000 times. All details (creation date, mod date, etc) match, excep…

Lees meer

Apple fitness spells my first name incorrectly

zondag 2 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

My first name is Martin but all the messages and awards on the Fitness app (iPhone 12 mini, iOS 16.0) insist on calling me 'Martyn'. It's not exactly critical but it's annoying. I've checked my contact details and the 'personal informat…

Lees meer

Apple fitness spells my first name incorrectly

zondag 2 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

My first name is Martin but all the messages and awards on the Fitness app (iPhone 12 mini, iOS 16.0) insist on calling me 'Martyn'. It's not exactly critical but it's annoying. I've checked my contact details and the 'personal informat…

Lees meer

How to remove all Mach-O executables in a directory via Terminal?

zondag 2 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

Let's say I put all my C codes and the executables in ~/anta40/Codes/C. Removing all the C codes via Terminal is easy: rm *.c My question is how to remove all Mach-O executables (from compiling the C codes). On Windows this is very eas…

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 •