*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
|
||||
`apt-file {{show|list}} {{package_name}}`
|
||||
|
||||
- Search for packages that match the regular expresssion given in `pattern`:
|
||||
- Search for packages that match the regular expression given in `pattern`:
|
||||
|
||||
`apt-file {{search|find}} --regexp {{regular_expression}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# auracle
|
||||
|
||||
> Command line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.
|
||||
> Command-line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.
|
||||
> More information: <https://github.com/falconindy/auracle>.
|
||||
|
||||
- Display AUR packages that match a regular expression:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# calcurse
|
||||
|
||||
> A text-based calendar and scheduling application for the command line.
|
||||
> A text-based calendar and scheduling application for the command-line.
|
||||
> More information: <https://calcurse.org>.
|
||||
|
||||
- Start calcurse on interactive mode:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# cmus
|
||||
|
||||
> Commandline Music Player.
|
||||
> Command-line Music Player.
|
||||
> Use arrow keys to navigate, `<enter/return>` to select, and numbers 1-8 switch between different views.
|
||||
|
||||
- Open cmus into the specified directory (this will become your new working directory):
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ctr
|
||||
|
||||
> Manage Containerd containers and images.
|
||||
> Manage `containerd` containers and images.
|
||||
> More information: <https://containerd.io>.
|
||||
|
||||
- List all containers (running and stopped):
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
`dnsrecon --domain {{example.com}} --name_server {{nameserver.example.com}} --type axfr`
|
||||
|
||||
- Scan a domain, using a dictionary of subdomains and hostnames for bruteforcing:
|
||||
- Scan a domain, using a brute-force attack and a dictionary of subdomains and hostnames:
|
||||
|
||||
`dnsrecon --domain {{example.com}} --dictionary {{path/to/dictionary.txt}} --type brt`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# efibootmgr
|
||||
|
||||
> Manipulate the UEFI Boot Manager (the Bootoptions).
|
||||
> Manipulate the UEFI Boot Manager.
|
||||
> More information: <https://manned.org/efibootmgr>.
|
||||
|
||||
- List the current settings / bootnums:
|
||||
|
@@ -19,6 +19,6 @@
|
||||
|
||||
`ethtool --identify {{eth0}} {{10}}`
|
||||
|
||||
- Set the link speed, duplex mode, and parameter autonegotiation for a given interface:
|
||||
- Set the link speed, duplex mode, and parameter auto-negotiation for a given interface:
|
||||
|
||||
`ethtool -s {{eth0}} speed {{10|100|1000}} duplex {{half|full}} autoneg {{on|off}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# firewall-cmd
|
||||
|
||||
> The firewalld command line client.
|
||||
> The firewalld command-line client.
|
||||
|
||||
- View the available firewall zones:
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
`gs -dQUIET -dBATCH {{file.pdf}}`
|
||||
|
||||
- Reduce PDF file size to 150 dpi images for reading on a ebook device:
|
||||
- Reduce PDF file size to 150 dpi images for reading on a e-book device:
|
||||
|
||||
`gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile={{output.pdf}} {{input.pdf}}`
|
||||
|
||||
|
@@ -2,11 +2,11 @@
|
||||
|
||||
> An interactive command-line HTTP client featuring autocomplete and syntax highlighting.
|
||||
|
||||
- Launch a session targeting the default url of http://localhost:8000 or the previous session:
|
||||
- Launch a session targeting the default URL of http://localhost:8000 or the previous session:
|
||||
|
||||
`http-prompt`
|
||||
|
||||
- Launch a session with a given url:
|
||||
- Launch a session with a given URL:
|
||||
|
||||
`http-prompt {{http://example.com}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# httpie
|
||||
|
||||
> A user friendly command line HTTP tool.
|
||||
> A user friendly command-line HTTP tool.
|
||||
|
||||
- Send a GET request (default method with no request data):
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# imgp
|
||||
|
||||
> Command line image resizer and rotator for JPEG and PNG images.
|
||||
> Command-line image resizer and rotator for JPEG and PNG images.
|
||||
|
||||
- Convert single images and/or whole directories containing valid image formats:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# iwctl
|
||||
|
||||
> A command line tool for controlling the iwd network supplicant.
|
||||
> A command-line tool for controlling the iwd network supplicant.
|
||||
> More information: <https://iwd.wiki.kernel.org/gettingstarted>.
|
||||
|
||||
- Start the interactive mode, in this mode you can enter the commands directly, with autocompletion:
|
||||
|
@@ -1,10 +1,10 @@
|
||||
# makepkg
|
||||
|
||||
> Creates a package installable with the `pacman` package manager.
|
||||
> Runs the commands from a PKGBUILD file to build the package.
|
||||
> Runs the commands from a `PKGBUILD` file to build the package.
|
||||
> More information: <https://wiki.archlinux.org/index.php/Makepkg>.
|
||||
|
||||
- Make a package (run in the same directory as a PKGBUILD):
|
||||
- Make a package (run in the same directory as a `PKGBUILD`):
|
||||
|
||||
`makepkg`
|
||||
|
||||
|
@@ -31,6 +31,6 @@
|
||||
|
||||
`mocp --{{play|stop}}`
|
||||
|
||||
- Stop the MOC server while it's in the backgroud:
|
||||
- Stop the MOC server while it's in the background:
|
||||
|
||||
`mocp --exit`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# nmcli
|
||||
|
||||
> A command line tool for controlling NetworkManager.
|
||||
> A command-line tool for controlling NetworkManager.
|
||||
> More information: <https://man.archlinux.org/man/nmcli.1>.
|
||||
|
||||
- Check the nmcli version:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# pamac
|
||||
|
||||
> A command line utility for the GUI package manager pamac.
|
||||
> A command-line utility for the GUI package manager pamac.
|
||||
> If you can't see the AUR packages, enable it in `/etc/pamac.conf` or in the GUI.
|
||||
> More information: <https://wiki.manjaro.org/index.php/Pamac>.
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`sudo partx --list {{path/to/device_or_disk_image}}`
|
||||
|
||||
- Add all the paritions found in a given block device to the kernel:
|
||||
- Add all the partitions found in a given block device to the kernel:
|
||||
|
||||
`sudo partx --add --verbose {{path/to/device_or_disk_image}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# pi
|
||||
|
||||
> Compute decimal Archimedes' constant Pi on the command line.
|
||||
> Compute decimal Archimedes' constant Pi on the command-line.
|
||||
> More information: <http://manpages.ubuntu.com/manpages/trusty/man1/pi.1.html>.
|
||||
|
||||
- Display 100 decimal digits of Archimedes' constant Pi:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# protontricks
|
||||
|
||||
> A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks.
|
||||
> A simple wrapper that does Winetricks things for Proton enabled games, requires Winetricks.
|
||||
> More information: <https://github.com/Matoking/protontricks>.
|
||||
|
||||
- Show the protontricks help message:
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
`protontricks --gui`
|
||||
|
||||
- Run winetricks for a specific game:
|
||||
- Run Winetricks for a specific game:
|
||||
|
||||
`protontricks {{appid}} {{winetricks_args}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# rspamc
|
||||
|
||||
> Command line client for rspamd servers.
|
||||
> Command-line client for rspamd servers.
|
||||
|
||||
- Train the bayesian filter to recognise an email as spam:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# rtorrent
|
||||
|
||||
> Download torrents over the command line.
|
||||
> Download torrents over the command-line.
|
||||
|
||||
- Add a torrent file or magnet to be downloaded:
|
||||
|
||||
|
@@ -6,6 +6,6 @@
|
||||
|
||||
`sensible-browser`
|
||||
|
||||
- Open a url in the default browser:
|
||||
- Open a URL in the default browser:
|
||||
|
||||
`sensible-browser {{url}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# tshark
|
||||
|
||||
> Packet analysis tool, CLI version of wireshark.
|
||||
> Packet analysis tool, CLI version of Wireshark.
|
||||
|
||||
- Monitor everything on localhost:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# uvcdynctrl
|
||||
|
||||
> A libwebcam command line tool to manage dynamic controls in uvcvideo.
|
||||
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
|
||||
|
||||
- List all available cameras:
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
`virt-manager --connect {{hypervisor_uri}}`
|
||||
|
||||
- Don't fork virt-manager process into backgroun on startup:
|
||||
- Don't fork virt-manager process into background on startup:
|
||||
|
||||
`virt-manager --no-fork`
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
# vmware-checkvm
|
||||
|
||||
> Checks to see if the current host is a VMWare VM or not.
|
||||
> Checks to see if the current host is a VMware VM or not.
|
||||
|
||||
- Return the current VMWare software version (exit status determines whether the system is a VM or not):
|
||||
- Return the current VMware software version (exit status determines whether the system is a VM or not):
|
||||
|
||||
`vmware-checkvm`
|
||||
|
||||
- Return the VMWare hardware version:
|
||||
- Return the VMware hardware version:
|
||||
|
||||
`vmware-checkvm -h`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`winetricks`
|
||||
|
||||
- Specify a custom Wine directory to run winetricks in:
|
||||
- Specify a custom Wine directory to run Winetricks in:
|
||||
|
||||
`WINEPREFIX={{path/to/wine_directory}} winetricks`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# xdotool
|
||||
|
||||
> Command line automation for X11.
|
||||
> Command-line automation for X11.
|
||||
|
||||
- Retrieve the X-Windows window ID of the running Firefox window(s):
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# xsetwacom
|
||||
|
||||
> Command line tool to change settings for Wacom pen tablets at runtime.
|
||||
> Command-line tool to change settings for Wacom pen tablets at runtime.
|
||||
|
||||
- List all the available wacom devices. The device name is in the first column:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# zenity
|
||||
|
||||
> Display dialogs from the command line/shell scripts.
|
||||
> Display dialogs from the command-line/shell scripts.
|
||||
> Return user-inserted values or 1 if error.
|
||||
|
||||
- Display the default question dialog:
|
||||
|
Reference in New Issue
Block a user