itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐

Home Page:https://itgoyo.github.io/500Days-Of-Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

威联通安装nohup

itgoyo opened this issue · comments

威联通的环境变量地址:

PATH=/opt/bin:$PATH

wget http://bin.entware.net/other/Entware_1.00std.qpkg
 
sudo sh Entware_1.00std.qpkg
 
export PATH=/opt/bin:$PATH
 
sudo opkg update
 
sudo opkg install coreutils
 
sudo opkg install coreutils-nohup
 
nohup

 1007  sudo sh Entware_1.03std.qpkg 
 1008  /opt/bin/nohup python3 client-psutil.py &