{$lblSkipToContent|ucfirst}

Applescript: move all files with a certain extension to the trash

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

This is very straightforward; it moves myfile.WMA to the trash: tell application "Finder" move POSIX file "/Volumes/DS_30/myfolder/myfile.WMA" to trash end tell But how would I move all files in myfolder with a extension of .WMA to…

Lees meer

Apple Pencil life span

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

Reacently I bought Apple Pencil-1 for my iPad Air-3. My question is what is life span of this Pencil? I uses it about 5 hour a day usually. How many years will it work ? Thanks .

Lees meer

How much space for bootcamp?

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I have around 100GB of space on my (27-inch, Mid 2017) iMac's SSD. I'm planning on using Bootcamp to play some Windows games, and I'm not sure how much space I need to leave for each OS. I'll be storing all the Windows programs and apps…

Lees meer

Applescript: move all files with a certain extension to the trash

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

This is very straightforward; it moves myfile.WMA to the trash: tell application "Finder" move POSIX file "/Volumes/DS_30/myfolder/myfile.WMA" to trash end tell But how would I move all files in myfolder with a extension of .WMA to…

Lees meer

Apple Pencil life span

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

Reacently I bought Apple Pencil-1 for my iPad Air-3. My question is what is life span of this Pencil? I uses it about 5 hour a day usually. How many years will it work ? Thanks .

Lees meer

How much space for bootcamp?

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I have around 100GB of space on my (27-inch, Mid 2017) iMac's SSD. I'm planning on using Bootcamp to play some Windows games, and I'm not sure how much space I need to leave for each OS. I'll be storing all the Windows programs and apps…

Lees meer

Finder won't quit

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

Finder will not quit. Hard reboot doesn't fix it. I can't install updates because they require the computer to restart, and it will not restart with Finder open.

Lees meer

How much space for bootcamp?

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I have around 100GB of space on my Mac's SSD. I'm planning on using Bootcamp to play some Windows games, and I'm not sure how much space I need to leave for each OS. I'll be storing all the Windows programs and apps on an external hard …

Lees meer

How to identify the largest files in a directory including in its subdirectories?

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I have a directory with a lot of files and subdirectories. I know there are a small number of large files contained somewhere within. What is a quick/easy way to identify one or more large files in a directory, including throughout all …

Lees meer

How much space for bootcamp?

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I have around 100GB of space on my Mac's SSD. I'm planning on using Bootcamp to play some Windows games, and I'm not sure how much space I need to leave for each OS. I'll be storing all the Windows programs and apps on an external hard …

Lees meer

"Item not available" error when trying to upgrade to High Sierra

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to upgrade my Macbook Pro late 2011 from Sierra to High Sierra via this link: https://apps.apple.com/us/app/macos-high-sierra/id1246284741?ls=1&mt=12 However, when it opens the itunes store shows this error: To be safe I tri…

Lees meer

MacOS Catalina terminal tab doesn't remember its own previous commands

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I upgraded from El Capitan to Catalina recently; when I click ↑ in any terminal tab it used to toggle previous commands executed within that specific tab only, but now it will show commands for all tabs which is very annoying Is there a…

Lees meer

Broken battery - downgraded performance

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I have old MacBook Pro that has a dead battery. It is not charging, and displays always 0% battery charge. OS X is downgrading performance when battery level is close to something about 5% or 10%. Is that possible to turn off this feat…

Lees meer

Security Hardening Adobe Acrobat DC for macOS

maandag 10 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

The Security Team is asking me to install the Adobe Acrobat DC (Version 2020.009.20067) package to our macOS laptops. (Mojave 10.14.6) In addition to simply push the Adobe Acrobat DC package to our macOS laptops, I need to (no sure if i…

Lees meer

MacOS Catalina terminal tab doesn't remember its own previous commands

zondag 9 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I upgraded from El Capitan to Catalina recently; when I click ↑ in any terminal tab it used to toggle previous commands executed within that specific tab only, but now it will show commands for all tabs which is very annoying Is there a…

Lees meer

Where does Macbook Pro store wifi information?

zondag 9 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

Last December I connected to a wifi network with a password. A couple weeks ago I got a new hard drive for my computer. Today, I reconnected to that wifi network (this is the first time since I changed my hard drive) and my computer aut…

Lees meer

Is it possible to see the source code of a Safari Extension?

zaterdag 8 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

If you install a Safari Extension, are you able to see its source code? It is great to verify that the extension does not contain malware. One can do it with Chrome as described in this blog

Lees meer

How will Apple's switch to ARM (Apple Silicon) affect compatibility with Linux / Unix tools and APIs? [closed]

zaterdag 8 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

At the moment, a huge argument for using Macs in academic and research settings (and possibly quite a few other use cases) is the compatibility with the Linux/Unix ecosystem, through Homebrew, Macports and similar projects, and of cours…

Lees meer

Camera is being used by another application -- which one?

zaterdag 8 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I was using FaceTime this morning, and during the call, the "Camera is being used by another application" screen appeared. I've searched and I found https://discussions.apple.com/thread/250893855, which says "Quit all applications that …

Lees meer

Where is the "Open in Low Resolution" setting stored for an app?

zaterdag 8 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I'd like to script the opening of an app - which is normally used in retina resolution - to open in low resolution. set low resolution setting open app clear low resolution setting But where is the "Open in Low Resolution" setting sto…

Lees meer

Camera is being used by another application -- which one?

zaterdag 8 augustus 2020 inAsk Different (Tips-Tricks-Tutorials)

I was using FaceTime this morning, and during the call, the "Camera is being used by another application" screen appeared. I've searched and I found https://discussions.apple.com/thread/250893855, which says "Quit all applications that …

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 •