mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 09:49:04 +00:00
Update cheatsheets
This commit is contained in:
26
bshell
Normal file
26
bshell
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bshell
|
||||
|
||||
> A GUI for browsing for SSH/VNC servers on the local network.
|
||||
> See also: `bssh` and `bvnc`.
|
||||
> More information: <https://manned.org/bshell>.
|
||||
|
||||
- Browse for both SSH and VNC servers:
|
||||
|
||||
`bshell`
|
||||
|
||||
- Browse for SSH servers only:
|
||||
|
||||
`bshell --ssh`
|
||||
|
||||
- Browse for VNC servers only:
|
||||
|
||||
`bshell --vnc`
|
||||
|
||||
- Browse for both SSH and VNC servers in a specified domain:
|
||||
|
||||
`bshell --domain={{domain}}`
|
||||
Reference in New Issue
Block a user