defaults write com.apple.dock autohide-delay -float 0 defaults write com.apple.dock autohide-time-modifier -float 0.25 killall Dock
/etc/pam.d/sudo hinzufügen: auth sufficient pam_tid.so # sudo: auth account password session
auth sufficient pam_tid.so
auth sufficient pam_smartcard.so
auth required pam_opendirectory.so
account required pam_permit.so
password required pam_deny.so
session required pam_permit.so
mount sieht man die aktuell gemounteten Volumes und deren PfadFAT32: das Dateisystem (verfügbare kann man sich mit diskutil listFilesystems anzeigen lassen)label: das Label für den USB-StickGPT: das Format für die Partitionstabelle: GPT/MBR/APM (mehr infos unter diskutil eraseDisk -h)/dev/disk3: die Disk/das Gerät auf dem alle Volumes gespeichert werden (eine komplette Disk wie /dev/disk3 muss ausgewählt werden, keine Partition wie /dev/disk3s2)debian.iso: das ISO-Image das auf den USB-Stick geschrieben werden soll/Volumes/LABEL: der Pfad zum gemounteten Volume (Mount-Point)bs=4K: die Standardeinstellung von 512 in dd ist sehr langsam, alles zwischen 4K und 4M sollte deutlich schneller seinmount diskutil unmountDisk /dev/disk3 diskutil eraseDisk fat32 label gpt /dev/disk3 diskutil mountDisk /dev/disk3 mount bsdtar -xf debian.iso -C /Volumes/LABEL diskutil eject /dev/disk3 mount
ODER
mount diskutil eraseDisk FAT32 label GPT /dev/disk3 diskutil unmountDisk /dev/disk3 sudo dd if=debian.iso of=/dev/disk3 bs=4K status=progress diskutil mountDisk /dev/disk3 mount diskutil eject /dev/disk3 mount
siehe Homebrew
brew update && brew upgradebrew search APPbrew install APPbrew install --cask APPbrew uninstall APP oder brew rm APPbrew list oder brew ls -1 (eine App pro Zeile mit vollständigem Namen)brew ls -1 --full-name --formulabrew ls -1 --full-name --caskbrew info APPbrew help oder brew COMMAND -hbrew install autossh bash bash-completion@2 binutils byobu ca-certificates coreutils curl diffutils docker-completion dos2unix findutils gawk git gnu-sed gnu-tar gnu-time gnu-units grep gzip htop imagemagick iproute2mac jq less midnight-commander ncurses neovim nmap openssh openssl@3 pip-completion python@3.12 readline ripgrep screen shellcheck tmux tree-sitter vim xq xz yq zsh zsh-completions zstd brew install --cask aldente android-file-transfer betterdisplay chromium coteditor docker finicky firefox gimp git-credential-manager iterm2 karabiner-elements keka libreoffice maccy meld minecraft obs powershell rectangle spotify thunderbird visual-studio-code vlc grishka/grishka/neardrop homebrew/cask-fonts/font-fira-code homebrew/cask-fonts/font-fira-code-nerd-font