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 变量设置为其他值。