iSH Shell,iOS下的Linux终端 - VConet‘s Blog.

iSH Shell,iOS下的Linux终端 - VConet's Blog.

其他参考

https://blog.csdn.net/xyzAriel/article/details/105497710

https://v2ex.com/t/718503

 

在安卓下有像“Termux”和“Neoterm”(已废)的终端,但iOS用户并没有安卓用户好

iSH is a project to get a Linux shell environment running locally on your iOS device, using a usermode x86 emulator.

“iSH是一个可以让你在iOS设备上本地化运行Linux shell环境的项目,使用usermode x86的模拟器” 渣翻

iSH Shell,iOS下的Linux终端 - VConet‘s Blog._第1张图片

以上已安装oh my zsh,darkblood主题和清华源

特有完整的Linux环境

iSH Shell,iOS下的Linux终端 - VConet‘s Blog._第2张图片

iSH Shell,iOS下的Linux终端 - VConet‘s Blog._第3张图片

一些没啥用的小教程:

#清华源
sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories

#安装/卸载软件包
apk add/del 
#更新/更新软件包
apk update/upgrade

安装oh my zsh(从gitee下载)

Github对于国内用户来说,时不时会抽风,有时就算能访问也下载不下来

此时Gitee就派上用场了[Gitee官方同步]

#先从gitee上下载下来安装脚本
wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh
#加权
chmod +x ./install.sh
#修改36到40行的“Default settings”
-# Default settings
-ZSH=${ZSH:-~/.oh-my-zsh}
-REPO=${REPO:-ohmyzsh/ohmyzsh}
-REMOTE=${REMOTE:-https://github.com/${REPO}.git}
-BRANCH=${BRANCH:-master}
#将REPO后面"ohmyzsh/ohmyzsh"换为"mirrors/oh-my-zsh"
#将REMOTE后面"github.com"换为"gitee.com"
./install

一些基本软件包

  • wget
  • curl
  • git
  • vim/neovim
  • nano
  • gcc
  • make
  • ......

官网:https://ish.app/

目前可以通过Testflight或AltStore下载安装,也可以通过源码编译安装

固定链接: https://www.vconet.top/2020/05/19/121/

 

 

你可能感兴趣的:(家庭网络改造)