1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-20 06:15:57 +02:00

*: use a more specific more info link (#17675)

This commit is contained in:
Managor 2025-08-16 10:06:19 +03:00 committed by GitHub
parent 0e6e14e362
commit d56e3da577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,7 @@
> Ada package manager.
> Manage Ada toolchains, dependencies, tools and libraries.
> More information: <https://alire.ada.dev/>.
> More information: <https://alire.ada.dev/docs/#first-steps>.
- Create a binary or library project:

View file

@ -2,7 +2,7 @@
> BIRD Internet Routing Daemon.
> Routing daemon with support for BGP, OSPF, Babel and others.
> More information: <https://bird.network.cz/>.
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.
- Start Bird with a specific configuration file:

View file

@ -2,7 +2,7 @@
> BIRD remote control.
> Retrieve information like routes from bird and perform configurations during runtime.
> More information: <https://bird.network.cz/>.
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-4.html>.
- Open the remote control console:

View file

@ -1,7 +1,7 @@
# browsh
> View webpages on the terminal using a Firefox backend.
> More information: <https://www.brow.sh/>.
> More information: <https://www.brow.sh/docs/keybindings/>.
- Start browsh:

View file

@ -1,7 +1,7 @@
# crontab
> Schedule cron jobs to run on a time interval for the current user.
> More information: <https://crontab.guru/>.
> More information: <https://manned.org/crontab>.
- Edit the crontab file for the current user:

View file

@ -1,7 +1,7 @@
# devcontainer
> Use a Docker container as a development environment.
> More information: <https://containers.dev/>.
> More information: <https://containers.dev/implementors/reference/>.
- Create and run a Dev Container:

View file

@ -1,7 +1,7 @@
# gnuplot
> A graph plotter that outputs in several formats.
> More information: <http://www.gnuplot.info/>.
> More information: <https://manned.org/gnuplot>.
- Start the interactive graph plotting shell:

View file

@ -2,7 +2,7 @@
> Manage Go source code.
> Some subcommands such as `build` have their own usage documentation.
> More information: <https://go.dev/>.
> More information: <https://pkg.go.dev/cmd/go>.
- Download and install a package, specified by its import path:

View file

@ -2,7 +2,7 @@
> A package manager for Kubernetes.
> Some subcommands such as `install` have their own usage documentation.
> More information: <https://helm.sh/>.
> More information: <https://helm.sh/docs/helm/>.
- Create a helm chart:

View file

@ -1,7 +1,7 @@
# htop
> Display dynamic real-time information about running processes. An enhanced version of `top`.
> More information: <https://htop.dev/>.
> More information: <https://manned.org/htop>.
- Start `htop`:

View file

@ -1,7 +1,7 @@
# multipass
> Manage Ubuntu virtual machines using native hypervisors.
> More information: <https://multipass.run/>.
> More information: <https://documentation.ubuntu.com/multipass/en/latest/reference/command-line-interface/#>.
- List the aliases that can be used to launch an instance:

View file

@ -1,7 +1,7 @@
# nxc vnc
> Pentest and exploit VNC servers.
> More information: <https://www.netexec.wiki/>.
> More information: <https://www.netexec.wiki/getting-started/selecting-and-using-a-protocol>.
- Search for valid credentials by trying out every combination in the specified lists of usernames and passwords:

View file

@ -1,7 +1,7 @@
# railway
> Connect code to a Railway project.
> More information: <https://railway.app/>.
> More information: <https://docs.railway.com/reference/cli-api>.
- Login to a Railway account:

View file

@ -1,7 +1,7 @@
# rtmpdump
> Dump media content streamed over the RTMP protocol.
> More information: <https://rtmpdump.mplayerhq.hu/>.
> More information: <https://rtmpdump.mplayerhq.hu/rtmpdump.1.html>.
- Download a file:

View file

@ -1,7 +1,7 @@
# testssl
> Check SSL/TLS protocols and ciphers supported by a server.
> More information: <https://testssl.sh/>.
> More information: <https://testssl.sh/doc/testssl.1.html>.
- Test a server (run every check) on port 443:

View file

@ -3,7 +3,7 @@
> A network diagnostic tool.
> Combines the functionality of `traceroute` and `ping`.
> Designed to assist with the analysis of networking issues.
> More information: <https://trippy.rs/>.
> More information: <https://trippy.rs/reference/cli/>.
- Basic usage with default parameters: