mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 19:24:14 +02:00
wpa_supplicant: add Brazilian Portuguese translation
This commit is contained in:
parent
a9a3cb0c36
commit
4e7f8228f7
1 changed files with 11 additions and 0 deletions
11
pages.pt-BR/common/wpa_supplicant.md
Normal file
11
pages.pt-BR/common/wpa_supplicant.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# wpa_supplicant
|
||||||
|
|
||||||
|
> Gerenciador de redes wireless protegidas.
|
||||||
|
|
||||||
|
- Entrar em uma rede wireless protegida:
|
||||||
|
|
||||||
|
`wpa_supplicant -i {{interface}} -c {{caminho/para/wpa_supplicant_conf.conf}}`
|
||||||
|
|
||||||
|
- Entrar emuma rede wireless protegita e executar em um daemon:
|
||||||
|
|
||||||
|
`wpa_supplicant -B -i {{interface}} -c {{caminho/para/wpa_supplicant_conf.conf}}`
|
Loading…
Add table
Reference in a new issue