{$lblSkipToContent|ucfirst}

Close certain notifications using AppleScript

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

This is the script: tell application "System Events" tell process "NotificationCenter" set numwins to (count windows) repeat with i from numwins to 1 by -1 tell window i set temp to value …

Lees meer

How can I get the local IP address in macOS to use in a script?

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I need to figure out the local IP address of Github runner, which uses macOS 11. I need this for my integration tests. I tried: LOCAL_IP=ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}' SERVER_URL="http://${LOCAL_IP}:5000…

Lees meer

How to see the duration of a FaceTime call?

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

The following Apple resource says the duration should be available by clicking the "I". But I do not see it https://discussions.apple.com/thread/8360458 When you’re doing a FaceTime video call, you’re unable to see the duration of the …

Lees meer

macOS defaults write -data

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm tying to create a plist using "defaults write", unfortunately I can't use plutil or any other utility. HEX data: 62706c69 73743030 d4010203 This is the plist I need to create Architectures for arm64 org.my.test …

Lees meer

Safari on IOS doesn’t save cookies

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

iPhone, latest IOS, Safari. I do very little web browsing from my phone; in most cases, I just open Safari and search for something. I always had this rather frustrating issue: every time I search for something, Google (which is my defa…

Lees meer

MacBook Pro 2015 randomly restarting because of a problem

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I have a MacBook Pro 2015 with 16GB RAM, 256GB SSD, and an Intel i7 Core. I am running macOS Big Sur 11.2.2. However, it will randomly restart and say that a problem occurred. On reporting the error, I get this: panic(cpu 1 caller 0xfff…

Lees meer

How can I get the local IP address in macOS to use in a script?

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I need to figure out the local IP address of Github runner, which uses macOS 11. I need this for my integration tests. I tried: LOCAL_IP=ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}' SERVER_URL="http://${LOCAL_IP}:5000…

Lees meer

Remove comma at end of line in sed on MacOS?

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I created a file in TextEdit on the Mac called stuff.txt: stuff and stuff More stuff Stuff with a , in the middle Stuff with a comma at the end, More stuff If I run this command: cat stuff.txt | sed 's/,$//' then the output is stuff a…

Lees meer

Numbers formula "can’t compare a Boolean with a number"

zaterdag 26 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

IF(F22530,”OBESE”, IF(F218.5,”NORMAL”)))) I don’t know what I’m doing wrong. Cell F2 is a simple Number and i want the cell to say if that number is categorized as someone underweight,overweight,obese or normal. After I input the formul…

Lees meer

Numbers formula "can’t compare a Boolean with a number"

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

IF(F22530,”OBESE”, IF(F218.5,”NORMAL”)))) I don’t know what I’m doing wrong. Cell F2 is a simple Number and i want the cell to say if that number is categorized as someone underweight,overweight,obese or normal. After I input the formul…

Lees meer

Safari on IOS doesn’t save cookies

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

iPhone, latest IOS, Safari. I started experiencing this problem as a rather frustrating issue: everytime I search for something, Google (which is my default search engine) asks me to accept cookies before displaying search results. Digg…

Lees meer

Does the M1 Chip Support Second Level Address Translation (SLAT)?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to understand if the new M1 Macs support Second Level Address Translation (SLAT) or if a similar technology is called something different in Apple's interpretation of this specification?

Lees meer

Prevent "Songs of Innocence" from being downloaded?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

Is it possible to prevent U2's "Songs of Innocence" from being downloaded to iPod during iOS update? No matter how many times I delete the album it always reappears when iOS is updated. This occurs at least on an iPod 6, iOS 12.x. Sure,…

Lees meer

Prevent "Songs of Innocence" from being downloaded?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

Is it possible to prevent U2's "Songs of Innocence" from being downloaded to iPod during iOS update? No matter how many times I delete the album it always reappears when iOS is updated. This occurs at least on an iPod 6, iOS 12.x. Sure,…

Lees meer

Unscriptable apps using AppleScript. What can Applescript see?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

At the moment, I can control menu bar items and keypresses, which is excellent, but i'd like to to be able to know everything that ApleScript can see inside an app's window. get properties returns some good things, but is there anything…

Lees meer

Hardware-independent recovery key similar to Bitlocker?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I've been doing a bit of research about FileVault and APFS recently, but it still confuses me. I learned about the two types of recovery keys for FileVault, personal recovery key and institutional recovery key. According to what I read,…

Lees meer

Unscriptable apps using AppleScript. What can Applescript see?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

At the moment, I can control menu bar items and keypresses, which is excellent, but i'd like to to be able to know everything that ApleScript can see inside an app's window. get properties returns some good things, but is there anything…

Lees meer

amsengagmentd is causing a JetsamEvent due to per-process limit

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

Every day, early in the morning, since the middle of last week, I keep getting a JetsamEvent causing by amsengagmentd due to per-process limit. Given I only have the two apps open, Signal and Whatsapp, and I wasn't using my phone at the…

Lees meer

Hardware-independent recovery key similar to Bitlocker?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I've been doing a bit of research about FileVault and APFS recently, but it still confuses me. I learned about the two types of recovery keys for FileVault, personal recovery key and institutional recovery key. According to what I read,…

Lees meer

What is an easy way to copy multiple specific files from one folder to another?

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I have a folder that contains 2000 photos. I have a list of photo file names, about 350 that i like to move from one folder to another rather then selecting them individually or going through line by line and selecting. Is there a easie…

Lees meer

How to decrypt WhatsApp iCloud backup

vrijdag 25 juni 2021 inAsk Different (Tips-Tricks-Tutorials)

I downloaded my old WhatsApp chat history from iCloud which is encrypted. The SQLite file I am trying to open is ChatStorage.sqlite.enc which asks for a password to open but not sure how to decrypt that file. Also, find a password in th…

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 •