Linux批量删除文件
以删除令人厌恶的 .DS_Store 文件为例:
find . -name .DS_Store -exec rm -f {} \;
该 find 命令查找文件名为 .DS_Store 的文件,并将这些文件替换到 {} 部分从而进行删除。
‘;’ 前的参数都作为 rm 的参数, ‘\’ 则是对 ‘;’ 进行 escape。
Categorized in: Operation Systems · Tagged with: Linux, mac, OS
如何更改Mac程序的图标
若要更改项目的图标: 选择要更改其图标的宗卷、应用程序、文件夹或文件,单击图标即可将其选中。 在文件菜单中,选择查看简介或按 Command-I 打开“简介”窗口。 单击“简介”窗口左上角的图标将其选中。 在编辑菜单中,选择拷贝,或按 Command-C。 选择要替换其图标的宗卷、应用程序、文件夹或文件。 在文件菜单中,选择查看简介,或按 Command-I。 单击左上角的图标。 在编辑菜单中,选择粘贴,或按 Command-V,替换该图标。
Categorized in: Operation Systems · Tagged with: Apple, mac, OS
Mac 上的免费编辑器
看到有那么多人找taxtmate注册码,那么我就把我所知道的可以免费使用的编辑器列出来: Tex-Edit Plus:这是一款共享软件,但作者允许使用无时间限制的trial版本。这款编辑器做的很小巧,唯一不足的是不支持tab和语法高亮,恐怕程序员们不会喜欢用。 Smultron:apache licence v2.0,所以可以放心大胆的使用,而且支持语法高亮和tab。 TextWrangler:免费,BBEdit的一个分支 Komodo Edit:重量级了,要30几兆 jEdit:哈哈,Java写的,估计一般人不会喜欢用它 其它:vim,emacs,xcode,etc
Categorized in: Operation Systems · Tagged with: mac, OS
好不容易找到的 Textmate 1.5.5 注册码
本文已被删除,因为考虑到版权问题。 我们要尊重知识产权,我的 mac 上的该软件也一并删除,改用开源或免费软件。
Categorized in: Operation Systems · Tagged with: Apple, mac, OS
炸掉你的Mac - bullet
今天发现了一款有意思的软件。记得以前在大学的时候,大家玩过一种软件,可以把自己的屏幕炸的乱七八糟的。bullet就是一款mac平台上的小玩具,让你在无聊的时候,可以对着自己的电脑屏幕发泄一番,寻找心理平衡点。
Categorized in: Operation Systems · Tagged with: Apple, mac, OS
你看过Steve Jobs秀舞吗?
看了这个题目,你一定会被吓一大跳。呵呵,其实这一点都不难,想让他跳就得跳,这不,国外一个老兄编写了一个iTunes的插件,让你在iTunes上边听歌边看Steve Jobs跳舞,虽然有点傻傻的。 http://www.memention.com/js/ Download Jumping Steve 1.2 Now Universal Binary[Note! There is a problem running in fullscreen on Macbook. Uncheck in Preferences/Advanced, last in dialog] 1.2 Universal version 1.1 Added iPod silhouette 1.0 First version Install Download and place the JumpingSteve.bundle in /Users/username/Library/iTunes/iTunes Plug-ins and restart iTunes
Categorized in: Operation Systems · Tagged with: Apple, mac, OS
Mac上的英汉词典
目前在mac上装了Atomix Dojam X SC,但总感觉翻译的不权威、不够全面。在网上搜索到了如下几款: LiveDictionary - 这是基于safari的一款词典插件,看来只能在浏览器里用了. Stardict: 这是由国内开发人员所写的一套优秀的英汉-汉英软件,很好用,在Linux平台时就常常用它,但在tiger下启动不了,不知是否是该版本只支持leopard CEDICT:从它的网站上下载的东西也无法安装,不知道怎么搞的
Categorized in: Operation Systems · Tagged with: Apple, mac, OS
Strange with my Mac
A few minutes ago, my mac did not run as normally as before. It lost its mouse focus that you can not click by mouse, except keyboard. At that time, i ran FireFox 3.0, NetBeans 6.01, Eclipse, SongBird. Its annoying to reinstall OS, and meanwhile, there are many useful materials on this laptop.The only option [...]
Categorized in: Operation Systems · Tagged with: Apple, mac, OS

(
(4.00 out of 5)