From 53600d768792a2df3494669e3b0452d1ffdf0b20 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Mon, 1 Sep 2025 00:23:59 +0000 Subject: [PATCH] Update cheatsheets --- tldr/ffmpeg | 2 +- tldr/linux/betterlockscreen | 2 +- tldr/linux/fscrypt | 8 ++++++-- tldr/linux/iwctl | 6 +++--- tldr/yt-dlp | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/tldr/ffmpeg b/tldr/ffmpeg index fe093d15..8138ae7e 100644 --- a/tldr/ffmpeg +++ b/tldr/ffmpeg @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ffmpeg > Video conversion tool. -> More information: . +> More information: . - Extract the sound from a video and save it as MP3: diff --git a/tldr/linux/betterlockscreen b/tldr/linux/betterlockscreen index 65aa3545..f8677f2f 100644 --- a/tldr/linux/betterlockscreen +++ b/tldr/linux/betterlockscreen @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # betterlockscreen > Simple, minimal lock screen. -> More information: . +> More information: . - Lock the screen: diff --git a/tldr/linux/fscrypt b/tldr/linux/fscrypt index 2230aba3..0f2726c5 100644 --- a/tldr/linux/fscrypt +++ b/tldr/linux/fscrypt @@ -8,9 +8,13 @@ source: https://github.com/tldr-pages/tldr.git > Go tool for managing Linux filesystem encryption. > More information: . -- 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: diff --git a/tldr/linux/iwctl b/tldr/linux/iwctl index f0a93fdf..9c2cfa1c 100644 --- a/tldr/linux/iwctl +++ b/tldr/linux/iwctl @@ -8,15 +8,15 @@ source: https://github.com/tldr-pages/tldr.git > Control the `iwd` network supplicant. > More information: . -- 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` diff --git a/tldr/yt-dlp b/tldr/yt-dlp index fe56f6ff..6869aee6 100644 --- a/tldr/yt-dlp +++ b/tldr/yt-dlp @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > A youtube-dl fork with additional features and fixes. > Download videos from YouTube and other websites. > See also: `ytfzf`. -> More information: . +> More information: . - Download a video or playlist (with the default options from command below):