mirror of https://github.com/CrimsonTome/tldr.git
tcpflow, ubuntu-bug, vipw: add Polish translation (#9158)
parent
f661024a21
commit
e5a854992e
|
@ -0,0 +1,8 @@
|
||||||
|
# tcpflow
|
||||||
|
|
||||||
|
> Przechwytuje ruch TCP do debugowania i analizy.
|
||||||
|
> Więcej informacji: <https://manned.org/tcpflow>.
|
||||||
|
|
||||||
|
- Pokaż wszystkie dane z interfejsu `eth0` i portu `80`:
|
||||||
|
|
||||||
|
`tcpflow -c -i {{eth0}} port {{80}}`
|
|
@ -0,0 +1,8 @@
|
||||||
|
# ubuntu-bug
|
||||||
|
|
||||||
|
> This command is an alias of `apport-bug`.
|
||||||
|
> More information: <https://manned.org/ubuntu-bug>.
|
||||||
|
|
||||||
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
`tldr apport-bug`
|
|
@ -0,0 +1,12 @@
|
||||||
|
# vipw
|
||||||
|
|
||||||
|
> Edytuje plik password.
|
||||||
|
> Więcej informacji: <https://manned.org/vipw>.
|
||||||
|
|
||||||
|
- Edycja pliku password:
|
||||||
|
|
||||||
|
`vipw`
|
||||||
|
|
||||||
|
- Wyświetlenie bieżącej wersji `vipw`:
|
||||||
|
|
||||||
|
`vipw --version`
|
Loading…
Reference in New Issue