mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 08:53:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# betterlockscreen
|
||||
|
||||
> Simple, minimal lock screen.
|
||||
> More information: <https://github.com/betterlockscreen/betterlockscreen>.
|
||||
> More information: <https://github.com/betterlockscreen/betterlockscreen#usage>.
|
||||
|
||||
- Lock the screen:
|
||||
|
||||
|
||||
@@ -8,9 +8,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Go tool for managing Linux filesystem encryption.
|
||||
> More information: <https://github.com/google/fscrypt>.
|
||||
|
||||
- Prepare the root filesystem for use with fscrypt:
|
||||
- Prepare the root filesystem for use with `fscrypt`:
|
||||
|
||||
`fscrypt setup`
|
||||
`sudo fscrypt setup`
|
||||
|
||||
- Prepare a specific mountpoint for use with `fscrypt`:
|
||||
|
||||
`fscrypt setup {{path/to/directory}}`
|
||||
|
||||
- Enable filesystem encryption for a directory:
|
||||
|
||||
|
||||
@@ -8,15 +8,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Control the `iwd` network supplicant.
|
||||
> More information: <https://manned.org/iwctl>.
|
||||
|
||||
- Start the interactive mode, in this mode you can enter the commands directly, with autocompletion:
|
||||
- Run `iwctl` in interactive mode:
|
||||
|
||||
`iwctl`
|
||||
|
||||
- Display your Wi-Fi stations:
|
||||
- Display Wi-Fi stations:
|
||||
|
||||
`iwctl station list`
|
||||
|
||||
- Start looking for networks with a station:
|
||||
- Look for networks with a station:
|
||||
|
||||
`iwctl station {{station}} scan`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user