mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 23:54:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# links
|
||||
|
||||
> Command-line web browser.
|
||||
> Command-line text-only web browser.
|
||||
> See also: `links2'.
|
||||
> More information: <http://links.twibright.com/user_en.html#subch-browser_calibration>.
|
||||
|
||||
- Visit a website:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# links2
|
||||
|
||||
> Command-line web browser.
|
||||
> Command-line web browser with optional graphics support.
|
||||
> See also: `links`.
|
||||
> More information: <http://links.twibright.com/user_en.html#subch-browser_calibration>.
|
||||
|
||||
|
||||
17
tldr/linux/systemctl-show-environment
Normal file
17
tldr/linux/systemctl-show-environment
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl show-environment
|
||||
|
||||
> Display systemd environment blocks.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#show-environment>.
|
||||
|
||||
- Display the environment block for the system:
|
||||
|
||||
`systemctl show-environment`
|
||||
|
||||
- Display the environment block for the current user:
|
||||
|
||||
`systemctl show-environment --user`
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# zile
|
||||
|
||||
> A lightweight clone of the Emacs text editor.
|
||||
> More information: <https://www.gnu.org/software/zile/>.
|
||||
> More information: <https://manned.org/zile>.
|
||||
|
||||
- Start a buffer for temporary notes, which won't be saved:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user