mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 19:55:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo aide {{[-u|--update]}}`
|
||||
|
||||
- Define a config file to override the default `./aide.conf`:
|
||||
- Define a config file to override the default `aide.conf`:
|
||||
|
||||
`sudo aide {{[-c|--config]}} {{path/to/config_file}}`
|
||||
|
||||
|
||||
@@ -6,12 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# archinstall
|
||||
|
||||
> Guided Arch Linux installer with a twist.
|
||||
> More information: <https://archinstall.readthedocs.io>.
|
||||
> More information: <https://archinstall.archlinux.page/installing/guided.html>.
|
||||
|
||||
- Start the interactive installer:
|
||||
|
||||
`archinstall`
|
||||
|
||||
- Start a preset installer:
|
||||
|
||||
`archinstall {{minimal|unattended}}`
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> A multi-threaded network reconnaissance tool which performs automated enumeration of services.
|
||||
> More information: <https://github.com/Tib3rius/AutoRecon>.
|
||||
|
||||
- Perform reconnaissance on target host(s) (detailed scan results will be dumped in `./results`):
|
||||
- Perform reconnaissance on target host(s) (detailed scan results will be dumped in `results`):
|
||||
|
||||
`sudo autorecon {{host_or_ip1,host_or_ip2,...}}`
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# ctr
|
||||
|
||||
> Manage `containerd` containers and images.
|
||||
> More information: <https://containerd.io>.
|
||||
> More information: <https://manned.org/ctr>.
|
||||
|
||||
- List all containers (running and stopped):
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# darling
|
||||
|
||||
> Run macOS software on Linux.
|
||||
> More information: <https://darlinghq.org>.
|
||||
> More information: <https://docs.darlinghq.org/darling-shell.html>.
|
||||
|
||||
- Run a builtin command:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# goaccess
|
||||
|
||||
> An open source real-time web log analyzer.
|
||||
> More information: <https://goaccess.io>.
|
||||
> More information: <https://goaccess.io/man>.
|
||||
|
||||
- Analyze one or more log files in interactive mode:
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the contents of the initramfs image for the specified kernel:
|
||||
|
||||
`lsinitrd --kver {{kernel_version}}`
|
||||
`lsinitrd {{[-k|--kver]}} {{kernel_version}}`
|
||||
|
||||
- Show the contents of the specified initramfs image:
|
||||
|
||||
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List modules included in the initramfs image:
|
||||
|
||||
`lsinitrd --mod`
|
||||
`lsinitrd {{[-m|--mod]}}`
|
||||
|
||||
- Unpack the initramfs to the current directory:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print (trace) library calls of a program binary:
|
||||
|
||||
`ltrace ./{{program}}`
|
||||
`ltrace {{path/to/program}}`
|
||||
|
||||
- Count library calls. Print a handy summary at the bottom:
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all subkeys of a given key on another NixOS configuration:
|
||||
|
||||
`NIXOS_CONFIG={{path_to_configuration.nix}} nixos-option {{option_key}}`
|
||||
`NIXOS_CONFIG={{path/to/configuration.nix}} nixos-option {{option_key}}`
|
||||
|
||||
- Show recursively all values of a user:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# perf
|
||||
|
||||
> Framework for Linux performance counter measurements.
|
||||
> More information: <https://perf.wiki.kernel.org>.
|
||||
> More information: <https://perfwiki.github.io/main/>.
|
||||
|
||||
- Display basic performance counter stats for a command:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# pstoedit
|
||||
|
||||
> Convert PDF files into various image formats.
|
||||
> More information: <http://www.pstoedit.net>.
|
||||
> More information: <http://www.calvina.de/pstoedit/pstoedit.htm>.
|
||||
|
||||
- Convert a PDF page to PNG or JPEG format:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> An `apt` like system for Slackware package management.
|
||||
> Package sources need to be configured in the slapt-getrc file.
|
||||
> More information: <https://software.jaos.org>.
|
||||
> More information: <https://software.jaos.org/git/slapt-get/plain/README>.
|
||||
|
||||
- Update the list of available packages and versions:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Manage local storage pools and volumes using the Stratis storage manager.
|
||||
> Stratis volumes use the XFS filesystem and require the `stratisd` service.
|
||||
> More information: <https://stratis-storage.github.io>.
|
||||
> More information: <https://stratis-storage.github.io/howto/>.
|
||||
|
||||
- Start the Stratis service (must be active before managing pools or volumes):
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# tshark
|
||||
|
||||
> Packet analysis tool, CLI version of Wireshark.
|
||||
> More information: <https://tshark.dev/>.
|
||||
> More information: <https://tshark.dev/#sitemap-in-tshark---help>.
|
||||
|
||||
- Monitor everything on localhost:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user