forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expect, newgrp, powertop: add Polish translation (tldr-pages#9441)
- Loading branch information
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |