{$lblSkipToContent|ucfirst}

How to re-order the "Look Up" button when holding to select text?

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

I am a big-time user of the Look Up functionality of the iPhone, added in iOS 11. However, I don't like that I have to jump through hoops to get to the "Look Up" button when I hold to select the text, and then click on it. As you can se…

Lees meer

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

zaterdag 1 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

Conversion script for Unicode combining characters?

zaterdag 1 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have Greek text that used combining characters for all accented letters. Some process that I was using with it converted these automatically to the single character equivalent.  This causes a problem for me in that I need the two ver…

Lees meer

How can I use Windows to create an OS X El Capitan USB flash drive installer from the disk image (.dmg) file downloaded from Apple?

zaterdag 1 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

There are many posts on the Internet where instructions are given for creating OS X USB installers by using the TransMac and other such applications on a Windows machine. Many of these posts assume one is starting with a disk image (.dm…

Lees meer

Is there a way to choose a different location for the Earth detail lock screen?

zaterdag 1 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

In iOS 16 I want to use the Earth detail Lock Screen but with a location other than my current location. Seems that this is not supported but has anyone found a hack or trick to choose a different center for the map?

Lees meer

Conversion script for Unicode combining characters?

zaterdag 1 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have Greek text that used combining characters for all accented letters. Some process that I was using with it converted these automatically to the single character equivalent.  This causes a problem for me in that I need the two ver…

Lees meer

Conversion script for Unicode combining characters?

zaterdag 1 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

I have Greek text that used combining characters for all accented letters. Some process that I was using with it converted these automatically to the single character equivalent.  This causes a problem for me in that I need the two ver…

Lees meer

How do I find Excel sheet with wrong used range?

zaterdag 1 oktober 2022 inAsk Different (Tips-Tricks-Tutorials)

How do I convert this VBA code to AppleScript? The code finds used last row and column from used range and compares it with the last row and column using Find. I would like a text file to be created with a list of worksheets that have i…

Lees meer

How to edit/delete/wipe iPhone (local) keychain items to stop Apps from identifying devices

vrijdag 30 september 2022 inAsk Different (Tips-Tricks-Tutorials)

So it has not been news that some IOS developers use keychain items to track the uniqueness of devices through App reinstallation. Amazon is a huge one among them. What made my life particularly hard is that recently I migrated my old i…

Lees meer

How to edit/delete/wipe iPhone (local) keychain items to stop Apps from identifying devices

vrijdag 30 september 2022 inAsk Different (Tips-Tricks-Tutorials)

So it has not been news that some IOS developers use keychain items to track the uniqueness of devices through App reinstallation. Amazon is a huge one among them. What made my life particularly hard is that recently I migrated my old i…

Lees meer

"cannot execute binary file" when using su

vrijdag 30 september 2022 inAsk Different (Tips-Tricks-Tutorials)

The following works. $ ls -d /tmp /tmp@ But if I try to execute it with su it doesn't work. $ su otheruser ls -d /tmp Password: /bin/ls: /bin/ls: cannot execute binary file Then, if I become the user, it works again. $ su - otheruser …

Lees meer

How to rename a file that contains spaces in terminal?

vrijdag 30 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I have a file with the name: this is my app.ipa I'd like to rename this file: mv $(path)/this is my app.ipa $(path)/this_is_my_app.ipa Does not seem right... Thanks in advance.

Lees meer

Progress indicator when copying local files on MacBook Pro is also visible on Mac Studio

donderdag 29 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I am using a MacBook Pro and Mac Studio. Both devices are running macOS 12.5.1 Monterey. When I am copying files from one location to another on my MacBook Pro (both local to the MacBook Pro) the file copy progress appears on the MacBoo…

Lees meer

How to rename a file that contains spaces in terminal?

donderdag 29 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I have a file with the name: this is my app.ipa I'd like to rename this file: mv $(path)/this is my app.ipa $(path)/this_is_my_app.ipa Does not seem right... Thanks in advance.

Lees meer

Switching to the first tab in Mail using Applescript or Shell

donderdag 29 september 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

How to combine 4 images into a grid?

donderdag 29 september 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

SSL errors everytime I fetch or push from/to Github

donderdag 29 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I've been having this issue the past few days and I don't know where the issue is coming from. When I try to brew update, or pull anything from git, I get this error: ➜ brew update fatal: unable to access 'https://github.com/adoptopenjd…

Lees meer

I need to read in a tab delimited file and move files to various output folders based on values in text file

donderdag 29 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I'm very new to AppleScript and to this community so I hope this explanation makes since. I have an AppleScript the reads in a tab delimited file with 20+ fields and several hundred records. The purpose of the script is to match each f…

Lees meer

Progress indicator when copying local files on MacBook Pro is also visible on Mac Studio

woensdag 28 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I am using a MacBook Pro and Mac Studio. Both devices are running macOS 12.5.1 Monterey. When I am copying files from one location to another on my MacBook Pro (both local to the MacBook Pro) the file copy progress appears on the MacBoo…

Lees meer

How can I use Windows to create an OS X El Capitan USB flash drive installer from the disk image (.dmg) file downloaded from Apple?

woensdag 28 september 2022 inAsk Different (Tips-Tricks-Tutorials)

There are many posts on the Internet where instructions are given for creating OS X USB installers by using the TransMac and other such applications on a Windows machine. Many of these posts assume one is starting with a disk image (.dm…

Lees meer

Can't boot into Recovery via Wired Windows keyboard, can't log in to accounts either

woensdag 28 september 2022 inAsk Different (Tips-Tricks-Tutorials)

I recently bought an iMac Mid 2011, and it has 3 accounts on it, all locked with passwords. I have an external Windows keyboard and external (wireless) mouse. I don't know the passwords so I thought I'd try to boot into Recovery, which …

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 •