惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
爱范儿
爱范儿
MongoDB | Blog
MongoDB | Blog
腾讯CDC
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
Engineering at Meta
Engineering at Meta
C
Check Point Blog
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
WordPress大学
WordPress大学
博客园 - 司徒正美

MoeShin

Alpine 下各语言的大小 - MoeShin 碧蓝档案日服模拟器体验 - MoeShin 域名邮箱记 - MoeShin Xposed Hook 替换类 - MoeShin XPosed Hook 子类重写的方法,并调用父方法 - MoeShin PowerShell [ ] 转义 - MoeShin Windows Terminal + MSYS2 + ZSH 配置 Cmder 修改 λ 标记 - MoeShin MAC IDEA 中 Git GPG 签名失败
iOS iSH 笔记 - MoeShin
作者: MoeShin · 2021-02-17 · via MoeShin

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