Skip to content

Instantly share code, notes, and snippets.

@Bigcircle
Created August 2, 2012 06:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bigcircle/3234381 to your computer and use it in GitHub Desktop.
Save Bigcircle/3234381 to your computer and use it in GitHub Desktop.
mac 技巧

some tips and install on mac

tips

  • 识别 NTFS 格式 U 盘 / 移动硬盘,paragon for ntfs
  • 关闭/调低开机音乐 下载 StartupSoundPrefPane 安装之
  • Shift + F11/F12 调整声音时没有嘟嘟音
  • Shift + Option + F11/F12 1/4微调声音
  • 显示/隐藏 隐藏文件 -- defaults write com.apple.finder AppleShowAllFiles -bool true / false
  • 显示/隐藏 dashboard -- defaults write com.apple.dashboard mcx-disabled -boolean YES / NO (killall Dock)

spotlight

关闭 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
开启 sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
--- 隐藏图标 
cd /System/Library/CoreServices/ 
sudo mv Search.bundle/ Search2.bundle/
退出 SystemUIServer 进程
--- 显示图标
cd /System/Library/CoreServices/ 
sudo mv Search2.bundle/ Search.bundle/
退出 SystemUIServer 进程

wow之最简单运行方法

  1. 下载美服运行程序 http://www.x-only.net/Article/148.aspx
  2. 删除下载文件中 World Of Warcraft.app 将 64位 那个app中64去掉
  3. 将一份win7下最新都客户端(4.3.4-15595)中.exe .dll文件都删除 (删不删无所谓,这些文件在mac下用不着)
  4. 将下载内容cp到wow文件夹中,会覆盖WoW.mfil 和 WoW.tfil 2个文件
  5. 运行 launcher.app 会有27M必要更新,更新之后运行即可
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment