{$lblSkipToContent|ucfirst}

Mac Automator variable not working as expected

vrijdag 28 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I've created a workflow in Automator that isn't working as expected. I started with an 'ask for text' action and a 'set value of variable' action (ProductCode). Then a 'New folder' action using that variable as part of the name and that…

Lees meer

The volume is the wrong format for a backup. Why?

vrijdag 28 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

macOS Mojave, Mac Pro 5,1 Boot drive APFS [SSD], Time Machine drive HFS+ [HD]. All drives internal. I haven't actually 'lost' this data, I copied it to another drive then trashed the originals a couple of weeks ago - so data is safe & I…

Lees meer

Comparing two folders contents with automator (quick action)

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I work in a video company. Very often, we copy a heavy load of files from SD cards to our own folders, and before we format the SD cards, we want to check for contents on both directories if they are the same. I've done some "Quick acti…

Lees meer

Blocking/Remove Boot Camp ablities

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for a way to prevent Boot Camp from being used on a mac. IDEALLY while keeping the user as an admin (or close to it). The issue I see is that basic user access is too restrictive and admin is too liberal. Users should be tru…

Lees meer

Comparing two folders contents with automator (quick action)

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I work in a video company. Very often, we copy a heavy load of files from SD cards to our own folders, and before we format the SD cards, we want to check for contents on both directories if they are the same. I've done some "Quick acti…

Lees meer

Why are "spindump" and "sandboxd" eating up all my CPU?

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I am using MacOS Big Sur 11.3 on a 2019 MacBook Pro. Recently, I started noticing that some programs (specifically MATLAB) have been running really slow, the cursor and mouse are lagging, etc. Programs other than MATLAB (e.g. Safari, Mu…

Lees meer

AppleScript POSIX path to smb path

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I want to create an automator service that copies the full smb:// path of a folder or file (like you would get from ⌃ + ⌥ + ⌘ + C) The reason the shortcut isn't enough is for all those "older people" (no offense intended) that can't rem…

Lees meer

4k external monitor stuck in 1080p

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I have Macbook Pro 16" 2019 model. Recently I bought Acer 4k Monitor VG280K. I'm connecting it to Macbook Pro with HDMI which came with it and attached it with a USB C to HDMI converter which support 4k@60Hz. I'm facing a very annoying …

Lees meer

How do you put a variable in the middle of a pathway? (AppleScript)

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to write code that deletes files from a specified location and empties into the trash. If I use the direct string it works but when I try to add a variable it does not. Could someone help show me what I'm doing wrong? When I…

Lees meer

Manually Tag People/Faces in Photos for iOS

donderdag 27 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

Photos for macOS has the ability to manually tag People in a photo where the machine learning algorithm has not yet detected a Face: Window > Info > Add Faces > Click to Name These tagged photos then show up when selecting a Person f…

Lees meer

How to prompt Safari 14.1 bookmark changes?

woensdag 26 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

Two Macs are both running updated Catalina. Safari bookmarks that are added to one machine are automagically updated on the other, because of the same AppleID. Bookmarks were organized into folders this morning on machine one: Is there…

Lees meer

Exporting DYLD_INSERT_LIBRARIES for libgmalloc not working on Big Sur?

woensdag 26 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I've been struggling with a very weird issue. I'm trying to use libgmalloc (eg per man 3 libgmalloc) on Big Sur (I'm on 11.3.1) to trouble shoot a memory issue in my code. However, I can't set the environment variable DYLD_INSERT_LIBR…

Lees meer

Big Sur update 11.4 turns my backup disk "read only", what now?

woensdag 26 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I have an external drive that I use(d) for Time machine backups. The setup is a bit weird (see this other question for details), but it worked nicely for months. Yesterday, I updated to Big Sur 11.4, and when I connected the drive this …

Lees meer

Finder Sidebar broken after using Quicktime Player

dinsdag 25 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I've lost the sidebar in Finder. It started when I was using quicktime and browsing for a save location: a lot of the icons went missing and the dropdown box only contained a question mark. Since then it's been getting progressively wor…

Lees meer

Should I be worried about a case-sensitive data volume?

maandag 24 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I've got a late-2014 27-inch Retina iMac with a 3TB fusion drive. It's at my workplace, which I haven't been to in over a year as I write this in mid-2021. For various reasons, the machine needed the disk to be reformatted and have macO…

Lees meer

How do you put a variable in the middle of a pathway? (AppleScript)

maandag 24 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to write code that deletes files from a specified location and empties into the trash. If I use the direct string it works but when I try to add a variable it does not. Could someone help show me what I'm doing wrong? When I…

Lees meer

How do you put a variable in the middle of a pathway? (AppleScript)

maandag 24 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to write code that deletes files from a specified location and empties into the trash. If I use the direct string it works but when I try to add a variable it does not. Could someone help show me what I'm doing wrong? When I…

Lees meer

Set file created/modified timestamp to the earlier of the 2 for a ton of files?

maandag 24 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I searched for an answer to this for a while, but couldn't find one. I have a lot of wav files (thousands of them) in a sound library that somehow got either the modification or creation date updated very recently, even though I haven't…

Lees meer

How do you put a variable in the middle of a pathway? (AppleScript)

zondag 23 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I am trying to write code that deletes files from a specified location and empties into the trash. If I use the direct string it works but when I try to add a variable it does not. Could someone help show me what I'm doing wrong? When I…

Lees meer

How can I print varying number of multiple pages per sheet on Mac? (Standard layout / print multiple pages option does not suit)

zondag 23 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I've got a bunch of pdfs containing text. Each page is of the same width, but each page is of a different height. Some pages only contain a few lines of text, other pages contain a lot of text. I want to print this pdf on a Mac so that …

Lees meer

How can I print varying number of multiple pages per sheet on Mac? (Standard layout / print multiple pages option does not suit)

zondag 23 mei 2021 inAsk Different (Tips-Tricks-Tutorials)

I've got a bunch of pdfs containing text. Each page is of the same width, but each page is of a different height. Some pages only contain a few lines of text, other pages contain a lot of text. I want to print this pdf on a Mac so 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 •