Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-10 00:21:47 +00:00
parent ffe393201e
commit 5ad1f5ce60
15 changed files with 55 additions and 53 deletions

View File

@@ -6,8 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# distrobox
> Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (`home` directory) and hardware.
> `distrobox` isn't a command, but a set of commands.
> Note: It uses Podman or Docker to create your containers.
> Note: `distrobox` isn't a command, but a set of commands.
> More information: <https://github.com/89luca89/distrobox>.
- View documentation for creating containers:

View File

@@ -5,34 +5,30 @@ source: https://github.com/tldr-pages/tldr.git
---
# protonvpn
> Unofficial third-party ProtonVPN client.
> See also: `protonvpn-connect`.
> More information: <https://github.com/Rafficer/linux-cli-community>.
> Official Proton VPN client.
> Some subcommands such as `connect` have their own usage documentation.
> More information: <https://protonvpn.com/support/linux-cli#how-to-use-the-cli-for-linux>.
- Initialize ProtonVPN profile:
- Initialize Proton VPN profile:
`protonvpn init`
`protonvpn signin`
- Connect to ProtonVPN interactively:
- Remove account credentials:
`protonvpn {{c|connect}}`
`protonvpn signout`
- Display connection status:
- Display Proton VPN account information:
`protonvpn {{s|status}}`
`protonvpn info`
- Disconnect from ProtonVPN:
- Connect to Proton VPN interactively:
`protonvpn {{d|disconnect}}`
`protonvpn connect`
- Reconnect or connect to the last server used:
- Disconnect from Proton VPN:
`protonvpn {{r|reconnect}}`
`protonvpn disconnect`
- Refresh OpenVPN configuration and server data:
- Display help:
`protonvpn refresh`
- Display help for a subcommand:
`protonvpn {{subcommand}} --help`
`protonvpn {{[-h|--help]}}`

View File

@@ -5,29 +5,25 @@ source: https://github.com/tldr-pages/tldr.git
---
# protonvpn connect
> Connect to ProtonVPN.
> More information: <https://github.com/Rafficer/linux-cli-community>.
> Connect to Proton VPN.
> More information: <https://protonvpn.com/support/linux-cli#how-to-use-the-cli-for-linux>.
- Connect to ProtonVPN interactively:
- Connect to Proton VPN using the fastest server available:
`protonvpn {{[c|connect]}}`
`protonvpn connect`
- Connect to ProtonVPN using the fastest server available:
- Connect to the fastest server in a specific country:
`protonvpn {{[c|connect]}} {{[-f|--fastest]}}`
`protonvpn connect --country "{{country_code_or_name}}"`
- Connect to ProtonVPN using a specific server with a specific protocol:
- Connect to the fastest server in a specific city:
`protonvpn {{[c|connect]}} {{server_name}} -p {{udp|tcp}}`
`protonvpn connect --city "{{city_name}}"`
- Connect to ProtonVPN using a random server with a specific protocol:
- Connect to a specific server:
`protonvpn {{[c|connect]}} {{[-r|--random]}} -p {{udp|tcp}}`
- Connect to ProtonVPN using the fastest Tor-supporting server:
`protonvpn {{[c|connect]}} --tor`
`protonvpn connect {{server_name}}`
- Display help:
`protonvpn {{[c|connect]}} --help`
`protonvpn connect {{[-h|--help]}}`

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# xbps
> The X Binary Package System is the package manager used by Void Linux.
> `xbps` isn't a command, but a set of commands.
> Note: `xbps` isn't a command, but a set of commands.
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> More information: <https://docs.voidlinux.org/xbps/index.html>.