apt-get

要充分发挥手机的作用,先给它安装个apt-get,之后就可以用apt-get来安装各种命令工具。


打开cydia,搜索apt,安装APT 0.6 Transitional。
之后可以:
apt-get install netstat
apt-get install ps


# 这个是使用iosOpenDev开发时,xcode把deb包安装到手机时,需要手机先具备的环境条件
apt-get install coreutils diskdev-cmds file-cmds system-cmds com.saurik.substrate.safemode mobilesubstrate preferenceloader


# 看log
apt-get install socat
socat – UNIX-CONNECT:/var/run/lockdown/syslog.sock 
>watch

你可能感兴趣的:(iOS)