{$lblSkipToContent|ucfirst}

When should I replace the battery in my 5-year-old iPhone 11?

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I’ve been using my iPhone 11 for more than 5 years as my daily phone for communication and work, and it’s still performing well. However, I know that phone batteries have a limited lifespan due to chemical aging. The battery health has …

Lees meer

pkcs12 file exported with no password doesn't gets imported in macOS Sequoia 15.0 (24A335)

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I exported the pkcs12 file which contains the Apple Distribution Certificate with the Private Key on macOS Sonoma 14 with no password. I was able to import the same on different macOS Sonoma 14 machines as follows: security import \ a…

Lees meer

When should I replace the battery in my 5-year-old iPhone 11?

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I’ve been using my iPhone 11 for more than 5 years as my daily phone for communication and work, and it’s still performing well. However, I know that phones have a lifespan. The battery health has declined, but I can still get around 12…

Lees meer

What is the difference of adding an audiobook to iTunes or Books app?

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

What is the difference of adding an audiobook to iTunes or Books app ? As far as I can see, adding to iTunes (Music) I can find (easily) the file location with "Show in Finder" context menu. But adding to Books I can not find the file l…

Lees meer

When should I replace the battery in my 5-year-old iPhone 11?

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I’ve been using my iPhone 11 for more than 5 years as my daily phone for communication and work, and it’s still performing well. However, I know that phones have a lifespan. The battery health has declined, but I can still get around 12…

Lees meer

How many built-in microphone does an iPhone actually have?

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

For example on iPhone 7, there's a "hole" at the bottom, at the top and at the back where the Camera is located at. Teardowms show 3 mics, but is it really 3 microphones that software can tap. Because I was trying to re-create Wo MIC an…

Lees meer

Did "Preferred Home Hub" make it into iOS 18 / HomePodOS/tvOS 18 stable release?

dinsdag 24 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I remember seeing reports during the iOS 18 dev and public betas about the ability to choose a "Preferred Home Hub". My searching prior to asking this question reveals lots of articles dated prior to September. To use a single example, …

Lees meer

Is it possible to transfer an eSim from my Galaxy S20 to iPhone 15 Pro?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I have an old Galaxy S20 with an eSIM from T-Mobile for a secondary phone that I used to use. Some time ago I bought an iPhone 15 Pro and I have my main eSIM on it. Is it possible to transfer the eSIM from the Galaxy S20 to my iPhone an…

Lees meer

How to suppress standard output when using `osascript` to type a keystroke

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm planning to create an AppleScript script to "type" a string on the command line, but my script: cmd="echo 'abc'" osascript -e "tell application \"System Events\" to keystroke \"${cmd}\"" always shows the standard output, even if I …

Lees meer

Why am I getting this Rsync error on my MacBook?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I made a backup from an NTFS formatted USB flash drive to transfer files to a MacBook. For this purpose I created a simple bash script (I upgraded bash to 5.2 with homebrew): #!/bin/bash declare -A BACKUP_INFOS BACKUP_INFOS=( [/Users//…

Lees meer

Rsync error on MacBook

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I made a backup from an NTFS formatted USB stick to transfer files to a MacBook. For this purpose I created a simple bash script (I upgraded bash to 5.2 with homebrew): #!/bin/bash declare -A BACKUP_INFOS BACKUP_INFOS=( [/Users//Docume…

Lees meer

networksetup -getairportnetwork return You are not associated with an AirPort network

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I’m trying to retrieve the name of my Wi-Fi network via the terminal, but I’m encountering some issues. I tried with the command: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s However, it …

Lees meer

Is there a way to have my iPhone register my car which doesn't have carplay, only for the "Car is parked at"-feature?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I have an elderly Suzuki Swift where the car radio supports controlling my iPhone in a vent mount over USB but it does not have CarPlay. That is fine, but I would like to have the "You parked your car at X" feature to work automaticall…

Lees meer

networksetup -getairportnetwork return You are not associated with an AirPort network

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I’m trying to retrieve the name of my Wi-Fi network via the terminal, but I’m encountering some issues. I tried with the command: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s However, it …

Lees meer

How to work fluently with text files on iOS?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I am working mainly on text files on macOS, notes, documentation, shell scripts, makefiles, reports, mails… My most used tool is vi, and next to it thousands of shell scripts. And I would like to be able to continue this work on my iPho…

Lees meer

How to work fluently with text files on iOS?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I am working mainly on text files on macOS, notes, documentation, shell scripts, makefiles, reports, mails… My most used tool is vi, and next to it thousands of shell scripts. And I would like to be able to continue this work on my iPho…

Lees meer

How can I enable DoH or DoT (DNS over HTTPS or TLS) in Safari

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

How can I enable DoH or DoT (DNS over HTTPS or TLS) in Safari / how can I reach sites my ISP is blocking at the DNS level if they're also blocking iCloud Private Relay. I'm trying to reach some websites (with health information) that ar…

Lees meer

Rsync error on MacBook

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I made a backup from an NTFS formatted USB stick to transfer files to a MacBook. For this purpose I created a simple bash script (I upgraded bash to 5.2 with homebrew): #!/bin/bash declare -A BACKUP_INFOS BACKUP_INFOS=( [/Users/myuser/…

Lees meer

Rsync error on MacBook

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I made a backup from an NTFS formatted USB stick to transfer files to a MacBook. For this purpose I created a simple bash script (I upgraded bash to 5.2 with homebrew): #!/bin/bash declare -A BACKUP_INFOS BACKUP_INFOS=( [/Users/myuser/…

Lees meer

how to transfer Time machine data from NAS to USB drive so that it can be restored from?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

I backed up my old mac mini (2011) using Time machine to a NAS over SMB. Now I'd like to restore the mini from the backup, however the SMB mount is not accessible from the Recovery mode (at least on OS X Lion, as also referenced on Moun…

Lees meer

How to make sure refurbished MacBook doesn't have malware on it?

maandag 23 september 2024 inAsk Different (Tips-Tricks-Tutorials)

If buying a refurbished MacBook 15" 2015 from a third-party seller, is there a way to prove or ensure that there is no spyware or malware on the MacBook?

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 •