Remove IP from known_hosts

ssh-keygen -f "/home/%USER/.ssh/known_hosts" -R "theip"

Weiterlesen …

Passwoerter erstellen

(base) [stefan@lindesbs ~]$ diceware -w de
TorhausSymbolZumutungGekanntGeehrtNixe

 

Weiterlesen …

tilix with different color profile for SSH

in .bashrc

 
function ssh_alias() {
tilix -p SSH -x "ssh $@"
}
alias ssh=ssh_alias

Weiterlesen …

ContaoCamp 2024 - Links

https://deployer.org/docs/7.x/getting-started

https://github.com/terminal42/contao-build-tools/tree/main

https://github.com/contao/contao/blob/5.x/rector.php
https://github.com/contao-community-alliance/contao-camps/blob/main/2024/camp-2024.md

Weiterlesen …