all
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ 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"
|
||||
|
||||
|
||||
sudo screen -S 12597 -X quit
|
||||
```
|
||||
@@ -0,0 +1,18 @@
|
||||
# ubuntu 16.04 安装使用 uget
|
||||
|
||||
> http://www.cnblogs.com/EasonJim/p/7119294.html
|
||||
|
||||
|
||||
## 安装uget
|
||||
|
||||
``` bash
|
||||
sudo add-apt-repository ppa:plushuang-tw/uget-stable
|
||||
sudo apt update
|
||||
sudo apt install uget
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo add-apt-repository ppa:t-tujikawa/ppa
|
||||
sudo apt update
|
||||
sudo apt install aria2
|
||||
```
|
||||
Reference in New Issue
Block a user