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

推荐订阅源

有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
博客园 - 【当耐特】
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
B
Blog RSS Feed
腾讯CDC
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
DataBreaches.Net
The Cloudflare Blog
V
V2EX
S
SegmentFault 最新的问题

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