mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
bssh, bvnc, bshell: add pages (#5419)
This commit is contained in:
parent
e1bb083c5b
commit
2a64f923f4
3 changed files with 63 additions and 0 deletions
21
pages/common/bshell.md
Normal file
21
pages/common/bshell.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# bshell
|
||||
|
||||
> A GUI tool for browsing for SSH/VNC servers on the local network.
|
||||
> See also: `bssh` and `bvnc`.
|
||||
> More information: <https://linux.extremeoverclocking.com/man/1/bssh>.
|
||||
|
||||
- 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}}`
|
21
pages/common/bssh.md
Normal file
21
pages/common/bssh.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# bssh
|
||||
|
||||
> A GUI tool for browsing for SSH/VNC servers on the local network.
|
||||
> See also: `bvnc` and `bshell`.
|
||||
> More information: <https://linux.extremeoverclocking.com/man/1/bssh>.
|
||||
|
||||
- Browse for SSH servers:
|
||||
|
||||
`bssh`
|
||||
|
||||
- Browse for VNC servers:
|
||||
|
||||
`bssh --vnc`
|
||||
|
||||
- Browse for both SSH and VNC servers:
|
||||
|
||||
`bssh --shell`
|
||||
|
||||
- Browse for SSH servers in a specified domain:
|
||||
|
||||
`bssh --domain={{domain}}`
|
21
pages/common/bvnc.md
Normal file
21
pages/common/bvnc.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# bvnc
|
||||
|
||||
> A GUI tool for browsing for SSH/VNC servers on the local network.
|
||||
> See also: `bssh` and `bshell`.
|
||||
> More information: <https://linux.extremeoverclocking.com/man/1/bssh>.
|
||||
|
||||
- Browse for VNC servers:
|
||||
|
||||
`bvnc`
|
||||
|
||||
- Browse for SSH servers:
|
||||
|
||||
`bvnc --ssh`
|
||||
|
||||
- Browse for both VNC and SSH servers:
|
||||
|
||||
`bvnc --shell`
|
||||
|
||||
- Browse for VNC servers in a specified domain:
|
||||
|
||||
`bvnc --domain={{domain}}`
|
Loading…
Add table
Reference in a new issue