mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
docs(help) ###: add " "
This commit is contained in:
parent
25fb224613
commit
82d4c5ab29
1 changed files with 8 additions and 8 deletions
16
HELP.md
16
HELP.md
|
|
@ -1,6 +1,6 @@
|
|||
Cloud Commander v2.1.0
|
||||
===============
|
||||
###[Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png?downloads=true&&stars&&downloadRank "npm install cloudcmd"
|
||||
[MainURL]: http://cloudcmd.io "Main"
|
||||
[BlogURL]: http://blog.cloudcmd.io "Blog"
|
||||
|
|
@ -134,7 +134,7 @@ View
|
|||
- Playing audio.
|
||||
- Playing video.
|
||||
|
||||
###Hot keys
|
||||
### Hot keys
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `F3` | open
|
||||
|
|
@ -144,7 +144,7 @@ Edit
|
|||
---------------
|
||||

|
||||
|
||||
###Hot keys
|
||||
### Hot keys
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `F4` | open
|
||||
|
|
@ -156,7 +156,7 @@ Console
|
|||
---------------
|
||||

|
||||
|
||||
###Hot keys
|
||||
### Hot keys
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `~` | open
|
||||
|
|
@ -169,7 +169,7 @@ Config
|
|||
---------------
|
||||

|
||||
|
||||
###Hot keys
|
||||
### Hot keys
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `F10` | open
|
||||
|
|
@ -219,7 +219,7 @@ Right mouse click button shows context menu with items:
|
|||
- Paste
|
||||
- (Un)Select All
|
||||
|
||||
###Hot keys
|
||||
### Hot keys
|
||||
|Key |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `F9` | open
|
||||
|
|
@ -231,7 +231,7 @@ Standard practices say no non-root process gets to talk to
|
|||
the Internet on a port less than 1024. Anyway I suggest you
|
||||
to start Cloud Commander as non-root. How it could be solved?
|
||||
There is a couple easy and fast ways. One of them is port forwarding.
|
||||
###Iptables
|
||||
### Iptables
|
||||
Just run `shell/addtables.sh` for default options.
|
||||
|
||||
```sh
|
||||
|
|
@ -256,7 +256,7 @@ iptables -t nat -D PREROUTING 2
|
|||
iptables -t nat -D PREROUTING 1
|
||||
```
|
||||
|
||||
###nginx
|
||||
### nginx
|
||||
Get [nginx](http://nginx.org/ "nginx"). On linux it could be done this way:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue