{$lblSkipToContent|ucfirst}

How to proceed getting a Smart ID card reader for old and new MacBooks Air?

vrijdag 22 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

I have related questions about a smart ID card reader for my MacBook Air. I need to insert a Smart ID card into a reader connected to my laptop when logged into a website for ID verification. I'm a non-technical person and this is frea…

Lees meer

How to set dark mode appearance to auto in terminal

vrijdag 22 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

I found the way to set dark mode: defaults write -g NSRequiresAquaSystemAppearance -bool true But have no idea set it to Auto with defaults write. It could also be great to explain how you discovered this. Thank you!

Lees meer

How can I paste a screenshot image from clipboard into a folder?

vrijdag 22 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

My screenshots go directly to my clipboard, which works for me most of the time, so I'm not trying to change that behavior. What I want to do is paste said screenshot into a folder of my choosing. Finder doesn't seem to let me paste …

Lees meer

MacBook Pro 2015 really slow since macOS Sierra / High Sierra [With maybe a start for an answer]

vrijdag 22 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

Since macOS Sierra or High Sierra, macOS has become really, really slow. Reinstalling El Capitan (even today) solves the issue. GNU/Linux and Windows are also much faster, more like El Capitan was. By slower, I mean twice (or more) the…

Lees meer

iPhone unable to backup on Mac due to insufficient space

vrijdag 22 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

I am trying to backup my iPhone 11 (64GB, capacity only around 60GB) on my Macbook. My iPhone has about 20GB free space, so about 40GB is used. My Macbook has 60GB free space, but when I backup through iTunes it keeps saying that my mac…

Lees meer

How can I paste a screenshot image from clipboard into a folder?

vrijdag 22 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

My screenshots go directly to my clipboard, which works for me most of the time, so I'm not trying to change that behavior. What I want to do is paste said screenshot into a folder of my choosing. Finder doesn't seem to let me paste …

Lees meer

Why is typing so strange in terminals?

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

When typing in a terminal, why is it that text does not behave the way it would in any other text environment, like in any text editor or browser? Things like highlighting text while moving the cursor using typical key bindings (Meta+Sh…

Lees meer

How can I paste a screenshot image from clipboard into a folder?

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

My screenshots go directly to my clipboard, which works for me most of the time, so I'm not trying to change that behavior. What I want to do is paste said screenshot into a folder of my choosing. Finder doesn't seem to let me paste …

Lees meer

App Store on Mojave: "We could not complete your purchase. cancelled"

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

Whenever I try to Get then Install any app from the App Store, I get this message: We could not complete your purchase. cancelled I did some searching online, but barely found any useful hits. What is this about?!

Lees meer

Unusable 2.5" external HDD. Partition failed with the error: Unable to write to the last block of the device. Exfat only? Repairable?

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

TL;DR: I bought two external hard disks. They appeared to work as a normal external hard drive when I first plugged them in. However, now they're both unusable on my MBP (Retina mid-2015, Yosemite 10.10.3). I first tried to partition…

Lees meer

iMovie on Macbook download fail: "We could not complete your purchase." What could I do?

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

This MacBook Air 2017 has been freshly installed with Mojave. I wiped the disk before doing so. After that, I went on to the App Store to download iMovie... but it won't download! The error message displayed above, and "cancelled" insi…

Lees meer

Unusable 2.5" external HDD. Partition failed with the error: Unable to write to the last block of the device. Exfat only? Repairable?

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

TL;DR: I bought two external hard disks. They appeared to work as a normal external hard drive when I first plugged them in. However, now they're both unusable on my MBP (Retina mid-2015, Yosemite 10.10.3). I first tried to partition…

Lees meer

Why is typing so strange in terminals?

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

When typing in a terminal, why is it that text does not behave the way it would in any other text environment, like in any text editor or browser? Things like highlighting text while moving the cursor using typical key bindings (Meta+Sh…

Lees meer

App Store on Mojave: "We could not complete your purchase. cancelled"

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

Whenever I try to Get then Install any app from the App Store, I get this message: We could not complete your purchase. cancelled I did some searching online, but barely found any useful hits. What is this about?!

Lees meer

hdiutil attach -shadow not working

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

This question is for those of you familiar with command-line tools and disk images. I'm stumped! Previously, I could mount a read-only disk image with a "shadow" file to make it read-write using this command: hdiutil attach "someDiskI…

Lees meer

How to set dark mode appearance to auto in terminal

donderdag 21 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

I found the way to set dark mode: defaults write -g NSRequiresAquaSystemAppearance -bool true But have no idea set it to Auto with defaults write. It could also be great to explain how you discovered this. Thank you!

Lees meer

I started typing in finder the wrong letter now I can't navigate to a file. How to start from beginning?

woensdag 20 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

The finder jumps to file starting which the letter I typed. I typed Z, now I want to see files start with Y. If I type Y it will search for ZY but I want to start from the beginning. How does the system reset search?

Lees meer

Does macOS phone home to Apple's servers before running an app for the first time?

woensdag 20 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

I'm running macOS Catalina 10.15.4 on a 2018 MacBook Pro 15", which has the T2 chip (if anything else is relevant, let me know and I'll update the question.) I'm a developer and I'm in the process of writing and debugging a C command-l…

Lees meer

Numbers removes Byte-Order-Mask (BOM) from UTF-8 files when exported as CSV. How to fix?

woensdag 20 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

I am dealing with a requirement where CSV should be UTF-8 encoded, in order to detect this in my java application I am relying on Byte Order Masks which is working perfectly fine but we found out that when we export the CSV file via Num…

Lees meer

Three photos libraries, which library can I delete?

woensdag 20 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

this is my first message here. The space on a friend's iMac 400GB hard drive is almost gone. I've seen there are three photo libraries, which take around 320GB. One is the migrated iPhoto library, which I think I can delete without prob…

Lees meer

I started typing in finder the wrong letter now I can't navigate to a file. How to start from beginning?

woensdag 20 mei 2020 inAsk Different (Tips-Tricks-Tutorials)

The finder jumps to file starting which the letter I typed. I typed Z, now I want to see files start with Y. If I type Y it will search for ZY but I want to start from the beginning. What should I do? My researched: I searched on Googl…

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 •