{$lblSkipToContent|ucfirst}

How to tell iterm2 to use readline mode, not vi mode

dinsdag 19 november 2024 inAsk Different (Tips-Tricks-Tutorials)

I've recently switched from Hyper terminal (no longer maintained) to iterm2. I'm surprised that iterm2 seems to be using vi mode: instead of going to start and end of line when I press ctrl+a/ctrl+e it emits literal ^A and ^E. I don't r…

Lees meer

Why does the Password App in macOS show my personal iCloud icon for a website?

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

I have added two entries for separate accounts with the same organization. One entry has the icon for the organization The other entry has my personal iCloud icon. I don’t necessarily want a custom icon. I can’t see why one entry has …

Lees meer

Is there any way to grep a binary plist?

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

When working in a terminal, I want to use grep on a binary plist file. Is there any command or utility that will print the contents of a binary plist to stdout so that I can grep through it?

Lees meer

Can't modify Info.plist (Operation not permitted)

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

% sudo cp /tmp/Info.plist . Password: cp: ./Info.plist: Operation not permitted % pwd /Applications/Xcode-15.4.app/Contents % ls -@ledO . Info.plist drwxr-xr-x 18 antontropashko staff - 576 Nov 15 14:26 . -rw-r--r--@ 1 antontro…

Lees meer

Can't modify Info.plist (ACL woes)

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

% sudo cp /tmp/Info.plist . Password: cp: ./Info.plist: Operation not permitted % pwd /Applications/Xcode-15.4.app/Contents % ls -@ledO . Info.plist drwxr-xr-x 18 antontropashko staff - 576 Nov 15 14:26 . -rw-r--r--@ 1 antontro…

Lees meer

What does the MACNAT flag in a bridge interface member mean?

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

On macOS 15.1, when a VM configured to use bridged networking is running, I have the following bridge interface, where en0 is the Wi-Fi interface and vmenet0 is a VM's interface: bridge100: flags=8863 mtu 1500 options=63 ether c…

Lees meer

Can't modify Info.plist (ACL woes)

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

% sudo cp /tmp/Info.plist . Password: cp: ./Info.plist: Operation not permitted % pwd /Applications/Xcode-15.4.app/Contents % ls -@ledO . Info.plist drwxr-xr-x 18 antontropashko staff - 576 Nov 15 14:26 . -rw-r--r--@ 1 antontro…

Lees meer

What does the MACNAT flag in a bridge interface member mean?

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

On macOS 15.1 I have the following bridge interface, where en0 is the Wi-Fi interface and vmnet is a virtual machine's interface bridge100: flags=8863 mtu 1500 options=63 ether ca:89:f3:ea:e0:64 Configuration: id 0:0…

Lees meer

Can't modify Info.plist

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

% sudo cp /tmp/Info.plist . Password: cp: ./Info.plist: Operation not permitted % pwd /Applications/Xcode-15.4.app/Contents % ls -@ledO . Info.plist drwxr-xr-x 18 antontropashko staff - 576 Nov 15 14:26 . -rw-r--r--@ 1 antontro…

Lees meer

Can't modify Info.plist [closed]

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

% sudo cp /tmp/Info.plist . Password: cp: ./Info.plist: Operation not permitted % pwd /Applications/Xcode-15.4.app/Contents % ls -@ledO . Info.plist drwxr-xr-x 18 antontropashko staff - 576 Nov 15 14:26 . -rw-r--r--@ 1 antontro…

Lees meer

How many esims can be *stored* on an iPhone SE3 (i.e. as well as 2 active sims)

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

I believe 2 e-sims can be active and 8 e-sims can be stored (i.e. to include e-sims that are not currently activated on the phone) depending on the iPhone model. Presumably the user would select 2 of these to be the active e-sims. If 8 …

Lees meer

NTFS-3g auto mount on boot on MacOS -

maandag 18 november 2024 inAsk Different (Tips-Tricks-Tutorials)

etc/fstab: /dev/disk4s1 /Volumes/HDD /usr/local/bin/ntfs-3g local,allow_other,auto_xattr 0 0 sudo mount -a: ntfs-3g % sudo mount -a mount_apfs: volume could not be mounted: Permission denied mount: / failed with 66 but if I manually i…

Lees meer

Voice control command disambiguation

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

Voice control thinks there are two "Twitch" applications on my machine (see screenshot). I removed /Applications/Twitch.app (put it in the trash) and rebooted my machine in the hope that would convince OSX that that entry was no longer …

Lees meer

Go back/forward one word keybinding does not work in Nano 8.2

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm using GNU Nano 8.2 in ZSH on macOS Sonoma and I'm trying to figure out why the standard keybinding to move the cursor back or forward one word, ^ + arrow keys, doesn't work. This happens both in the default Terminal app and iTerm2. …

Lees meer

How do I change the icon representing one entry in Apple’s Password App for macOS?

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

I have added two entries for separate accounts with the same organization. One entry has the icon for the organization The other entry has my personal iCloud icon. There’s a similar question at https://about.gitlab.com/ . However, it …

Lees meer

AppleScript that reduces the size of multiple PDF files fails

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

macOS Sierra Version 10.12.6. Script-editor Version 2.9 (191). I'm trying to reduce the size of multiple PDF files, however the script below exits wth this error: line ending expected, but class name found. The script also highlights li…

Lees meer

AppleScript that reduces the size of multiple PDF files fails

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

macOS Sierra Version 10.12.6. Script-editor Version 2.9 (191). I'm trying to reduce the size of multiple PDF files, however the script below exits wth this error: line ending expected, but class name found. The script also highlights li…

Lees meer

Can't modify Info.plist [closed]

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

% sudo cp /tmp/Info.plist . Password: cp: ./Info.plist: Operation not permitted % pwd /Applications/Xcode-15.4.app/Contents % ls -@ledO . Info.plist drwxr-xr-x 18 antontropashko staff - 576 Nov 15 14:26 . -rw-r--r--@ 1 antontro…

Lees meer

How to subscribe to calendars so they are synced to all devices?

zondag 17 november 2024 inAsk Different (Tips-Tricks-Tutorials)

If I subscribe to a calendar in the iOS calendar app, it is only visible on that device: However, in the past I’ve been able to add a calendar subscription to my iCloud account so it syncs across all devices: I can’t see for the life …

Lees meer

Mac Pro 1,1 Linux Boot Issue

zaterdag 16 november 2024 inAsk Different (Tips-Tricks-Tutorials)

Booting a Linux distribution generates the following: error: no sultable video mode found. Booting in blind mode Configuration: Mac Pro 1,1 Late 2006 Apple ATI Radeon HD 5870 DVD drive works 6 GB RAM Booting from USB Mint: Linux Min…

Lees meer

How to disable split-fullscreen functions entirely across macOS?

vrijdag 15 november 2024 inAsk Different (Tips-Tricks-Tutorials)

How can I completely disable split-fullscreen mode? I would never like to see fullscreen splits. Is there a system setting or API I can interface with to turn them off for good? The most annoying daily hindrance is that opening mailto: …

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 •