Install Homebrew
http://mxcl.github.com/homebrew/
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
brew help
cd ~
mate .bashrc
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<match target="pattern"> | |
<test name="lang"> | |
<string>zh-tw</string> | |
</test> | |
<test name="family"> | |
<string>sans-serif</string> | |
</test> |
#!/bin/bash | |
########################################################################### | |
# Choose your ffmpeg version and your currently-installed iOS SDK version: | |
# | |
VERSION="2.0.2" | |
SDKVERSION="7.0" | |
ARCHS="armv7 armv7s i386" | |
# | |
# |
# | |
# Original version by Grant Parnell is offline (http://digitaldj.net/2011/07/21/trim-enabler-for-lion/) | |
# Update July 2014: no longer offline, see https://digitaldj.net/blog/2011/11/17/trim-enabler-for-os-x-lion-mountain-lion-mavericks/ | |
# | |
# Looks for "Apple" string in HD kext, changes it to a wildcard match for anything | |
# | |
# Alternative to http://www.groths.org/trim-enabler-3-0-released/ | |
# Method behind this madness described: http://forums.macrumors.com/showthread.php?t=1409151&page=4 | |
# See discussion in comments here: https://www.macupdate.com/app/mac/39654/lion-tweaks | |
# And here: http://forums.macrumors.com/showthread.php?t=1410459 |
gem sources --remove http://rubygems.org/ #删除源 | |
gem sources -a http://ruby.taobao.org/ #添加淘宝源 | |
gem sources -l #查看已有的源,确保只有淘宝的源就行了 |
#Here comes my tuning | |
# https://klaver.it/linux/sysctl.conf | |
# http://www.kegel.com/c10k.html | |
# http://www.metabrew.com/article/a-million-user-comet-application-with-mochiweb-part-1/ | |
# https://gist.github.com/243632 - vmsappiness | |
# http://blog.urbanairship.com/blog/2010/09/29/linux-kernel-tuning-for-c500k/ | |
# https://groups.google.com/forum/#!topic/nodejs/0Z34PH_R88o/discussion | |
# http://serverfault.com/questions/10852/what-limits-the-maximum-number-of-connections-on-a-linux-server | |
# http://fasterdata.es.net/fasterdata/host-tuning/linux/ |
package main | |
import ( | |
"encoding/csv" | |
"net/http" | |
"html/template" | |
"fmt" | |
"strconv" | |
) |
### INSTALLATION NOTES ### | |
# 1. Install Homebrew (https://github.com/mxcl/homebrew) | |
# 2. brew install zsh | |
# 3. Install OhMyZsh (https://github.com/robbyrussell/oh-my-zsh) | |
# 4. brew install reattach-to-user-namespace --wrap-pbcopy-pbpaste && brew link reattach-to-user-namespace | |
# 5. Install iTerm2 | |
# 6. In iTerm2 preferences for your profile set: | |
# Character Encoding: Unicode (UTF-8) | |
# Report Terminal Type: xterm-256color | |
# 7. Put itunesartist and itunestrack into PATH |
Install Homebrew
http://mxcl.github.com/homebrew/
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
brew help
cd ~
mate .bashrc