create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
<?php | |
//ich muss ins web/ Verzeichnis, Aufruf über Browser oder Kommandozeile | |
//vorher DB Backup durchführen der tl_files Tabelle zur Sicherheit | |
define('TL_SCRIPT', 'MIGRATION480'); | |
define('TL_MODE' , 'FE'); | |
include __DIR__.'/../system/initialize.php'; |
{ | |
"name": "vendor/package", | |
"description": "blafasel", | |
"license": .....", | |
"abandoned": true | |
} |
https://github.com/contao/manager-bundle/pull/58/files | |
https://github.com/contao/manager-bundle/pull/73/files |
Ein Wechsel der IPv6 Adressen wegen Reboot der FritzBox oder Zwangstrennung führt zum Problem bei PI-Hole. | |
In /etc/pihole/setupVars.conf steht u.a. die Adresse. | |
Lösung: eine ULA verwenden. | |
Quelle: https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127 | |
Die ULA, geginnt mit FC oder FD dort eintragen und mit "pihole -g" neu einlesen lassen. | |
In FritzBox einstellen, das die ULA immer zugewiesen wird. |
https://superuser.com/questions/232373/how-to-tell-git-which-private-key-to-use | |
Speziell dort Environment variable GIT_SSH_COMMAND | |
Configuration core.sshCommand: | |
From Git version 2.10.0, you can configure this per repo or globally, | |
so you don't have to set the environment variable any more! | |
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null" | |
git pull |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
https://contao-boilerplate.alexandernaumov.de/contao-modul-entwicklung/contao-permissions-fuer-backend-user.html |