This commit is contained in:
light
2017-09-01 16:13:48 +08:00
parent 3f9837983e
commit c744b83eae
10 changed files with 344 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
nmap -v -sP 192.168.1.0/24
+15
View File
@@ -0,0 +1,15 @@
``` bash
screen -ls
screen -r name
screen -d name
screen -dmS name ngrok start client ssh server
screen -dmS ngrok ngrok start client ssh server
screen -dmS sslocal sslocal -c /etc/shadowsocks.json -d start
screen -dmS test ngrokStart -d
sudo ./bin/ngrokd -tlsKey=server.key -tlsCrt=server.crt -domain="ngrok.hellolight.me" -httpAddr=":8081" -httpsAddr=":8082"
```