Need your feedback
Site Search
-
Categories
- Actionscript (1)
- Django (28)
- iPhone (7)
- Javascript (12)
- Linux (13)
- Mac OS Basic (11)
- Misc (43)
- PHP (25)
- Python (2)
- Software Support (7)
- Uncategorized (1)
-
-
-
Tag Archives: iPhone
How to install command ping in iPhone
Install inetutils from Cydia or Huang-Jiang-Bins-iPhone-3:/var/mobile root# ping www.google.com sh: ping: command not found Huang-Jiang-Bins-iPhone-3:/var/mobile root# apt-get install inetutils Reading package lists… Done Building dependency tree Reading state information… Done The following NEW packages will be installed: inetutils 0 upgraded, … Continue reading
how to install ps command in iPhone
Just install adv-cmds from Cydia Example: Huang-Jiang-Bins-iPhone-3:/var/tmp root# ps -ef UID PID PPID C STIME TTY TIME CMD 0 1 0 0 0:02.48 ?? 0:02.84 /sbin/launchd 65 12 1 0 0:00.68 ?? 0:01.41 /usr/sbin/mDNSResponder -launchd 0 13 1 0 0:01.35 … Continue reading
install OpenSSH on iPhone and the default password for the default accounts
You can install OpenSSHd from Cydia. Search OpenSSH and install it. After that, you can connect to your iPhone via ssh, there are 2 users created for you, mobile and root. The default password is alpine, you should change that … Continue reading