Linux插件shellinabox结合翻译插件使用(以Chrome为例)
本次演示使用 Ubuntu-16.04-Server输入命令进行安装ubuntuubuntu:~$ sudo apt-get install openssl shellinabox编辑默认配置文件ubuntuubuntu:~$ sudo vim /etc/default/shellinabox内容如下:# Should shellinaboxd start automatically SHELLINABOX_DAEMON_START1 # TCP port that shellinboxds webserver listens on SHELLINABOX_PORT4200 # Parameters that are managed by the system and usually should not need # changing: # SHELLINABOX_DATADIR/var/lib/shellinabox # SHELLINABOX_USERshellinabox # SHELLINABOX_GROUPshellinabox # Any optional arguments (e.g. extra service definitions). Make sure # that that argument is quoted. # # Beeps are disabled because of reports of the VLC plugin crashing # Firefox on Linux/x86_64. SHELLINABOX_ARGS--no-beep -s /:SSH:192.168.200.200启动服务ubuntuubuntu:~$ sudo /etc/init.d/shellinabox start打开浏览器输入https://192.168.200.200:4200可以结合Chrome的翻译使用解决语言问题