Termux 高级终端使用配置

Termux 是一个 Android 下一个高级的终端模拟器, 开源且不需要 root, 支持 apt 管理软件包,十分方便安装软件包, 完美支持 Python PHP Ruby Go Nodejs MySQL 等。 一键部署脚本1bash -c "$(curl -fsSL https://raw.githubusercontent.com/ivitan/Shell/master/Termux/Termux.sh)"

Diary

Win10 开热点给手机科学上网

在 Windows 10 中使用 “飞机” 工具共享热点给手机实现手机科学上网,解决刷机后开机登录 Google 账号等问题。 方法电脑端 右键飞机托盘图标 –> 选项设置 –> 勾选 允许来自局域网连接 CMD –> 输入 ipconfig 获取 无线的IPV4地址 正常开启热点

Diary

ADB 与 Fastboot 常用命令

Adb 与 Fastboot 常用命令

Diary

解决 "npm err! cannot read property 'length' of undefined"

解决 Termux出现npm err! cannot read property ‘length’ of undefined 问题

Diary

Ubuntu 安装 Android Studio

Ubuntu安装Android Studio

Linux
12