Quotidien Hebdomadaire Mensuel

Hebdomadaire Shaarli

Tous les liens d'un semaine sur une page.

Semaine 42 (October 16, 2023)

How to Disable your Raspberry Pi's Wi-Fi - Pi My Life Up

Learn how it is possible to completely disable the Wi-Fi module on your Raspberry Pi by following some straightforward steps.

TL;DR

  • Disable:
    sudo rfkill block wifi

  • Enable:
    sudo rfkill unblock wifi

ssh-audit: SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)

SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc) - jtesta/ssh-audit: SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)

Comment utiliser journalctl pour voir et lire les journaux Linux Systemd - malekal.com

Comment utiliser journalctl pour voir et manipuler les journaux Systemd avec de multiples exemples