diff --git a/tldr/docker-container b/tldr/docker-container index 2a684287..7d9722af 100644 --- a/tldr/docker-container +++ b/tldr/docker-container @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker container > Manage Docker containers. -> More information: . +> More information: . - List currently running Docker containers: diff --git a/tldr/docker-container-rename b/tldr/docker-container-rename index 9630e8ad..2b88a84a 100644 --- a/tldr/docker-container-rename +++ b/tldr/docker-container-rename @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker container rename > This command is an alias of `docker rename`. -> More information: . +> More information: . - View documentation for the original command: diff --git a/tldr/docker-container-top b/tldr/docker-container-top index 02328b7c..a4a1f6ec 100644 --- a/tldr/docker-container-top +++ b/tldr/docker-container-top @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker container top > This command is an alias of `docker top`. -> More information: . +> More information: . - View documentation for the original command: diff --git a/tldr/docker-rename b/tldr/docker-rename index cf577963..73a5de25 100644 --- a/tldr/docker-rename +++ b/tldr/docker-rename @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker rename > Rename a container. -> More information: . +> More information: . - Rename a container: diff --git a/tldr/docker-top b/tldr/docker-top index 3ab71f62..76fd4028 100644 --- a/tldr/docker-top +++ b/tldr/docker-top @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker top > Display the running processes of a container. -> More information: . +> More information: . - Display the running processes of a container: diff --git a/tldr/libreoffice b/tldr/libreoffice index ab33d486..32a49472 100644 --- a/tldr/libreoffice +++ b/tldr/libreoffice @@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git - Convert all `.doc` files in current directory to PDF: -`libreoffice --convert-to {{pdf}} {{*.doc}}` +`libreoffice --convert-to pdf *.doc` diff --git a/tldr/linux/a2disconf b/tldr/linux/a2disconf index 70add053..d3405544 100644 --- a/tldr/linux/a2disconf +++ b/tldr/linux/a2disconf @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2disconf > Disable an Apache configuration file on Debian-based OSes. -> More information: . +> More information: . - Disable a configuration file: diff --git a/tldr/linux/a2dismod b/tldr/linux/a2dismod index 253f32bf..2cc31338 100644 --- a/tldr/linux/a2dismod +++ b/tldr/linux/a2dismod @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2dismod > Disable an Apache module on Debian-based OSes. -> More information: . +> More information: . - Disable a module: diff --git a/tldr/linux/a2dissite b/tldr/linux/a2dissite index 666905ca..00a68f9e 100644 --- a/tldr/linux/a2dissite +++ b/tldr/linux/a2dissite @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2dissite > Disable an Apache virtual host on Debian-based OSes. -> More information: . +> More information: . - Disable a virtual host: diff --git a/tldr/linux/a2enconf b/tldr/linux/a2enconf index 153fb413..8819087a 100644 --- a/tldr/linux/a2enconf +++ b/tldr/linux/a2enconf @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2enconf > Enable an Apache configuration file on Debian-based OSes. -> More information: . +> More information: . - Enable a configuration file: diff --git a/tldr/linux/a2enmod b/tldr/linux/a2enmod index e914dec7..7366ff3a 100644 --- a/tldr/linux/a2enmod +++ b/tldr/linux/a2enmod @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2enmod > Enable an Apache module on Debian-based OSes. -> More information: . +> More information: . - Enable a module: diff --git a/tldr/linux/a2ensite b/tldr/linux/a2ensite index a3a2c759..283e1cf0 100644 --- a/tldr/linux/a2ensite +++ b/tldr/linux/a2ensite @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2ensite > Enable an Apache virtual host on Debian-based OSes. -> More information: . +> More information: . - Enable a virtual host: diff --git a/tldr/linux/a2query b/tldr/linux/a2query index 9d4b211c..964e0c93 100644 --- a/tldr/linux/a2query +++ b/tldr/linux/a2query @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # a2query > Retrieve runtime configuration from Apache on Debian-based OSes. -> More information: . +> More information: . - List enabled Apache modules: diff --git a/tldr/linux/adduser b/tldr/linux/adduser index f9ed98fa..a9cc31ef 100644 --- a/tldr/linux/adduser +++ b/tldr/linux/adduser @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # adduser > User addition utility. -> More information: . +> More information: . - Create a new user with a default home directory and prompt the user to set a password: diff --git a/tldr/linux/apache2ctl b/tldr/linux/apache2ctl index 6a8b4ca5..7284bd35 100644 --- a/tldr/linux/apache2ctl +++ b/tldr/linux/apache2ctl @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Administrate the Apache HTTP web server. > This command comes with Debian based OSes, for RHEL based ones see `httpd`. -> More information: . +> More information: . - Start the Apache daemon. Throw a message if it is already running: diff --git a/tldr/linux/apt b/tldr/linux/apt index 96afabe5..4c8cb440 100644 --- a/tldr/linux/apt +++ b/tldr/linux/apt @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Package management utility for Debian based distributions. > Recommended replacement for `apt-get` when used interactively in Ubuntu versions 16.04 and later. > For equivalent commands in other package managers, see . -> More information: . +> More information: . - Update the list of available packages and versions (it's recommended to run this before other `apt` commands): diff --git a/tldr/linux/apt-add-repository b/tldr/linux/apt-add-repository index 2db07fec..39e8d648 100644 --- a/tldr/linux/apt-add-repository +++ b/tldr/linux/apt-add-repository @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # apt-add-repository > Manage `apt` repository definitions. -> More information: . +> More information: . - Add a new `apt` repository: diff --git a/tldr/linux/apt-cache b/tldr/linux/apt-cache index a175b3bc..c461d83a 100644 --- a/tldr/linux/apt-cache +++ b/tldr/linux/apt-cache @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # apt-cache > Debian and Ubuntu package query tool. -> More information: . +> More information: . - Search for a package in your current sources: diff --git a/tldr/linux/apt-file b/tldr/linux/apt-file index 3d893e0c..b6e5fc75 100644 --- a/tldr/linux/apt-file +++ b/tldr/linux/apt-file @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # apt-file > Search for files in `apt` packages, including ones not yet installed. -> More information: . +> More information: . - Update the metadata database: diff --git a/tldr/linux/apt-get b/tldr/linux/apt-get index 1de6f638..0b68e078 100644 --- a/tldr/linux/apt-get +++ b/tldr/linux/apt-get @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Debian and Ubuntu package management utility. > Search for packages using `apt-cache`. > It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later. -> More information: . +> More information: . - Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands): diff --git a/tldr/linux/apt-key b/tldr/linux/apt-key index 33cd9a21..874664c0 100644 --- a/tldr/linux/apt-key +++ b/tldr/linux/apt-key @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Key management utility for the APT Package Manager on Debian and Ubuntu. > Note: `apt-key` is now deprecated (except for the use of `apt-key del` in maintainer scripts). -> More information: . +> More information: . - List trusted keys: diff --git a/tldr/linux/apt-mark b/tldr/linux/apt-mark index 0687cb1e..0fd6c553 100644 --- a/tldr/linux/apt-mark +++ b/tldr/linux/apt-mark @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # apt-mark > Utility to change the status of installed packages. -> More information: . +> More information: . - Mark a package as automatically installed: diff --git a/tldr/linux/apt-moo b/tldr/linux/apt-moo index 61ce439a..8eb6c76a 100644 --- a/tldr/linux/apt-moo +++ b/tldr/linux/apt-moo @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # apt moo > An `APT` easter egg. -> More information: . +> More information: . - Print a cow easter egg: diff --git a/tldr/linux/aptitude b/tldr/linux/aptitude index 89ac132a..02ecef09 100644 --- a/tldr/linux/aptitude +++ b/tldr/linux/aptitude @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # aptitude > Debian and Ubuntu package management utility. -> More information: . +> More information: . - Synchronize list of packages and versions available. This should be run first, before running subsequent `aptitude` commands: diff --git a/tldr/linux/arithmetic b/tldr/linux/arithmetic index 6227f1f6..8c940c06 100644 --- a/tldr/linux/arithmetic +++ b/tldr/linux/arithmetic @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # arithmetic > Quiz on simple arithmetic problems. -> More information: . +> More information: . - Start an arithmetic quiz: diff --git a/tldr/linux/check-support-status b/tldr/linux/check-support-status index 3b841596..58eac90c 100644 --- a/tldr/linux/check-support-status +++ b/tldr/linux/check-support-status @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # check-support-status > Identify installed Debian packages for which support has had to be limited or prematurely ended. -> More information: . +> More information: . - Display packages whose support is limited, has already ended or will end earlier than the distribution's end of life: diff --git a/tldr/linux/debchange b/tldr/linux/debchange index 86847608..b1cecad1 100644 --- a/tldr/linux/debchange +++ b/tldr/linux/debchange @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # debchange > Mantain the debian/changelog file of a Debian source package. -> More information: . +> More information: . - Add a new version for a non-maintainer upload to the changelog: diff --git a/tldr/linux/debman b/tldr/linux/debman index 6d405c87..b3d22f01 100644 --- a/tldr/linux/debman +++ b/tldr/linux/debman @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # debman > Read man pages from uninstalled packages. -> More information: . +> More information: . - Read a man page for a command that is provided by a specified package: diff --git a/tldr/linux/deborphan b/tldr/linux/deborphan index e6ea3079..91cbab14 100644 --- a/tldr/linux/deborphan +++ b/tldr/linux/deborphan @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # deborphan > Display orphan packages on operating systems using the APT package manager. -> More information: . +> More information: . - Display library packages (from the "libs" section of the package repository) which are not required by another package: diff --git a/tldr/linux/debuild b/tldr/linux/debuild index c161eb01..5839087e 100644 --- a/tldr/linux/debuild +++ b/tldr/linux/debuild @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # debuild > Build a Debian package from source. -> More information: . +> More information: . - Build the package in the current directory: diff --git a/tldr/linux/deluser b/tldr/linux/deluser index eb17df32..44f95f55 100644 --- a/tldr/linux/deluser +++ b/tldr/linux/deluser @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # deluser > Delete a user from the system. -> More information: . +> More information: . - Remove a user: diff --git a/tldr/linux/dget b/tldr/linux/dget index 50e44b0f..98aa17a9 100644 --- a/tldr/linux/dget +++ b/tldr/linux/dget @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dget > Download Debian packages. -> More information: . +> More information: . - Download a binary package: diff --git a/tldr/linux/dphys-swapfile b/tldr/linux/dphys-swapfile index 22220738..909ef9fa 100644 --- a/tldr/linux/dphys-swapfile +++ b/tldr/linux/dphys-swapfile @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dphys-swapfile > Manage the swap file on Debian-based Linux systems. -> More information: . +> More information: . - Disable the swap file: diff --git a/tldr/linux/dpkg b/tldr/linux/dpkg index 52d17d6e..edbddeb4 100644 --- a/tldr/linux/dpkg +++ b/tldr/linux/dpkg @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Debian package manager. > Some subcommands such as `dpkg deb` have their own usage documentation. > For equivalent commands in other package managers, see . -> More information: . +> More information: . - Install a package: diff --git a/tldr/linux/dpkg-deb b/tldr/linux/dpkg-deb index 8cd07f6b..b13cbcf5 100644 --- a/tldr/linux/dpkg-deb +++ b/tldr/linux/dpkg-deb @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dpkg-deb > Pack, unpack and provide information about Debian archives. -> More information: . +> More information: . - Display information about a package: diff --git a/tldr/linux/dpkg-query b/tldr/linux/dpkg-query index 54ce28d1..b0e67c2d 100644 --- a/tldr/linux/dpkg-query +++ b/tldr/linux/dpkg-query @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dpkg-query > Display information about installed packages. -> More information: . +> More information: . - List all installed packages: diff --git a/tldr/linux/dpkg-reconfigure b/tldr/linux/dpkg-reconfigure index 3e980b33..0f844662 100644 --- a/tldr/linux/dpkg-reconfigure +++ b/tldr/linux/dpkg-reconfigure @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dpkg-reconfigure > Reconfigure an already installed package. -> More information: . +> More information: . - Reconfigure one or more packages: diff --git a/tldr/linux/fakeroot b/tldr/linux/fakeroot index 2ab5f6aa..d6eaa5a1 100644 --- a/tldr/linux/fakeroot +++ b/tldr/linux/fakeroot @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # fakeroot > Run a command in an environment faking root privileges for file manipulation. -> More information: . +> More information: . - Start the default shell as fakeroot: diff --git a/tldr/linux/genisoimage b/tldr/linux/genisoimage index 76e91cc1..11ed3810 100644 --- a/tldr/linux/genisoimage +++ b/tldr/linux/genisoimage @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # genisoimage > Pre-mastering program to generate ISO9660/Joliet/HFS hybrid filesystems. -> More information: . +> More information: . - Create an ISO image from the given source directory: diff --git a/tldr/linux/getenforce b/tldr/linux/getenforce index 40a7f0a0..6cc68bb4 100644 --- a/tldr/linux/getenforce +++ b/tldr/linux/getenforce @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Get the current mode of SELinux (i.e. enforcing, permissive, or disabled). > See also: `setenforce`, `semanage-permissive`. -> More information: . +> More information: . - Display the current mode of SELinux: diff --git a/tldr/linux/getsebool b/tldr/linux/getsebool index f87024b3..3a13d588 100644 --- a/tldr/linux/getsebool +++ b/tldr/linux/getsebool @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Get SELinux boolean value. > See also: `semanage-boolean`, `setsebool`. -> More information: . +> More information: . - Show the current setting of a boolean: diff --git a/tldr/linux/grubby b/tldr/linux/grubby index 34a74dbd..4349eb86 100644 --- a/tldr/linux/grubby +++ b/tldr/linux/grubby @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # grubby > Tool for configuring `grub` and `zipl` bootloaders. -> More information: . +> More information: . - Add kernel boot arguments to all kernel menu entries: diff --git a/tldr/linux/ifup b/tldr/linux/ifup index 19caf157..c8fa55b2 100644 --- a/tldr/linux/ifup +++ b/tldr/linux/ifup @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ifup > Enable network interfaces. -> More information: . +> More information: . - Enable interface eth0: diff --git a/tldr/linux/matchpathcon b/tldr/linux/matchpathcon index 9b4adfac..4f624aed 100644 --- a/tldr/linux/matchpathcon +++ b/tldr/linux/matchpathcon @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Lookup the persistent SELinux security context setting of a path. > See also: `semanage-fcontext`, `secon`, `chcon`, `restorecon`. -> More information: . +> More information: . - Lookup the persistent security context setting of an absolute path: diff --git a/tldr/linux/netselect-apt b/tldr/linux/netselect-apt index 2be479db..e7d7f514 100644 --- a/tldr/linux/netselect-apt +++ b/tldr/linux/netselect-apt @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # netselect-apt > Create a `sources.list` file for a Debian mirror with the lowest latency. -> More information: . +> More information: . - Create `sources.list` using the lowest latency server: diff --git a/tldr/linux/reportbug b/tldr/linux/reportbug index e6f0a6f0..8c71b093 100644 --- a/tldr/linux/reportbug +++ b/tldr/linux/reportbug @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # reportbug > Bug report tool of Debian distribution. -> More information: . +> More information: . - Generate a bug report about a specific package, then send it by e-mail: diff --git a/tldr/linux/rpmbuild b/tldr/linux/rpmbuild index 78ba9394..a5b8e6e1 100644 --- a/tldr/linux/rpmbuild +++ b/tldr/linux/rpmbuild @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # rpmbuild > RPM Package Build tool. -> More information: . +> More information: . - Build binary and source packages: diff --git a/tldr/linux/secon b/tldr/linux/secon index e8915d3d..70366166 100644 --- a/tldr/linux/secon +++ b/tldr/linux/secon @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Get the SELinux security context of a file, pid, current execution context, or a context specification. > See also: `semanage`, `runcon`, `chcon`. -> More information: . +> More information: . - Get the security context of the current execution context: diff --git a/tldr/linux/semanage-boolean b/tldr/linux/semanage-boolean index 69b4633a..eb153b0a 100644 --- a/tldr/linux/semanage-boolean +++ b/tldr/linux/semanage-boolean @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Manage persistent SELinux boolean settings. > See also: `semanage` for managing SELinux policies, `getsebool` for checking boolean values, and `setsebool` for applying non-persistent boolean settings. -> More information: . +> More information: . - List all booleans settings: diff --git a/tldr/linux/semanage-permissive b/tldr/linux/semanage-permissive index 27ba1487..195b81b5 100644 --- a/tldr/linux/semanage-permissive +++ b/tldr/linux/semanage-permissive @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Manage persistent SELinux permissive domains. > Note that this effectively makes the process unconfined. For long-term use, it is recommended to configure SELiunx properly. > See also: `semanage`, `getenforce`, `setenforce`. -> More information: . +> More information: . - List all process types (a.k.a domains) that are in permissive mode: diff --git a/tldr/linux/semanage-port b/tldr/linux/semanage-port index 2eef19cf..4db644ca 100644 --- a/tldr/linux/semanage-port +++ b/tldr/linux/semanage-port @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Manage persistent SELinux port definitions. > See also: `semanage`. -> More information: . +> More information: . - List all port labeling rules: diff --git a/tldr/linux/setenforce b/tldr/linux/setenforce index 13649f42..1b42e30e 100644 --- a/tldr/linux/setenforce +++ b/tldr/linux/setenforce @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Toggle SELinux between enforcing and permissive modes. > To enable or disable SELinux, edit `/etc/selinux/config` instead. > See also: `getenforce`, `semanage-permissive`. -> More information: . +> More information: . - Put SELinux in enforcing mode: diff --git a/tldr/linux/setsebool b/tldr/linux/setsebool index f54bfc23..5986e6fd 100644 --- a/tldr/linux/setsebool +++ b/tldr/linux/setsebool @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Set SELinux boolean value. > See also: `semanage-boolean`, `getsebool`. -> More information: . +> More information: . - Show the current setting of [a]ll booleans: diff --git a/tldr/linux/snake4 b/tldr/linux/snake4 index 72d5aa49..5cf972a7 100644 --- a/tldr/linux/snake4 +++ b/tldr/linux/snake4 @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # snake4 > Snake game in the terminal. -> More information: . +> More information: . - Start a snake game: diff --git a/tldr/linux/togglesebool b/tldr/linux/togglesebool index b1877d43..ec737d27 100644 --- a/tldr/linux/togglesebool +++ b/tldr/linux/togglesebool @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Flip the current (non-persistent) values of SELinux booleans. > Note: This tool has been deprecated and often removed in favor of `setsebool`. -> More information: . +> More information: . - Flip the current (non-persistent) values of the specified booleans: diff --git a/tldr/linux/torify b/tldr/linux/torify index 9bc5b850..9845c91f 100644 --- a/tldr/linux/torify +++ b/tldr/linux/torify @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Route network traffic through the Tor network. > Note: This command has been deprecated, and is now a backwards-compatible wrapper of `torsocks`. -> More information: . +> More information: . - Route traffic via Tor: diff --git a/tldr/linux/wtf b/tldr/linux/wtf index ca04f3ae..e38bf248 100644 --- a/tldr/linux/wtf +++ b/tldr/linux/wtf @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # wtf > Show the expansions of acronyms. -> More information: . +> More information: . - Expand a given acronym: