check-language-support, faketime, pi, powerstat, rig, xdg-user-dirs-update: update links (#7644)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# check-language-support
|
||||
|
||||
> Display a list of missing language packages on Ubuntu.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/impish/en/man1/check-language-support.1.html>.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/latest/man1/check-language-support.html>.
|
||||
|
||||
- Display a list of missing language packages based on installed software and enabled locales:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# faketime
|
||||
|
||||
> Fake the system time for a given command.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/trusty/man1/faketime.1.html>.
|
||||
> More information: <https://manned.org/faketime>.
|
||||
|
||||
- Fake the time to this evening, before printing the result of `date`:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pi
|
||||
|
||||
> Compute decimal Archimedes' constant Pi on the command-line.
|
||||
> More information: <http://manpages.ubuntu.com/manpages/trusty/man1/pi.1.html>.
|
||||
> More information: <https://manned.org/pi>.
|
||||
|
||||
- Display 100 decimal digits of Archimedes' constant Pi:
|
||||
|
||||
|
24
pages/linux/powerstat.md
Normal file
24
pages/linux/powerstat.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# powerstat
|
||||
|
||||
> Measures the power consumption of a computer that has a battery power source or supports the RAPL interface.
|
||||
> More information: <https://manned.org/powerstat>.
|
||||
|
||||
- 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,7 +1,7 @@
|
||||
# rig
|
||||
|
||||
> Utility to piece together a random first name, last name, street number and address, along with a geographically consistent (ie, they all match the same area) city, state, ZIP code, and area code.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/focal/man6/rig.6.html>.
|
||||
> More information: <https://manned.org/rig>.
|
||||
|
||||
- Display a random name (male or female) and address:
|
||||
|
||||
|
12
pages/linux/xdg-user-dirs-update.md
Normal file
12
pages/linux/xdg-user-dirs-update.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# xdg-user-dirs-update
|
||||
|
||||
> Update XDG user directories.
|
||||
> More information: <https://manned.org/xdg-user-dirs-update>.
|
||||
|
||||
- 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