397 liens privés
Encore un excellent article signé Sandra Henry-Stocker qui en a également écrit un autre relatant ses 30 années d'expérience en tant qu'admin sys (https://jeekajoo.eu/links/?-w_7AQ)
Je pense que le plus dur dans nos métiers, c'est la priorisation car on ne sait jamais trop combien de temps on va avoir besoin pour résoudre tel ou tel problème que l'on rencontre. Je note d'ailleurs cette "méthode" pragmatique pour décider d'une priorité suivant le degré d'impact:
"""
value # people affected time req'd = priority (highest # = highest priority)
3 2 2 = 12 problem #1
5 1 4 = 20 problem #2
"""
lien via http://www.f.0x2501.org/s/?D5CCmA
laptop-mode retournait cette erreur au démarrage:
"""
Error for wireless request "Set Power Management" (8B2C) :
SET failed on device wlan0 ; Operation not supported.
"""
Problème résolu de la même manière que décrite dans le shaarlink avec:
- carte 'Qualcomm Atheros AR928X'.
- kernel: Linux arch 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:24:22 CEST 2015 i686 GNU/Linux
Une fois rebooté, vous pouvez vérifier que l'option 'ps_enable' (enable powersave) pour le module ath9k est bien positionnée:
"""
$ modprobe -c | grep 'ps_enable'
options ath9k ps_enable=1
"""
sur une debian stable à jour j'ai ça, donc ça va:
Found non-exploitable CVE-2014-6277 (lcamtuf bug #1))
Found non-exploitable CVE-2014-6278 (lcamtuf bug #2))
j'aime bien la fin:
"""
… however, I hope you were not stupid enough to follow the advice of this site (https://shellshocker.net/) which suggests you to download some random file over the ’net and execute it with superuser permissions, unchecked. (I think the Ruby people were the first to spread this extremely insecure, stupid and reprehensible technique.)
"""