mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 05:59:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# chrt
|
||||
|
||||
> Manipulate the real-time attributes of a process.
|
||||
> More information: <https://man7.org/linux/man-pages/man1/chrt.1.html>.
|
||||
> More information: <https://manned.org/chrt>.
|
||||
|
||||
- Display attributes of a process:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Replay undo logs for an ext2/ext3/ext4 filesystem.
|
||||
> This can be used to undo a failed operation by an e2fsprogs program.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/e2undo.8.html>.
|
||||
> More information: <https://manned.org/e2undo>.
|
||||
|
||||
- Display information about a specific undo file:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# ethtool
|
||||
|
||||
> Display and modify Network Interface Controller (NIC) parameters.
|
||||
> More information: <http://man7.org/linux/man-pages/man8/ethtool.8.html>.
|
||||
> More information: <http://manned.org/ethtool>.
|
||||
|
||||
- Display the current settings for an interface:
|
||||
|
||||
|
||||
37
tldr/linux/hyprpm
Normal file
37
tldr/linux/hyprpm
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# hyprpm
|
||||
|
||||
> Control plugins for the Hyprland Wayland compositor.
|
||||
> More information: <https://wiki.hyprland.org/Plugins/Using-Plugins/#hyprpm>.
|
||||
|
||||
- Add a plugin:
|
||||
|
||||
`hyprpm add {{git_url}}`
|
||||
|
||||
- Remove a plugin:
|
||||
|
||||
`hyprpm remove {{git_url|plugin_name}}`
|
||||
|
||||
- Enable a plugin:
|
||||
|
||||
`hyprpm enable {{plugin_name}}`
|
||||
|
||||
- Disable a plugin:
|
||||
|
||||
`hyprpm disable {{plugin_name}}`
|
||||
|
||||
- Update and check all plugins:
|
||||
|
||||
`hyprpm update`
|
||||
|
||||
- Force an operation:
|
||||
|
||||
`hyprpm {{-f|--force}} {{operation}}`
|
||||
|
||||
- List all installed plugins:
|
||||
|
||||
`hyprpm list`
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Show/manipulate routing, devices, policy routing and tunnels.
|
||||
> Some subcommands such as `ip address` have their own usage documentation.
|
||||
> More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
|
||||
> More information: <https://www.manned.org/ip.8>.
|
||||
|
||||
- List interfaces with detailed info:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# ip link
|
||||
|
||||
> Manage network interfaces.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/ip-link.8.html>.
|
||||
> More information: <https://manned.org/ip-link>.
|
||||
|
||||
- Show information about all network interfaces:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# ip rule
|
||||
|
||||
> IP routing policy database management.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/ip-rule.8.html>.
|
||||
> More information: <https://manned.org/ip-rule>.
|
||||
|
||||
- Display the routing policy:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# lslogins
|
||||
|
||||
> Show information about users on a Linux system.
|
||||
> More information: <https://man7.org/linux/man-pages/man1/lslogins.1.html>.
|
||||
> More information: <https://manned.org/lslogins>.
|
||||
|
||||
- Display users in the system:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# lsns
|
||||
|
||||
> List information about all namespaces or about the specified namespace.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lsns.8.html>.
|
||||
> More information: <https://manned.org/lsns>.
|
||||
|
||||
- List all namespaces:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Create a logical volume in an existing volume group. A volume group is a collection of logical and physical volumes.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvcreate.8.html>.
|
||||
> More information: <https://manned.org/lvcreate>.
|
||||
|
||||
- Create a logical volume of 10 gigabytes in the volume group vg1:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Display information about Logical Volume Manager (LVM) logical volumes.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvdisplay.8.html>.
|
||||
> More information: <https://manned.org/lvdisplay>.
|
||||
|
||||
- Display information about all logical volumes:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# lvm
|
||||
|
||||
> Manage physical volumes, volume groups, and logical volumes using the Logical Volume Manager (LVM) interactive shell.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvm.8.html>.
|
||||
> More information: <https://manned.org/lvm>.
|
||||
|
||||
- Start the Logical Volume Manager interactive shell:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Reduce the size of a logical volume.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvreduce.8.html>.
|
||||
> More information: <https://manned.org/lvreduce>.
|
||||
|
||||
- Reduce a volume's size to 120 GB:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Change the size of a logical volume.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvresize.8.html>.
|
||||
> More information: <https://manned.org/lvresize>.
|
||||
|
||||
- Change the size of a logical volume to 120 GB:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Display information about logical volumes.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/lvs.8.html>.
|
||||
> More information: <https://manned.org/lvs>.
|
||||
|
||||
- Display information about logical volumes:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# mandb
|
||||
|
||||
> Manage the pre-formatted manual page database.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/mandb.8.html>.
|
||||
> More information: <https://manned.org/mandb>.
|
||||
|
||||
- Purge and process manual pages:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# numactl
|
||||
|
||||
> Control NUMA policy for processes or shared memory.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/numactl.8.html>.
|
||||
> More information: <https://manned.org/numactl>.
|
||||
|
||||
- Run a command on node 0 with memory allocated on node 0 and 1:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# partx
|
||||
|
||||
> Parse a partition table and tell the kernel about it.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/partx.8.html>.
|
||||
> More information: <https://manned.org/partx>.
|
||||
|
||||
- List the partitions on a block device or disk image:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user