{$lblSkipToContent|ucfirst}

To edit TrashIcon.icns using hex editor to get access to the dark icons

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

In /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources there is a file TrashIcon.icns. Alexander O'Mara, a guy who is a security expert at Mastercard discovered that this file contains not only "bright" icons but also "dark…

Lees meer

tmutil delete returns error 22 while deleting backups in external drive to free up space [duplicate]

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

$tmutil listbackups /Volumes/.timemachine/96F5062D-1718-4C7F-A137-D0C6EC70AF68/2023-12-26-145443.backup/2023-12-26-145443.backup /Volumes/.timemachine/96F5062D-1718-4C7F-A137-D0C6EC70AF68/2024-01-04-172522.backup/2024-01-04-172522.backu…

Lees meer

Have I corrupted my sudoers file? Cannot use sudo command at all

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I think I may have corrupted my sudoers file. At any rate I can no longer use the sudo command (always hangs). I've read other questions related to this topic and tried to fix (going into Recovery mode for ex) but feels like I don't kno…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

Have I corrupted my sudoers file? Cannot use sudo command at all

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I think I may have corrupted my sudoers file. At any rate I can no longer use the sudo command (always hangs). I've read other questions related to this topic and tried to fix (going into Recovery mode for ex) but feels like I don't kno…

Lees meer

no sound in plist on mac

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm not able in my plist of sync to make a beep when finished. this my code of plist KeepAlive Crashed Label launched.arubas.sync.red ProgramArguments sh -c /us…

Lees meer

Shell script hangs when run with a shebang line

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

This didn't used to happen, but now when I try to execute a shell script in my path by name, it just hangs. The script: ~/bin/foo: #!/bin/sh echo this is foo My PATH: /usr/bin:/bin What happens when I try to run it: $ sh ~/bin/foo th…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

Shell script hangs when run with a shebang line [closed]

woensdag 17 april 2024 inAsk Different (Tips-Tricks-Tutorials)

This didn't used to happen, but now when I try to execute a shell script in my path by name, it just hangs. The script: ~/bin/foo: #!/bin/sh echo this is foo My PATH: /usr/bin:/bin What happens when I try to run it: $ sh ~/bin/foo th…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

no sound in plist on mac

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

i'm not abble in my plist of sync to make a beep when finished. this my code of plist KeepAlive Crashed Label launched.arubas.sync.red ProgramArguments sh -c /u…

Lees meer

Has Apple fixed its issue with charging MacBooks on the left-hand side? [closed]

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Apple MacBook Pros made (at least) during the period from 2017-2019 were known to suffer from performance issues when being charged on the left-hand side. Has Apple fixed this problem since then? Do newer MacBook Pros still have perform…

Lees meer

Have I corrupted my sudoers file? Cannot use sudo command at all

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I think I may have corrupted my sudoers file. At any rate I can no longer use the sudo command (always hangs). I've read other questions related to this topic and tried to fix (going into Recovery mode for ex) but feels like I don't kno…

Lees meer

Has Apple fixed its issue with charging MacBooks on the left-hand side? [closed]

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

Apple MacBook Pros made (at least) during the period from 2017-2019 were known to suffer from performance issues when being charged on the left-hand side. Has Apple fixed this problem since then? Do newer MacBook Pros still have perform…

Lees meer

Have I corrupted my sudoers file? Cannot use sudo command at all

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I think I may have corrupted my sudoers file. At any rate I can no longer use the sudo command (always hangs). I've read other questions related to this topic and tried to fix (going into Recovery mode for ex) but feels like I don't kno…

Lees meer

Can't install libmagic on Mac M1 Pro

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I am having significant trouble installing some Python libraries/dependencies for a project I have to work on, specifically with libmagic. I have tried to install libmagic several ways with no success - installing it through my code edi…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

Can't get shell script with filename $1 variable to work in automator

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

defaults write '$1/Contents/info.plist' MyVariable false For some reason, I cannot get this to work, and I've tried everything I can think of. Even through an AppleScript, instead of a shell script, with the same results. I can have it…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

Lees meer

How do I make the sound from youtube page play on the speaker which has already bluetooth paired?

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I have bluetooth paired my speaker, but safari won't play the sound to it. Safari (Chrome too) still uses my macbook to play the sound. But if I use a headphone, Safari can play the sound to the headphone. How do I let them play the sou…

Lees meer

Simplest way to create a clickable list in MacOS that will cause selected programs to run

dinsdag 16 april 2024 inAsk Different (Tips-Tricks-Tutorials)

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "/usr/local/bin/program 1" "Program 2" "/usr/local/bin/progra…

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 •