From 52cb2c6c28424a54b2a799120cdfb193d33aa217 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 10 Jun 2025 00:20:25 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/cage | 21 +++++++++++++++++++++ tldr/loft | 41 +++++++++++++++++++++++++++++++++++++++++ tldr/mupdf | 2 +- tldr/mutool | 2 +- 4 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 tldr/linux/cage create mode 100644 tldr/loft diff --git a/tldr/linux/cage b/tldr/linux/cage new file mode 100644 index 00000000..915ccc3f --- /dev/null +++ b/tldr/linux/cage @@ -0,0 +1,21 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# cage + +> Open an applications in a kiosk mode. +> More information: . + +- Run an application: + +`cage {{application}}` + +- Give the application arguments: + +`cage -- {{application}} {{arguments}}` + +- Display help: + +`cage -h` diff --git a/tldr/loft b/tldr/loft new file mode 100644 index 00000000..b51f3058 --- /dev/null +++ b/tldr/loft @@ -0,0 +1,41 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# loft + +> Install and manage multi-tenant Kubernetes environments using virtual clusters. +> More information: . + +- Install or upgrade Loft in the current Kubernetes cluster: + +`loft start` + +- Authenticate to a remote Loft instance: + +`loft login {{https://loft.example.com}}` + +- Create a virtual cluster with a specific space and cluster: + +`loft create vcluster {{vcluster_name}} {{[-s|--space]}} {{space_name}} {{[-c|--cluster]}} {{cluster_name}}` + +- List all virtual clusters: + +`loft list vclusters` + +- Switch context to a specific virtual cluster: + +`loft use vcluster {{vcluster_name}}` + +- Delete a virtual cluster: + +`loft delete vcluster {{vcluster_name}}` + +- Show the current Loft username: + +`loft vars username` + +- Uninstall Loft from the cluster: + +`loft uninstall` diff --git a/tldr/mupdf b/tldr/mupdf index dff87e52..9fc9fd7e 100644 --- a/tldr/mupdf +++ b/tldr/mupdf @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mupdf > A lightweight PDF, XPS, and E-book viewer. -> More information: . +> More information: . - Open a PDF on the first page: diff --git a/tldr/mutool b/tldr/mutool index bff32a43..53eca1c8 100644 --- a/tldr/mutool +++ b/tldr/mutool @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mutool > Convert, query information and extract data from PDF files. -> More information: . +> More information: . - Convert a range of pages to PNGs (Note: `%nd` in the output placeholder must be replaced with a print modifier like `%d` or `%2d`):