Skip to content

mac os general

Marcel Schmalzl edited this page Jan 12, 2024 · 12 revisions

Mac OS

Fix error: can't be opened because Apple cannot check it for malicious software.

xattr -d com.apple.quarantine /Applications/<appName>.app

Stop Mac from stopping me opening files

# Check status with
sudo spctl --status

sudo spctl --master-disable

# Check status with
sudo spctl --status

Stop creating DS_STORE files

defaults write com.apple.desktopservices DSDontWriteNetworkStores true

-> Reboot afterwards

Python 3

(un)fold
Snippets
General
Libs

Linux/bash

(un)fold
Guides
Scripts

Git

(un)fold

C/C++

(un)fold

Video

(un)fold

Databases

(un)fold

Misc

(un)fold

Windows

(un)fold

Mac

(un)fold

SW recommendations

(un)fold

(Angular) Dart

(un)fold
Clone this wiki locally