{$lblSkipToContent|ucfirst}

Why does rsync --delete-after work but rsync --delete does not?

zaterdag 5 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I have encountered a situation in rsync where --delete does not work but --delete-after seemingly does. See the screen shot below that shows the two commands one right after the other. Deleting test.txt is the expected result that only…

Lees meer

Why does rsync --delete-after work but rsync --delete does not?

zaterdag 5 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I have encountered a situation in rsync where --delete does not work but --delete-after seemingly does. See the screen shot below that shows the two commands one right after the other. Deleting test.txt is the expected result that only…

Lees meer

prevent the creation of /Users/me/Applications/asr in MacBook

zaterdag 5 april 2025 inAsk Different (Tips-Tricks-Tutorials)

On my MacBook, from time to time, there is a folder created. /Users/me/Applications/asr Inside this folder, there will be a text file named asr20250403_1538007_0.txt The actual date changes. Inside this file, it seems to be a json, some…

Lees meer

How do I change the created and modified time of a file with milli/nanosecond accuracy?

zaterdag 5 april 2025 inAsk Different (Tips-Tricks-Tutorials)

How do I change the created and modified time attributes of a file with millisecond/nanosecond accuracy? SetFile only allows single seconds. touch cannot not change created time.

Lees meer

How do I change the created and modified time of a file with milli/nanosecond accuracy?

zaterdag 5 april 2025 inAsk Different (Tips-Tricks-Tutorials)

How do I change the created and modified time attributes of a file with millisecond/nanosecond accuracy? SetFile only allows single seconds. touch cannot not change created time.

Lees meer

How do I change the created and modified time of a file?

zaterdag 5 april 2025 inAsk Different (Tips-Tricks-Tutorials)

How do I change the created and modified time attributes of a file with millisecond/nanosecond accuracy? SetFile only allows single seconds. touch cannot not change created time.

Lees meer

Cannot boot MacBook from USB drive

vrijdag 4 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I recently bought a used MacBook Air 2012 and wanted to do a clean install of the OS. When restarting from Recovery Mode and erasing the hard drive, I saw two hard drives "Macintosh HD" and "Macintosh HD - Data". When trying to erase th…

Lees meer

Cannot boot MacBook from USB drive

vrijdag 4 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I recently bought a used MacBook Air 2012 and wanted to do a clean install of the OS. When restarting from Recovery Mode and erasing the hard drive, I saw two hard drives "Macintosh HD" and "Macintosh HD - Data". When trying to erase th…

Lees meer

Cannot connect to in principle known Wifi on MacBook Pro

vrijdag 4 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I have a MacBook Pro, M1, 2020 and since a few days ago I simply cannot connect to my university wifi (=eduroam). Note: I since updated to the newest Version macOS Sequoia Version 15.4, the error persists My home Wifi works perfect, co…

Lees meer

On macOS, what other Computer Name exists, apart from "ComputerName", "HostName" and "LocalHostName" and how do I change it?

vrijdag 4 april 2025 inAsk Different (Tips-Tricks-Tutorials)

"AirPort Utility.app" on my MacBook Pro M1 Max (Sequoia) shows its ComputerName as "MacBookPro". On my MacBook Pro 2014 (Big Sur) it's correctly shown as "MBP-M1Max", which is the name I gave it in Sequoia on the M1: user@MBP-M1Max ~ %…

Lees meer

Cannot boot MacBook from USB drive

vrijdag 4 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I recently bought a used MacBook Air 2012 and wanted to do a clean install of the OS. When restarting from Recovery Mode and erasing the hard drive, I saw two hard drives "Macintosh HD" and "Macintosh HD - Data". When trying to erase th…

Lees meer

VPN Masking for iCloud Logins [migrated]

vrijdag 4 april 2025 inAsk Different (Tips-Tricks-Tutorials)

When you login to iCloud, often the IP address of the person logging in will be shown, or the location. The device that will be used to login to the account is a Lenovo Thinkpad on Google Chrome browser. Will using a VPN mask this? If n…

Lees meer

Shell scripts that call rsync no longer work in macOS Sequoia?

donderdag 3 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I updated a MacPro from Ventura to Sequoia and now the rsync command have problems when wrapped in a script. Here's a minimalist myrsync.sh to reproduce the observed behaviour: #!/bin/sh rsync "$@" remark: You can use bash or zsh inste…

Lees meer

Mac Dock Lock or hotkeys

donderdag 3 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I've been scouring the internet trying to find a way to lock the dock to the bottom of my main monitor, without it trying to follow me to another. I enjoy using spaces, so I want that on. I prefer it on the bottom, left or right doesn't…

Lees meer

Mac Dock Lock or hotkeys

donderdag 3 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I've been scouring the internet trying to find a way to lock the dock to the bottom of my main monitor, without it trying to follow me to another. I enjoy using spaces, so I want that on. I prefer it on the bottom, left or right doesn't…

Lees meer

Terminal too locked down for day to day dev work in Ventura. How to fix without losing safe guards

woensdag 2 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I've just moved from Big Sur to Ventura. (Long story short, I was keeping on Big Sur due to compatibility issue with old software, and I've now moved to Ventura which is the highest my 2017 MBP i7 will go to). I was able to run various …

Lees meer

Why does my AppleScript keystroke command have a 9-second delay on my new 15-inch M3 MacBook Pro?

dinsdag 1 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I recently upgraded my work computer to a 15-inch, 2024 M3 MacBook Pro running macOS 15.3.2 (24D81). I have a simple AppleScript that simulates a paste command: AppleScript Copy Edit tell application "System Events" keystroke "v" us…

Lees meer

Why does my AppleScript keystroke command have a 9-second delay on my new 15-inch M3 MacBook Pro?

dinsdag 1 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I recently upgraded my work computer to a 15-inch, 2024 M3 MacBook Pro running macOS 15.3.2 (24D81). I have a simple AppleScript that simulates a paste command: applescript Copy Edit tell application "System Events" keystroke "v" using …

Lees meer

How to copy files from remote server to external HD without using local disk

dinsdag 1 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to copy files to an external HD on macOS Sequoia The remote server (WebDAV) mounted via Finder -> Go -> Connect The problem is that using sync, the local Machintosh HD runs out of space during the copy. I tried to avoid cac…

Lees meer

After deleting OneDrive app, cannot move files in OneDrive folder

dinsdag 1 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm running macOS 11.7.10 (BigSur), which is no longer compatible with the latest Microsoft OneDrive app. I successfully deleted the app, but now I'm unable to transfer some of my files that resided in the OneDrive folder. The offending…

Lees meer

How to copy files from remote server to external HD without using local disk

dinsdag 1 april 2025 inAsk Different (Tips-Tricks-Tutorials)

I am trying to copy (cp/rsync/drag-and-drop) files from a remote server mounted on Sequoia via Finder -> Go -> Connect to server hosting a WebDAV share to an external HD. The problem is that the local Machintosh HD runs out of space dur…

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 •