Update README.md

This commit is contained in:
onceupon 2018-01-10 09:48:50 +08:00 committed by GitHub
parent 7ae9dbbce9
commit 723ff2314a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2270,11 +2270,10 @@ sudo dpkg --purge <package_name>
##### Create a ssh tunnel
```bash
ssh -f -L 9000:targetservername:8088 root@192.168.14.72 -N
```
#-f: run in background; -L: Listen; -N: do nothing
#the 9000 of your computer is now connected to the 8088 port of the targetservername through 192.168.14.72
#so that you can see the content of targetservername:8088 by entering localhost:9000 from your browser.
#so that you can see the content of targetservername:8088 by entering localhost:9000 from your browser.
```
##### Count the number of Segate hard disks
```bash
lsscsi|grep SEAGATE|wc -l