CLI - SSH Cheatsheet
With this “one-liner” you can set the priority of a parent process and all it’s childprocesses at one time.
Encrypt text in a file echo "<CLEAR-TEXT>" - gpg --encrypt --sign --armor -r <EMAIL/ID> > <PATH-TO-FILE>.gpg
add the following lines to your .bashrc / .zshrc :
Skriptbeispiele. Hier findet Ihr einige Skriptbeispiele aus unseren Trainings und Projekterfahrungen. Mit Bash-Skripten kann man fast alles realisieren, wa...