{$lblSkipToContent|ucfirst}

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

How to create quick single-tap iOS webhook "buttons"

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

TL;DR: Is there an app (or some other means) that would allow me to create a grid of webhook buttons (which accept a json string) that work like the example in this video (i.e. single tap to issue command, no changing of s…

Lees meer

Activity Monitor - How to view multiple panels at the same time

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm currently trying to view multiple metrics at the same time using Activity Monitor app (yes I have tried top, htop, etc but I was wondering if this is possible with Activity Monitor). Fx. looking at the CPU and Memory …

Lees meer

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

Activity Monitor - How to view multiple panels at the same time

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm currently trying to view multiple metrics at the same time using Activity Monitor app(yes I have tried top, htop etc but I was wondering if this is possible with Activity Monitor). Fx. looking at the CPU and Memory pa…

Lees meer

Why doesn't defaults read` work for obtaining ShadowHashData key user's plist?

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I've read how to obtain the user's password hash on OSX using sudo defaults read /var/db/dslocal/nodes/Default/users/user.plist ShadowHashData. However, after giving Terminal "Full Disk Access" on macOS Mojave, I get the …

Lees meer

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

Delete a folder with a lot of files

woensdag 7 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm not even sure how to ask this question properly, but let me try. I'm on Mojave 10.14. I found a directory in my trash can that is extremely slow to delete. When I try to go into the directory, finder shows spinning a…

Lees meer

Bash script combine echo say and read

dinsdag 6 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

Using a bash script on Mac OS X, how do I combine echo, say and read to make it cleaner and less line of code? The below script works but to me there are too many lines. Thanks a lot for your help. #!/usr/bin/env bash …

Lees meer

Using Raspberry Pi as a home hub for Apple HomKit setup

maandag 5 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to make my home a bit smarter using HomeKit without actually buying HomeKit accessories. Now I'm using python and the pyhap libary and it is working so far. I can control my Raspberry Pi using Apple HomeKit an…

Lees meer

Pipe to mv command

zondag 4 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to move files from Terminal but only those from the results of a grep query. ls -l | grep -i s02 | mv What is the best way to complete the command above?

Lees meer

Pipe to mv command

zondag 4 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I'm trying to move files from Terminal but only those from the results of a grep query. ls -l | grep -i s02 | mv What is the best way to complete the command above?

Lees meer

How to prevent macOS from putting icons on some areas of the desktop?

zondag 4 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I have a 49" 5120x1440 ultrawide monitor with some windows always open on the sides and I don't want any kind of item hidden behind them (for example, mounted external drive, downloaded/copied file, etc...) The worst case…

Lees meer

OS X - build a bash function to send notifications via osascript / Applescript

zondag 4 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

Hoping some one can point out what I am doing wrong. After looking through several threads, plus lots of experimentation, it feels like something simple is wrong. The threads I read include How can I trigger a Notificatio…

Lees meer

How to prevent macOS from putting icons on some areas of the desktop?

zondag 4 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

I have a 49" 5120x1440 ultrawide monitor with some windows always open on the sides and I don't want any kind of item hidden behind them (for example, mounted external drive, downloaded/copied file, etc...) The worst case…

Lees meer

OS X - build a bash function to send notifications via osascript / Applescript

zaterdag 3 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

Hoping some one can point out what I am doing wrong. After looking through several threads, plus lots of experimentation, it feels like something simple is wrong. The threads I read include How can I trigger a Notificatio…

Lees meer

Mac OS X - Bash script if statement based on system status

zaterdag 3 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

Creating a bash script and using the if statement, how do I execute a command based on a system status? if a specific system status is enabled do something, else do something different? I give you a real example. Let's …

Lees meer

Suppress cookie warnings

zaterdag 3 augustus 2019 inAsk Different (Tips-Tricks-Tutorials)

Cookie warnings (I think coming from EU directives) are becoming more common and more annoying. Cookies are not blocked in Safari (12.1.2) preferences. AdBockPlus (2.06) is also installed, which does a good job of suppress…

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 •