Outils pour utilisateurs

Outils du site


article:yunohost:bloc_yunohost_dokuwiki:modifier_le_code_wifi_en_ligne_de_commande

Modifier le code wifi en ligne de commande


retour

Le code wifi ainsi que le nom de la borne WIFI sont définis dans le fichier /etc/network/interfaces, il suffit donc d'adapter ce fichier aux valeurs souhaitées en tant qu'administrateur de la machine.

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
 
source /etc/network/interfaces.d/*
 
# The loopback network interface
auto lo
iface lo inet loopback
 
# The primary network interface
allow-hotplug wlp3s0
iface wlp3s0 inet dhcp
        wpa-ssid Livebox-XXXX
        wpa-psk  code_Wifi
article/yunohost/bloc_yunohost_dokuwiki/modifier_le_code_wifi_en_ligne_de_commande.txt · Dernière modification : de estro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki