Skip to content

Instantly share code, notes, and snippets.

@Psycho0verload
Psycho0verload / multiple_ssh_setting.md
Last active May 22, 2022 21:01
Multiple SSH keys for different github accounts on macOS 12 Monterey | Mehrere SSH-Schlüssel für verschiedene Github-Konten unter macOS 12 Monterey

Keybase proof

I hereby claim:

  • I am psycho0verload on github.
  • I am psycho0verload (https://keybase.io/psycho0verload) on keybase.
  • I have a public key ASAfKaOImivYmeeSajwG6_hIxZCJCiJZFKanr97ozyqwVgo

To claim this, I am signing this object:

@Psycho0verload
Psycho0verload / set_rights.sh
Last active May 19, 2020 12:51
Datei- und Ordnerrechte für eine frische TYPO3 10.x Installation.
# Folgende Konfigurationen im Install-Tool setzten.
# SYS/folderCreateMask -> 2770
# SYS/fileCreateMask -> 0660
sudo chmod 2770 \
htdocs/ \
htdocs/typo3temp \
htdocs/typo3temp/assets \
htdocs/typo3temp/assets/compressed \
htdocs/typo3temp/assets/css \