Merge branch 'master' of git.coding.net:linklink/mynote

This commit is contained in:
light
2018-01-01 18:06:34 +08:00
5 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -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
```
+18
View File
@@ -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
```