群晖后台安装 ipkg 包管理 和 screen

wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
sh syno-i686-bootstrap_1.2-7_i686.xsh
ipkg update
ipkg install screen

 如果出现错误 

Cannot find termcap entry for 'xterm-256color'

修复:运行TERM=xterm screen而不是screen.

收到错误是因为在您的 mac 上您有TERM=xterm-256color,并且 xterm-256color 不在远程机器的 termcap 中。从另一台计算机连接时不会出现错误,因为它的 TERM 变量设置为其他值。

posted on 2022-10-18 23:12  震撼起飞  阅读(1177)  评论(1)    收藏  举报

导航