<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[删除iphone/ipad正在载入或等待中的程序，及给Ipad安装FTP服务器后上传的位置]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[生活笔记]]></category>
<pubDate>Sat, 15 Dec 2012 07:15:20 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	我的操作，SSH连接上去后：<br/><textarea name="code" class="php" rows="15" cols="100">
jackxiangsmato-iPad:/private/var/mobile/Media root# mv Downloads/* download_bak/.
jackxiangsmato-iPad:/private/var/mobile/Media/Downloads root# reboot
</textarea><br/>将download文件夹里的文件manifest.plist删除，重启即可 <br/><br/>默认上传在这儿：<br/>./private/var/mobile/Applications/80D2F546-BEDA-4076-8744-C25C22C0200C/Documents/<br/>天天动听：<br/>./private/var/mobile/Applications/C7D04AFC-3831-4B7F-83C4-D88AB0185C51/Documents/<br/><br/>QQMusicPad先放这儿:<br/>/private/var/mobile/Applications/DB55E674-3398-4E0F-B562-7BE03857B9F3/Documents<br/><br/>重新建立一个目录，做软链接，防止删除天天动听一块删除了歌曲：<br/>全放这儿：/private/var/mobile/Media/Music/HighqualityMusic<br/>mv /private/var/mobile/Applications/DB55E674-3398-4E0F-B562-7BE03857B9F3/Documents/* /private/var/mobile/Media/Music/HighqualityMusic/.<br/>再软链接：<br/>rm -Rf /private/var/mobile/Applications/C7D04AFC-3831-4B7F-83C4-D88AB0185C51/Documents/<br/>ln -s /private/var/mobile/Media/Music/HighqualityMusic&nbsp;&nbsp; /private/var/mobile/Applications/C7D04AFC-3831-4B7F-83C4-D88AB0185C51/Documents<br/><br/><br/><br/><br/>首先安装一个hostname命令测试一下：<br/>zhouzhoumato-iPad:~ root# apt-get install hostname<br/>Reading package lists... Done<br/>Building dependency tree<br/>Reading state information... Done<br/>Note, selecting inetutils instead of hostname<br/>The following NEW packages will be installed:<br/>inetutils<br/>0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.<br/>Need to get 0B/212kB of archives.<br/>After this operation, 889kB of additional disk space will be used.<br/>Selecting previously deselected package inetutils.<br/>(Reading database ...<br/>dpkg: serious warning: files list file for package `com.chronic-dev.greenpois0n.corona&#039; missing, assuming package has no files currently installed.<br/>2261 files and directories currently installed.)<br/>Unpacking inetutils (from .../inetutils_1.6-8_iphoneos-arm.deb) ...<br/>Setting up inetutils (1.6-8) ...<br/>zhouzhoumato-iPad:~ root#<br/> <br/>安装ping命令：<br/>zhouzhoumato-iPad:~ root# apt-get install ping<br/>Reading package lists... Done<br/>Building dependency tree<br/>Reading state information... Done<br/>Note, selecting inetutils instead of ping<br/>The following NEW packages will be installed:<br/>inetutils<br/>0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.<br/>Need to get 0B/212kB of archives.<br/>After this operation, 889kB of additional disk space will be used.<br/>Selecting previously deselected package inetutils.<br/>(Reading database ...<br/>dpkg: serious warning: files list file for package `com.chronic-dev.greenpois0n.corona&#039; missing, assuming package has no files currently installed.<br/>2261 files and directories currently installed.)<br/>Unpacking inetutils (from .../inetutils_1.6-8_iphoneos-arm.deb) ...<br/>Setting up inetutils (1.6-8) ...<br/> <br/>测试ping命令：<br/>zhouzhoumato-iPad:~ root# ping<br/>ping: missing host operand<br/>Try `ping --help&#039; or `ping --usage&#039; for more information.<br/>zhouzhoumato-iPad:~ root#<br/>说明命令已经安装成功了。<br/> <br/>使用ping命令测试网络：<br/>zhouzhoumato-iPad:~ root# ping www.baidu.com<br/>PING www.a.shifen.com (119.75.218.77): 56 data bytes<br/>64 bytes from 119.75.218.77: icmp_seq=0 ttl=52 time=31.919 ms<br/>64 bytes from 119.75.218.77: icmp_seq=1 ttl=52 time=40.037 ms<br/>^C--- www.a.shifen.com ping statistics ---<br/>2 packets transmitted, 2 packets received, 0% packet loss<br/>round-trip min/avg/max/stddev = 31.919/35.978/40.037/4.059 ms<br/>zhouzhoumato-iPad:~ root#<br/> <br/>使用apt-get的一些操作：<br/>所以使用apt-get去执行一些相关的安装、更新、删除软件的动作很方便。这样更新安装后iphone或ipad就可以像完整的linux系统一样工作了。<br/>apt-get的安装： apt-get install 软件包名<br/>apt-get的更新：apt-get update 软件包名<br/>apt-get的删除：apt-get remove 软件包名
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 删除iphone/ipad正在载入或等待中的程序，及给Ipad安装FTP服务器后上传的位置]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>