tag 越来越强大,当你电脑里的资料越来越多时。
恨不幸 Punakea 已经收费了。
不过找到了另外一款免费软件,而且在某些方面是我认为完全超越同类软件的。今天的主角 TagoMan2 v0.1 。没错, v0.1。兼容10.6,而且几乎所有的东西都能很方便的被tag。


另外一个可以配合起来用的,Fresh。这款软件添加tag比较弱,但是搜索比 tagoman2 强一些。如果你是 macheist.com 的用户,那么这款软件也是免费的了。

tag 越来越强大,当你电脑里的资料越来越多时。
恨不幸 Punakea 已经收费了。
不过找到了另外一款免费软件,而且在某些方面是我认为完全超越同类软件的。今天的主角 TagoMan2 v0.1 。没错, v0.1。兼容10.6,而且几乎所有的东西都能很方便的被tag。


另外一个可以配合起来用的,Fresh。这款软件添加tag比较弱,但是搜索比 tagoman2 强一些。如果你是 macheist.com 的用户,那么这款软件也是免费的了。

iPhone/Privacy.A ------iphone病毒。

iPhone/Privacy.A同样是透过ikee蠕虫所针对的漏洞,可存取任何未更改原始密码的破解版iPhone或iPod touch装置。
继Sophos日前揭露首只名为ikee的iPhone蠕虫后,专门开发Mac安全程式的Intego在周二(11/10)指出,他们发现了另一个锁定iPhone的黑客工具,可用来窃取使用者储存于iPhone上的个人资料。
Intego将此一骇客工具命名为iPhone/Privacy.A,同样是透过ikee蠕虫所针对的漏洞,可存取任何未更改原始密码的破解版iPhone或iPod touch装置。
当黑客连结到一支破解版iPhone时,就可偷偷地复制使用者的电子邮件、名片夹、短信、纪事本、照片、影片、音乐档案,以及所有iPhone应用程式所储存的资料。有别于ikee蠕虫只是更换iPhone的桌面,iPhone/Privacy.A更具侵略性。
Intego表示,该工具很容易安装,而且适用于Mac、PC、Unix或Linux等作业系统,黑客甚至可以在网咖、零售商店的电脑或是自己的iPhone上安装该工具以搜寻附近的破解版iPhone。
Intego警告,透过上述程序让破解版iPhone陷入极大的安全风险,估计市场上约有6~8%的iPhone被破解。
近来传出的多起iPhone被黑事件都是锁定破解版iPhone,未执行破解的iPhone并未受到波及。
至于如何防治,就是更改默认密码。请参阅 如何更改iphone默认root密码
译文慢慢来。以下是原文。
How To Change the iPhone’s Root Passwordby PATRICKJ on NOVEMBER 5, 2009 · COMMENTS (47)
in IPHONE JAILBREAK, IPHONE TIPS AND TRICKS
This week we’ve seen stories all around the web about a Dutch hacker’s demo of how easy it is to gain access to an iPhone when it is jailbroken, running the SSH service, and has not had its default admin-level passwords changed.
These stories were a great reminder that we should all make a habit of changing the default passwords for the iPhone’s two primary admin accounts (usernames mobile and root) – as once somebody gains root level access to an iPhone, all sorts of bad things can happen.
Read on for some easy instructions on how to change your default passwords on the iPhone …
How To Change The iPhone’s Default Admin Account Passwords:
*** These instructions assume you are running iPhone OS 3.0 or above on your device – other firmware versions may vary in their default passwords. You also, of course, need to be jailbroken, and running the SSH service if you wish to use one of the methods that connect to the iPhone via a PC to make the changes.
You can use applications on the iPhone itself or on your PC to make these password changes. Please note – you only need to use one of these methods, not all three. Here are three walk-throughs for three common apps on iPhone, Mac, and PC:
On the iPhone:
The app to use on the iPhone is called MobileTerminal and it’s available for free in the Cydia store.
Once you have MobileTerminal installed, launch it and you should see a prompt saying this or similar:
iPhoneName: ~ Mobile$
* At that prompt, type: passwd
* You’ll be prompted for the ‘old’ (current) password for the mobile user. Enter this as the old password: alpine
* You’ll then be prompted to enter the new password – so just type in your desired new password. Use good password principles if possible (long and stong). You will not see characters appearing on the screen as you type – that’s normal, not a concern.
* You’ll then be prompted to re-enter the new password. Do that.
* You should then be returned to the Mobile$ prompt that you started on when opening the MobileTerminal app. There’s no success message to say the password was changed – but if you’re returned to the prompt and do not get an error, the change was successful. And you’re done with change for the mobile account.
* The second primary admin account for the iPhone is called root – so now you need to change that as well.
* Type this to switch to the root user: login root
* You’ll be prompted for the root user’s current password. Enter this: alpine
* Type this to start the password change routine again: passwd
* Enter the old password for root (it is ‘alpine’, same as for the mobile user) and enter your desired new password twice, just as you did for the mobile account
Done.
On a Mac:
* Find your iPhone’s IP address so that you know where you need to connect to. To do this, go to the Settings app > WiFi > tap on the blue arrow to the right-hand side of the WiFi network you’re currently on (the one with a check next to it) > make a note of the IP Address entry listed there.
* On many home WiFi networks the address will be something like 192.168.1.x – so we’ll use that in the command instructions below – remember to use your own IP address when doing this though.
* Use the Terminal app or your favorite replacement for it (I use iTerm) and open a new window
* Type this to connect as root to your iPhone: ssh root@192.168.1.x
* You’ll be prompted for the root user’s current password. Enter this: alpine
* Type this to start on changing the password for the root user: passwd
* Type the old password (alpine) and new password (twice) as per the instructions above for the iPhone.
* Once you have changed the root user’s password, type this to switch to the mobile user: login mobile
* Type this to start the password change for this user: passwd
* Type the old password (alpine) and new password (twice) as per the instructions above for the iPhone.
* Type this to end your remote session with the iPhone: exit
Done.
On a Windows PC
* Find your iPhone’s IP address so that you know where you need to connect to. To do this, go to the Settings app > WiFi > tap on the blue arrow to the right-hand side of the WiFi network you’re currently on (the one with a check next to it) > make a note of the IP Address entry listed there.
* On many home WiFi networks the address will be something like 192.168.1.x – so we’ll use that in the command instructions below – remember to use your own IP address when doing this though.
* Use Putty (free to download on the web) or your preferred app to make an ssh connection to the iPhone
* Use 192.168.1.x (your iPhone’s IP address) as the host name or server name to connect to. Choose ssh as the connection method, SFTP as the protocol, and 22 as the port number.
* Use the username root to connect with and alpine as its password
* When you have connected and have a terminal window open type this to start your password change for the root user: passwd
* Type the old password (alpine) and new password (twice) as per the instructions above for the iPhone.
* Once you have changed the root user’s password, type this to switch to the mobile user: login mobile
* Type this to start the password change for this user: passwd
* Type the old password (alpine) and new password (twice) as per the instructions above for the iPhone.
* Type this to end your remote session with the iPhone: exit
* Done.
As you can see, these are easy and fast steps to take. If you’re running your iPhone jailbroken and using the SSH service it’s very worthwhile to make these changes to the default passwords. Even if you do not use SSH, keep in mind that other core iPhone services may have security holes and exploits in future – so the password change is a good idea all the way round.
If you are using SSH, another good practice is to keep the service always toggled off except when you are using it for file transfers or similar activities, and to get in the habit of shutting it off as soon as you’re finished working with it. The easiest way to do this is to use the excellent SBSettings app, to have a quick one-tap toggle on/off for SSH and other key services.
http://www.douban.com/group/topic/7953506/
http://zuotui.com/useful-websites/niu-x-5-online-music-search-engine.html
左腿网介绍的下面这些音乐搜索引擎,并不是指传统的音乐搜索。传统的音乐搜索是通过匹配歌曲、歌手名或歌词内容而返回相关结果,本质上,它们依然只是一种文本搜索,比如Google的音乐搜索功能或百度mp3搜索等。这里要介绍的是真正意义上的音乐搜索引擎,即”用音乐搜索音乐”。我们经常都会有这样的经历:某天坐公车上班时,电台里播放了一首很好听的歌,但你不知道它的歌名,你只记得一小段旋律和一两句不太确定的歌词而已。当然,如果你记得足够多正确的歌词,你就可以上网把相关的歌曲找出来。但通常的结果是等你下班回家再想起这件事时,留在脑海里的可能只剩下几个音符了。怎样才能把歌曲给找出来呢?可不可以自己对着电脑的麦克风哼一小段甚至是直接用键盘弹几下就能找到想要的歌曲呢?这就是下面的音乐搜索引擎试图要实现的。 [从1到5,是专业的音乐搜索引擎,从6到10是国内比较好的在线听音乐的网站;如果你只是想方便的听一些自己喜欢的歌,那么我建议你,从6-10之间选择吧]
1.Midomi 这是由Philipp介绍的一个音乐搜索引擎,它的最大特点是允许你自己对着电脑麦克风哼唱一小段歌曲旋律,然后它会根据这些声音把相关的歌曲给找出来。歌曲可以是歌手的原唱作品,也可以是该网站用户翻唱的版本。Midomi的拿手好戏,正是此次谷歌音乐缺席的“哼歌搜索”。而且它的使用特别简单,只要首先点击页面最上方的“Click and Sing or Hum”按钮,然后在弹出的Flash窗口中点击“允许”。接下来再通过麦克风将自己想要的歌曲清唱出来(嘿嘿,不会词也没关系,只要把节奏哼出来就行),30秒钟之后,网站会自动停止录制并开始进行旋律比对。稍后,一个根据哼唱结果匹配出来的歌曲列表会自动显示出来,而列表顶端往往就是那个曾让自己千寻万找的曲子,倍儿神奇!
2.SongTapper 你甚至可以只敲打键盘上的空格键,把心中的歌曲的大概节奏给敲出来即可,它会帮你把相关歌曲找出来。当然,如果有条件,敲打节奏的同时大声地跟着唱一小段,对于找到更准确的结果还有进一步的帮助。
3.TuneSpotting 你可以通过键盘把音乐旋律弹出来,如果你备具足够的音乐知识,你还可以直接把准确音符给写出来,以更好地搜索相关的音乐。如果你不想这么麻烦,直接在该网站上听听它的音乐数据库里的不同旋律也是不错的选择。
4.ThemeFinder 这个音乐搜索引擎只面向具备专业音乐知识的用户,因为你要准确地输入相关的音乐参数才能进行搜索。
5.Musipedia 开放式的音乐百科。你可以在Musipedia上面通过使用钢琴键盘弹奏旋律、哼唱歌曲或者单纯在键盘上敲打节奏来搜索音乐,当然,你还可以直接输入准确的音符来搜索,感觉就像是上面几种音乐搜索引擎的功能集合一样。
6.亦歌 “亦歌”是一款基于Flash技术构建的在线播放器,界面极富美感。除了能为我们提供基本的歌曲搜索服务之外,最大的特点是能够自动学习用户的喜好。简单来说,当我们遇到一些喜欢听或者不喜欢听的歌曲时,往往会表现出不同的反应(比如喜欢的歌曲会一直听到尾或者重新再听,而不喜欢的曲子往往会直接跳过等等)。而“亦歌”正是通过对这些行为进行记录,综合分析用户喜欢的歌曲类型,最后再根据分析结果将最符合用户口味的歌曲推送过来。这样用不了多久,您就会发现亦歌推荐的歌曲越来越符合自己的喜好。当然在此之前,您最好还是注册一个账号,以便能够随时随地尽享这样的待遇。
7.Yamelo 不同时期总会流行不同的经典,有时听听老歌,也许会让紧绷的心情松弛下来。而Yamelo就是这样一个能够帮我们找寻“经典”的网站,它的最大特点是那个出现在页面顶端的时间刻度杆,使用时只需点击一下要查询的年度和月份,稍后网站会自动将当时最经典的单曲名称列示出来。除了可以在左侧视频区直接点击,还可以利用右边栏的艺术家面板进行检索(使用页面内查找便是一个比较快捷的方法)。最后选择好自己要听的歌曲,点击一下就可以激活网页顶端的视频窗口开始播放了。令人遗憾的是,目前Yamelo还只能提供包括美国、英国、荷兰、德国、日本在内的少数几个国家的歌曲搜索,看来要想听到咱们自己的流行歌曲,还是要等些时日的。
8.Last.fm 如果说Yamelo无法查找国内歌曲而让人略感遗憾的话,那么Last.fm就不会再有这样的问题了。不过它的拿手好戏可不是查找什么经典老歌,而是帮助我们推荐一些风格相似的歌手。具体使用很简单,首先注册一个Last.fm账号,然后将自己喜欢的歌手名称(注意不是歌曲名称!)填写进去,稍后网站会自动在右边栏推荐一些与该歌手风格相近的艺术家。值得一提的是,这样的推荐绝不仅仅局限于搜索页面,事实上在Last.fm的任何一个角落,我们都能体会到类似的贴心服务。而且在歌手的个人页面中,网站还会自动显示出该歌手最受网友喜爱的单曲名称,一般来说经过这样筛选过的曲子往往最能适合我们的口味,这可要比传统的随机播放“聪明”多喽!
9.芋头电台
人的心情是个很奇妙的东西,心烦意乱时常常喜欢找些快曲提振情绪,不过对于这种没有明确名称的查找,传统搜索引擎往往感觉十分吃力。而在“芋头电台”中,我们却只要首先进入选歌面板,点击底端工具栏上的“心情”按钮,然后就可以通过对话框中的不同按钮随意设定自己的心情(如果感觉默认的“心情”选项太少,还可以点击“更多”链接进入丰富的“心情”标签进行选择)。稍后网站会自动建立一个音乐电台(其实就是一个播放列表),而这里的歌曲也全都是根据用户当前的心情选定。此外我们也可以利用工具栏上其他按钮,来实现曲风、歌曲、歌手等方面的定向搜索。只不过目前U2.FM只支持国外歌手(虽然可以输入中文,但却无法查到结果),而这恐怕也是这款网站留给我们的最大遗憾了。
10.Yobo 试了这么多音乐搜索引擎,还得说这款Yobo最有“科技感”,和其他网站单纯判断用户操作不同,Yobo会直接通过一组问卷了解我们的喜好。而试卷的内容也很有趣,很多都是一些与歌曲欣赏八杆子打不着的问题,不过最后的报告还是比较准确的,至少比较符合俺的风格。做完音乐DNA测试之后,Yobo便自动将最有可能的符合用户口味的歌手,列示在搜索框下方。而且它的面板也很华丽,除了能够提供给用户最基本的播放控制、歌词显示之外,还允许我们通过歌曲图标上悬停的喜好按钮进行评价。当然评价的结果会直接被Yobo记录,用来让网站更深入地了解我们的喜好。
http://www.macheist.com/
1、ShoveBox捕获所有小零碎的信息,您可以现在不采取行动,而是不能忘记。它坐落在您的菜单,等着你拖动文字,图片,网址,等等。它使难以置信的容易获得的数据英寸只要将它在从附近的任何程序,或使用QuickJot键入之前,您有机会忘记。当你为空气, ShoveBox还提供了一个明智的界面进行排序,您推倒在白天进行。和建立强大的进口规则,您可以大幅减少更多...思想,就必须这样做以后。这是关于花更少的时间处理更多的时间和实际做的事情。
2、Writeroom 让写作变得安宁更多值得关注:喜欢写东西的人,希望有个安静的环境,没有外界干扰,我们平常使用Pages ,Word 或者Blog的时候,总会被屏幕上繁芜的背景以及功能按钮弄花了眼。 Writeroom,一个25美金的软件,正是为了让我们的写作环境回归到Dos时代而打造的。
运行程序后很简单,黑色的背景(可以自定义颜色),绿色的提示符(可以自定义文字颜色和字体),没有任何附加的料。就这样简单,而且支持.doc,.rtf, .html等文件格式。
3、Twitterrific这是一款 Mac OS X 上的 Twitter 客户端,Iconfactory 出色的设计功底给 Twitterrific 带来极大的视觉上的享受与实用功能。
4、TinyGrab多功能的抓圖軟體。自動將你抓圖的圖檔上傳,並將URL複製到剪貼簿,方便你分享你的截圖。
5、Hordes of Orcs魔兽部落,塔防游戏
6、Mariner Write非常理想的文書處理軟體 国内最大的苹果电
下次按 command+ shift + 4 截图时,试试看按一下空格键。会自动选择当前的窗口来截图,包括圆角,而且很准确,又干净。。。。
偷懒,直接贴过来。希望stanley不要介意!
如何清除硬碟並安裝全新的10.6 Snow Leopard | MacUknow: "
首頁
新聞
教學
必備軟體
軟體
硬體
Stanley部落格
連結
討論區
路徑進階分類教學 / 如何清除硬碟並安裝全新的10.6 Snow Leopard
如何清除硬碟並安裝全新的10.6 Snow Leopard
By stanley - Posted on 03 九月 2009
蘋果這次推出NT1090元的升級版 10.6 Snow Leopard,事實上就是零售版本的10.6,換句換說,也就是可以讓你自由地灌在任何Intel核心的Mac上,而不會去偵測你的硬碟裡是否有前一版的作業系統。
因此,以下這篇文章,就是要和你分享如何’清除硬碟’,然後乾淨地安裝10.6。
安裝前建議
在升級作業系統之前,強烈建議你參考以下的文章:
至於Boot Camp的Windows部分,只要清除磁碟時,不要選到Boot Camp磁區,應該就不會有問題,不用擔心。
開始安裝10.6 Snow Leopard
準備好開始安裝新的作業系統後,您需要的就是10.6 Snow Leopard光碟,這次的外盒已經沒有X字樣,而是目前瀕臨絕種的雪豹,以零售版才NT1090的價格,個人認為,買來收藏的價值高於10.5阿~
盒中的內容物不多,就是光碟片、說明書和Apple貼紙一張
開機之後,放入光碟後,按著鍵盤上的C鍵。或者,你也可以按住Option鍵,就會出現以下的選項,請選擇Mac OS X Install DVD
再來,用光碟開機後,先選定您要顯示的語言
清除你的磁碟
接著,點選上方的’工具程式’>>’磁碟工具程式’
點選你的硬碟之後,點選右邊的’分割’,選擇完你的分割區後,再點選下方的’選項’(如果你將來要用Boot Camp來灌Windows,請先選1個分割區。另外,如果你本來硬碟就有一個Mac磁區,一個Boot Camp磁區,你想要保留原本Boot Camp裡的windows,請選擇Mac磁區,然後點選右邊的’清除’即可,清除完並就可以結束磁碟工具程式。)
在選項的設定中,請選擇GUID磁碟分割區表格 。點選好之後,再點選套用。
分割完畢之後,點選左上方的磁碟工具程式>>結束磁碟工具程式。
自定安裝項目
接下來您可以點選下圖中的'自定',有些內容可以不用安裝,這樣可以省下不"
从2.0到3.0,一直在越狱中,安装无数app,最后发现使用频率最高的只有两款:ToyCamera和QudaCamera。
这两款app真的很不错,于是在今天重新刷回官方固件后,第一次在iTunes付费买了这两款app。
特此纪念从此步入“非正常iphone大陆玩家”行列。

这个世界就是这样,两极分化,当很多民工兄弟都在用几百元山寨iPhone的时候,那些有钱人正在用这个超奢华iPhone 3G。是由Sayn Design 推出的,黄金外壳,18K镀金,再搭上完美切边钻石,全部由德国手工技师完成,搭配合适的主题,总共是500部限量供应。
我想说,F#JO#INSKFD)W※◎(×#※!!是的,如果我非常有钱,也不会买,因为男人用金色太丑了。还有,对电子设备崇拜到这种份上,真是人类的悲哀。