{$lblSkipToContent|ucfirst}

How do I prompt the system to recognize changes in /etc/hosts?

zaterdag 6 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I add 127.0.0.1 my.production.web.service to /etc/hosts for testing and face some problems with this on macOS 15.6.1 My suspicion is that lookups are cached and I would like to know more about that. What do I have to do to have this re…

Lees meer

How do I prompt the system to recognize changes in /etc/hosts?

zaterdag 6 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I add 127.0.0.1 my.production.web.service to /etc/hosts for testing and face some problems with this on macOS 15.6.1 My suspicion is that lookups are cached and I would like to know more about that. What do I have to do to have this re…

Lees meer

NFS mounts that regulary disconnect

zaterdag 6 september 2025 inAsk Different (Tips-Tricks-Tutorials)

MacOS 15 I have a few NFS mounts on my Mac that are exported from a Synology NAS (under DSM 6.2.4). They are configured in the automount files. I have for instance in /etc/auto_nfs2: nonas.programs -fstype=nfs,noatime,rw,nfc nf…

Lees meer

Google app search in Spotlight on iOS

zaterdag 6 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I've been using Android for years and decided to switch to iPhone. I am used to quick access to searching app from a home screen, so I started to use Spotlight in which I search using Chrome. Recently I found out that there is great Goo…

Lees meer

Can I adjust my system so that a python model doesn't get killed by the OS for excessive resource usage?

zaterdag 6 september 2025 inAsk Different (Tips-Tricks-Tutorials)

When I run one specific Hugging Face model with python, it loads for a while and then just dies with: zsh: killed python main.py I already checked ulimit -an and everything is unlimited, so it’s not the shell. The logs also say the…

Lees meer

Can I adjust my system so that a python model doesn't get killed by the OS for excessive resource usage?

zaterdag 6 september 2025 inAsk Different (Tips-Tricks-Tutorials)

When I run one specific Hugging Face model with python, it loads for a while and then just dies with: zsh: killed python main.py I already checked ulimit -an and everything is unlimited, so it’s not the shell. The logs also say the…

Lees meer

How to override macOS killing the process

vrijdag 5 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I’m on macOS (M1, 8 GB). When I run a Hugging Face model with python, it loads for a while and then just dies with: zsh: killed python main.py I already checked ulimit -a and everything is unlimited, so it’s not the shell. The logs…

Lees meer

How to override macOS killing the process

vrijdag 5 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I’m on macOS (M1, 8 GB). When I run a Hugging Face model with python, it loads for a while and then just dies with: zsh: killed python main.py I already checked ulimit -a and everything is unlimited, so it’s not the shell. The logs…

Lees meer

How to automatically remove all item builds from all slides in a Keynote Presentation?

vrijdag 5 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I have Keynote presentations that contain slides with item builds. I would like to be able to remove item builds from every slide of a given presentation automatically (i.e., without clicking on each slide individually, opening its buil…

Lees meer

How to automatically remove all item builds from all slides in a Keynote Presentation?

vrijdag 5 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I have Keynote presentations that contain slides with item builds. I would like to be able to remove item builds from every slide of a given presentation automatically (i.e., without clicking on each slide individually, opening its buil…

Lees meer

How can I force macOS to use AirPrint instead of a Generic PostScript Printer driver?

donderdag 4 september 2025 inAsk Different (Tips-Tricks-Tutorials)

When I add my network printer, macOS discovers it via Bonjour and then uses the Generic PostScript Printer driver. Sadly, my printer doesn't work with this driver. However, it does work from my iPhone via AirPrint, so I'd like to tell …

Lees meer

Ringer Doesn't Un-Mute

woensdag 3 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I've noticed that when I switch my iPhone mute switch on, it mutes, but when I switch it off, my ringer volume is zeroed out. Does anyone know if there's a way to adjust the settings so that this doesn't keep happening ? I have an iPhon…

Lees meer

Is there a faster way to fix homebrew bash completion links?

woensdag 3 september 2025 inAsk Different (Tips-Tricks-Tutorials)

After installing homebrew and running brew bundle install, if your brewfile contains both bash-completion@2 and other formulae that offer bash completions, the other formulae's bash completions will not be linked into $(brew --prefix)/e…

Lees meer

brew update and write to file new formulas and casks

woensdag 3 september 2025 inAsk Different (Tips-Tricks-Tutorials)

How to write output brew update command to file? cd $(brew --repository homebrew/core) git checkout f145a827dc3efcef9529692012df6099319caee8 brew update | tee >(awk '/^==> New Formulae$/{flag=1; next} /^==> /{flag=0} flag' | tr -s ' ' …

Lees meer

Ringer Doesn't Un-Mute

dinsdag 2 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I've noticed that when I switch my iPhone mute switch on, it mutes, but when I switch it off, my ringer volume is zeroed out. Does anyone know if there's a way to adjust the settings so that this doesn't keep happening ? I have an iPhon…

Lees meer

Ringer Doesn't Un-Mute

dinsdag 2 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I've noticed that when I switch my iPhone mute switch on, it mutes, but when I switch it off, my ringer volume is zeroed out. Does anyone know if there's a way to adjust the settings so that this doesn't keep happening ? I have an iPhon…

Lees meer

How can I view .properties files in QuickLook?

dinsdag 2 september 2025 inAsk Different (Tips-Tricks-Tutorials)

Question: Properties files are used by so many code languages, so it's very annoying that I can't view a .properties file using QuickLook on my iMac. How can I configure my iMac to let me view properties files in QuickLook? What I've Tr…

Lees meer

Found suspicious certificate in my keychain [closed]

dinsdag 2 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I found very suspicious certificates that are constantly being created with either a lack of information or information that I don't recognize. They look like an attempt at using Bluetooth and AirPlay for a man in the middle attack, …

Lees meer

How can I view .properties files in QuickLook?

dinsdag 2 september 2025 inAsk Different (Tips-Tricks-Tutorials)

Question: Properties files are used by so many code languages, so it's very annoying that I can't view a .properties file using QuickLook on my iMac. How can I configure my iMac to let me view properties files in QuickLook? What I've Tr…

Lees meer

How can I view .properties files in QuickLook?

dinsdag 2 september 2025 inAsk Different (Tips-Tricks-Tutorials)

Question: Properties files are used by so many code languages, so it's very annoying that I can't view a .properties file using QuickLook on my iMac. How can I configure my iMac to let me view properties files in QuickLook? What I've Tr…

Lees meer

Finder search links to wrong files, rebuilding Spotlight index doesn't help

maandag 1 september 2025 inAsk Different (Tips-Tricks-Tutorials)

I'm on Sequoia, and I've started getting completely unusable results from Finder search. I search and I get what seem to be, based on the file names, the results I'm looking for. But those results link to totally different files. For …

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 •