标签 ios 下的文章

iSH 是模拟 x86,在我的 7P 上有点卡卡的

SSH

apk add openssh openrc

# 参考:
# https://github.com/ish-app/ish/issues/740#issuecomment-719826512
# https://github.com/ish-app/ish/wiki/How-To-Enable-OpenRC-&-Start-Services-When-iSH-App-Starts
sed -i 's#::sysinit:/bin/openrc sysvinit#::sysinit:/bin/openrc' /etc/inittab
rc-update add sshd # 随软件自启

# 启动 sshd
service sshd start

切到后台基本不能工作。息屏的话进程会挂掉,需要 service sshd restart

Zsh

apk add zsh zsh-vcs

还是有亿些问题,勉强用

参考:https://stackoverflow.com/a/60143105/10188914

默认 Shell

修改 /etc/passwd

参考

https://zhuanlan.zhihu.com/p/299824345

阅读全文