check-language-support, faketime, pi, powerstat, rig, xdg-user-dirs-update: update links (#7644)
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
# powerstat
|
||||
|
||||
> Measures the power consumption of a computer that has a battery power source or supports the RAPL interface.
|
||||
> More information: <http://manpages.ubuntu.com/manpages/bionic/man8/powerstat.8.html>.
|
||||
|
||||
- Measure power with the default of 10 samples with an interval of 10 seconds:
|
||||
|
||||
`powerstat`
|
||||
|
||||
- Measure power with custom number of samples and interval duration:
|
||||
|
||||
`powerstat {{interval}} {{number_of_samples}}`
|
||||
|
||||
- Measure power using Intel's RAPL interface:
|
||||
|
||||
`powerstat -R {{interval}} {{number_of_samples}}`
|
||||
|
||||
- Show a histogram of the power measurements:
|
||||
|
||||
`powerstat -H {{interval}} {{number_of_samples}}`
|
||||
|
||||
- Enable all statistics gathering options:
|
||||
|
||||
`powerstat -a {{interval}} {{number_of_samples}}`
|
@@ -1,12 +0,0 @@
|
||||
# xdg-user-dirs-update
|
||||
|
||||
> Update XDG user directories.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/bionic/man1/xdg-user-dirs-update.1.html>.
|
||||
|
||||
- Change XDG's DESKTOP directory to the specified directory (must be absolute):
|
||||
|
||||
`xdg-user-dirs-update --set DESKTOP "{{path/to/directory}}"`
|
||||
|
||||
- Write the result to the specified dry-run-file instead of the `user-dirs.dirs` file:
|
||||
|
||||
`xdg-user-dirs-update --dummy-output "{{path/to/dry_run_file}}" --set {{xdg_user_directory}} "{{path/to/directory}}"`
|
Reference in New Issue
Block a user