KNetworkManager/it: Difference between revisions

From KDE UserBase Wiki
(Created page with ''''KNetworkManager''' è un client KDE per il programma backend NetworkManager. '''KNetworkManager''' comunica con NetworkManager tramite DBus (un tipo di programma per passare m...')
(Created page with 'Un utilizzo tipico è connettersi ad una rete wireless con credenziali note. L'utente imposterà una connessione e '''KNetworkManager''' memorizzerà le impostazioni ovunque le c...')
Line 8: Line 8:
'''KNetworkManager''' è un client KDE per il programma backend NetworkManager. '''KNetworkManager''' comunica con NetworkManager tramite DBus (un tipo di programma per passare messaggi). {{KDE3}}
'''KNetworkManager''' è un client KDE per il programma backend NetworkManager. '''KNetworkManager''' comunica con NetworkManager tramite DBus (un tipo di programma per passare messaggi). {{KDE3}}


One typical usage is to connect to a wireless network with credentials known to the user. The user will setup a connection and '''KNetworkManager''' will store the settings wherever the user's configurations are stored. The configuration will include things like the name (''ESSID'') and passphrase used to associate with a particular wireless network. '''KNetworkManager''' can then use this information by packaging it into a DBus request to connect to a particular network. The Network Manager back end then does the low level operations required to actually setup the support software (e.g. pushing ESSID and key to '''wpa-supplicant''') and bring up the network device with the appropriate settings.
Un utilizzo tipico è connettersi ad una rete wireless con credenziali note. L'utente imposterà una connessione e '''KNetworkManager''' memorizzerà le impostazioni ovunque le configurazioni dell'utente vengano memorizzate. La configurazione includerà cose come il nome (''ESSID'') e la password utilizzata per aggiungersi ad una certa rete wireless. '''KNetworkManager''' può quindi utilizzare queste informazioni inserendole in una richiesta DBus per connettersi ad una particolare rete. Il backend Network Manager quindi compirà le operazioni di basso livello necessarie per impostare effettivamente i programmi di supporto (per esempio passando la ESSID e la chiave a '''wpa-supplicant''') e facendo andare il dispositivo di rete con le impostazioni appropriate.


Along with the advantage of allowing normal users to control the configuration the network it also allows one consistent interface for network configuration on KDE, and other desktops (e.g. GNOME) can use the network manager back end without each having to implement the logic to handle network configuration.
Along with the advantage of allowing normal users to control the configuration the network it also allows one consistent interface for network configuration on KDE, and other desktops (e.g. GNOME) can use the network manager back end without each having to implement the logic to handle network configuration.

Revision as of 14:05, 10 September 2010

Template:I18n/Language Navigation Bar

Lascia che KNetworkManager gestisca le tue connessioni aperte e criptate.

KNetworkManager è un client KDE per il programma backend NetworkManager. KNetworkManager comunica con NetworkManager tramite DBus (un tipo di programma per passare messaggi).

Un utilizzo tipico è connettersi ad una rete wireless con credenziali note. L'utente imposterà una connessione e KNetworkManager memorizzerà le impostazioni ovunque le configurazioni dell'utente vengano memorizzate. La configurazione includerà cose come il nome (ESSID) e la password utilizzata per aggiungersi ad una certa rete wireless. KNetworkManager può quindi utilizzare queste informazioni inserendole in una richiesta DBus per connettersi ad una particolare rete. Il backend Network Manager quindi compirà le operazioni di basso livello necessarie per impostare effettivamente i programmi di supporto (per esempio passando la ESSID e la chiave a wpa-supplicant) e facendo andare il dispositivo di rete con le impostazioni appropriate.

Along with the advantage of allowing normal users to control the configuration the network it also allows one consistent interface for network configuration on KDE, and other desktops (e.g. GNOME) can use the network manager back end without each having to implement the logic to handle network configuration.

The Project Page gives an overview of features, some screenshots, and links to packages for several distros.
More screenshots show its use on different desktop environments.