💾 Archived View for logdog.flounder.online › bits › linux-cheat-sheet.gmi captured on 2024-05-26 at 14:35:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

-=-=-=-=-=-=-

Linux Cheat Sheet

2023-12-05

linux

Buscar cadena en un archivo

grep "192.168.1.101" /var/log/fail2ban.log

Buscar texto en imagen:

curl -s 'URLIMAGEN' -o - | tesseract stdin stdout | grep --color TEXTO

su para grupos

sg <grupo> -c 'orden con parámetros'

Enviar clave pública ssh

ssh-copy-id -i /path/to/key.pub SERVERNAME

Inicio

~