Skip to content

Commit

Permalink
expect, newgrp, powertop: add Polish translation (tldr-pages#9441)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozie authored Nov 2, 2022
1 parent dc74049 commit 0675513
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages.pl/linux/expect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# expect

> Wykonuje skrypty, które dokonują interakcji z programami przyjmującymi dane od użytkownika.
> Więcej informacji: <https://manned.org/expect>.
- Wykonaj skrypt expect z pliku:

`expect {{ścieżka/do/pliku}}`

- Wykonaj podany skrypt expect:

`expect -c "{{polecenia}}"`

- Wejdź do interaktywnego REPL (użyj `exit` lub Ctrl + D, aby wyjść):

`expect -i`
12 changes: 12 additions & 0 deletions pages.pl/linux/newgrp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# newgrp

> Przełącza członkostwo podstawowej grupy.
> Więcej informacji: <https://manned.org/newgrp>.
- Zmień podstawową grupę użytkownika:

`newgrp {{nazwa_grupy}}`

- Przywróć podstawową grupę użytkownika na domyślną grupę w `/etc/passwd`:

`newgrp`
16 changes: 16 additions & 0 deletions pages.pl/linux/powertop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# powertop

> Optymalizuje zużycie energii akumulatora.
> Więcej informacji: <https://github.com/fenrus75/powertop>.
- Kalibracja pomiarów zużycia energii

`sudo powertop --calibrate`

- Generowanie raportu zużycia enrgii w HTML w bieżącym katalogu:

`sudo powertop --html={{raport_zużycia_energii.html}}`

- Dostrojenie do optymalnych ustawień:

`sudo powertop --auto-tune`

0 comments on commit 0675513

Please sign in to comment.