macos
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| macos [2024-03-06 14:47:14] – [Nützliche Apps] david | macos [2024-03-06 16:37:12] (aktuell) – david | ||
|---|---|---|---|
| Zeile 24: | Zeile 24: | ||
| ==== Bootable Linux-USB erstellen (Partitionieren und Formatieren) ==== | ==== Bootable Linux-USB erstellen (Partitionieren und Formatieren) ==== | ||
| - | * mit '' | + | * mit '' |
| * '' | * '' | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | * ''/ | + | * ''/ |
| - | * ''/ | + | |
| * '' | * '' | ||
| - | * '' | + | |
| + | | ||
| <code bash> | <code bash> | ||
| mount | mount | ||
| - | diskutil eraseDisk | + | diskutil unmountDisk / |
| - | diskutil | + | diskutil eraseDisk |
| - | sudo dd if=debian.iso | + | diskutil |
| - | diskutil | + | mount |
| + | bsdtar -xf debian.iso | ||
| + | diskutil | ||
| mount | mount | ||
| </ | </ | ||
| + | |||
| + | **// | ||
| + | |||
| + | <code bash> | ||
| + | mount | ||
| + | diskutil eraseDisk FAT32 label GPT /dev/disk3 | ||
| + | diskutil unmountDisk /dev/disk3 | ||
| + | sudo dd if=debian.iso of=/ | ||
| + | diskutil mountDisk /dev/disk3 | ||
| + | mount | ||
| + | diskutil eject /dev/disk3 | ||
| + | mount | ||
| + | </ | ||
| + | |||
| ===== Software ===== | ===== Software ===== | ||
| Zeile 72: | Zeile 88: | ||
| <code bash> | <code bash> | ||
| - | brew install autossh bash bash-completion 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 pip-completion python@3.12 readline ripgrep screen shellcheck tmux tree-sitter vim xq xz yq zsh zsh-completions zstd | + | brew 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 |
| 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/ | 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/ | ||
| </ | </ | ||
| - | |||
| - | ==== Internet ==== | ||
/home/http/wiki/data/attic/macos.1709736434.txt · Zuletzt geändert: von david
