tech:notes_raspberry_light
Notes Raspberry light
Voir :
Voir aussi :
Désactivation de l'IPV6
echo "blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf
Désactivation du Bluetooth
cat <<EOF > /etc/modprobe.d/blacklist-bluetooth.conf blacklist bluetooth blacklist hci_uart blacklist bnep blacklist btbcm EOF systemctl stop hciuart.service systemctl disable hciuart.service systemctl stop bluetooth.service systemctl disable bluetooth.service
Désactivation du reste
lsmod |awk '{print $2 "\t" $1 "\t" $3 "\t" $4}' |sort -n ss -tlnau systemctl list-units --state active --type service ps -ef systemctl stop avahi-daemon.service systemctl disable avahi-daemon.service systemctl stop triggerhappy.service systemctl disable triggerhappy.service
tech/notes_raspberry_light.txt · Dernière modification : de 127.0.0.1
