mirror of https://github.com/CrimsonTome/tldr.git
pages/linux/*: replace broken links (#12850)
Co-authored-by: spageektti <git@spageektti.cc>pull/28/head
parent
d4be3a8709
commit
2862a8c713
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> 电话和交换(手机)服务器。
|
> 电话和交换(手机)服务器。
|
||||||
> 用于管理服务器自身和管理已经在运行的实例。
|
> 用于管理服务器自身和管理已经在运行的实例。
|
||||||
> 更多信息:<https://wiki.asterisk.org/wiki/display/AST/Home>.
|
> 更多信息:<https://docs.asterisk.org>.
|
||||||
|
|
||||||
- 重新连接一个正在运行的服务器,并打开 3 级的日志详细度:
|
- 重新连接一个正在运行的服务器,并打开 3 级的日志详细度:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# asterisk
|
# asterisk
|
||||||
|
|
||||||
> Run and manage telephone and exchange (phone) server instances.
|
> Run and manage telephone and exchange (phone) server instances.
|
||||||
> More information: <https://wiki.asterisk.org/wiki/display/AST/Home>.
|
> More information: <https://docs.asterisk.org>.
|
||||||
|
|
||||||
- [R]econnect to a running server, and turn on logging 3 levels of [v]erbosity:
|
- [R]econnect to a running server, and turn on logging 3 levels of [v]erbosity:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# eopkg
|
# eopkg
|
||||||
|
|
||||||
> Package manager for Solus.
|
> Package manager for Solus.
|
||||||
> More information: <https://getsol.us/articles/package-management/basics/en/>.
|
> More information: <https://help.getsol.us/docs/user/package-management/basics>.
|
||||||
|
|
||||||
- Install a specific package:
|
- Install a specific package:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# feedreader
|
# feedreader
|
||||||
|
|
||||||
> A GUI desktop RSS client.
|
> A GUI desktop RSS client.
|
||||||
> More information: <https://jangernert.github.io/FeedReader/>.
|
> Note: FeedReader is no longer being maintained.
|
||||||
|
> More information: <https://github.com/jangernert/FeedReader>.
|
||||||
|
|
||||||
- Print the count of unread articles:
|
- Print the count of unread articles:
|
||||||
|
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
# genid
|
|
||||||
|
|
||||||
> Generate IDs, such as snowflakes, UUIDs, and a new GAID.
|
|
||||||
> More information: <https://github.com/bleonard252/genid>.
|
|
||||||
|
|
||||||
- Generate a UUIDv4:
|
|
||||||
|
|
||||||
`genid uuid`
|
|
||||||
|
|
||||||
- Generate a UUIDv5 using a namespace UUID and a specific name:
|
|
||||||
|
|
||||||
`genid uuidv5 {{ce598faa-8dd0-49ee-8525-9e24fff71dca}} {{name}}`
|
|
||||||
|
|
||||||
- Generate a Discord Snowflake, without a trailing newline (useful in shell scripts):
|
|
||||||
|
|
||||||
`genid --script snowflake`
|
|
||||||
|
|
||||||
- Generate a Generic Anonymous ID with a specific "real ID":
|
|
||||||
|
|
||||||
`genid gaid {{real_id}}`
|
|
||||||
|
|
||||||
- Generate a Snowflake with the epoch set to a specific date:
|
|
||||||
|
|
||||||
`genid snowflake --epoch={{unix_epoch_time}}`
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gummy
|
# gummy
|
||||||
|
|
||||||
> Screen brightness/temperature manager for Linux/X11.
|
> Screen brightness/temperature manager for Linux/X11.
|
||||||
> More information: <https://github.com/Fushko/gummy>.
|
> More information: <http://web.archive.org/web/20230717200025/https://github.com/Fushko/gummy>.
|
||||||
|
|
||||||
- Set the screen temperature to 3000K:
|
- Set the screen temperature to 3000K:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# kdialog
|
# kdialog
|
||||||
|
|
||||||
> Show KDE dialog boxes from within shell scripts.
|
> Show KDE dialog boxes from within shell scripts.
|
||||||
> More information: <https://develop.kde.org/deploy/kdialog/>.
|
> More information: <https://develop.kde.org/docs/administration/kdialog/>.
|
||||||
|
|
||||||
- Open a dialog box displaying a specific message:
|
- Open a dialog box displaying a specific message:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# lxterminal
|
# lxterminal
|
||||||
|
|
||||||
> Terminal emulator for LXDE.
|
> Terminal emulator for LXDE.
|
||||||
> More information: <https://wiki.lxde.org/en/LXTerminal>.
|
> More information: <https://github.com/lxde/lxterminal>.
|
||||||
|
|
||||||
- Open an LXTerminal window:
|
- Open an LXTerminal window:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ntpdate
|
# ntpdate
|
||||||
|
|
||||||
> Synchronize and set the date and time via NTP.
|
> Synchronize and set the date and time via NTP.
|
||||||
> More information: <http://support.ntp.org/documentation>.
|
> More information: <https://manned.org/ntpdate>.
|
||||||
|
|
||||||
- Synchronize and set date and time:
|
- Synchronize and set date and time:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# obabel
|
# obabel
|
||||||
|
|
||||||
> Translate chemistry-related data.
|
> Translate chemistry-related data.
|
||||||
> More information: <https://openbabel.org/wiki/Main_Page>.
|
> More information: <https://open-babel.readthedocs.io/en/latest/Command-line_tools/babel.html>.
|
||||||
|
|
||||||
- Convert a .mol file to XYZ coordinates:
|
- Convert a .mol file to XYZ coordinates:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# rpmbuild
|
# rpmbuild
|
||||||
|
|
||||||
> RPM Package Build tool.
|
> RPM Package Build tool.
|
||||||
> More information: <https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/>.
|
> More information: <https://manned.org/man/rpmbuild>.
|
||||||
|
|
||||||
- Build binary and source packages:
|
- Build binary and source packages:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# swupd
|
# swupd
|
||||||
|
|
||||||
> Package management utility for Clear Linux.
|
> Package management utility for Clear Linux.
|
||||||
> More information: <https://docs.01.org/clearlinux/latest/guides/clear/swupd.html>.
|
> More information: <https://www.clearlinux.org/clear-linux-documentation/guides/clear/swupd.html>.
|
||||||
|
|
||||||
- Update to the latest version:
|
- Update to the latest version:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vrms
|
# vrms
|
||||||
|
|
||||||
> Report non-free packages installed on Debian-based OSes.
|
> Report non-free packages installed on Debian-based OSes.
|
||||||
> More information: <https://debian.pages.debian.net/vrms/>.
|
> More information: <https://salsa.debian.org/debian/check-dfsg-status>.
|
||||||
|
|
||||||
- List non-free and contrib packages (and their description):
|
- List non-free and contrib packages (and their description):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# warpd
|
# warpd
|
||||||
|
|
||||||
> A modal keyboard driven pointer manipulation program.
|
> A modal keyboard driven pointer manipulation program.
|
||||||
> More information: <https://github.com/rvaiya/warpd/blob/master/man.md>.
|
> More information: <https://github.com/rvaiya/warpd/blob/master/warpd.1.md>.
|
||||||
|
|
||||||
- Run warpd in normal mode:
|
- Run warpd in normal mode:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue