Skip to content

Instantly share code, notes, and snippets.

View fivesmallq's full-sized avatar
🎯
Focusing

fivesmallq fivesmallq

🎯
Focusing
View GitHub Profile
Enable Shared Folders on vmware Fusion (4.x)+ (Example OS: Linux Ubuntu 12.x as guest OS)
1. First update your linux system:
sudo apt-get update
sudo apt-get install -y build-essential
sudo aptitude -y safe-upgrade
2. Reboot your system just in case you have a new kernel
sudo shutdown -r now
@fivesmallq
fivesmallq / definitions.json
Created January 8, 2014 04:19
rest client init json.
{
"requests":[
{"key":"Accept","desc":"Content-Types that are acceptable.","example":"Accept: text/plain"},
{"key":"Accept-Charset","desc":"Character sets that are acceptable","example":"Accept-Charset: utf-8"},
{"key":"Accept-Encoding","desc":"Acceptable encodings","example":"Accept-Encoding: <compress | gzip | deflate | identity>"},
{"key":"Accept-Language","desc":"Acceptable languages for response","example":"Accept-Language: en-US"},
{"key":"Authorization","desc":"Authentication credentials for HTTP authentication","example":"Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="},
{"key":"Cache-Control","desc":"Used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain","example":"Cache-Control: no-cache"},
{"key":"Connection","desc":"What type of connection the user-agent would prefer","example":"Connection: close"},
{"key":"Cookie","desc":"an HTTP cookie previously sent by the server with Set-Cookie","example":"Cookie: $Version=1; Skin=new;"
@fivesmallq
fivesmallq / Ignored-URLs.txt
Last active December 11, 2015 00:19
vichrome 配置
http*://mail.google.com/*
http*://www.google.co*/reader/*
http*://docs.google.com/*
http*://www.google.com/calendar/*
http*://www.qingcloud.com/*
http*://pbsz.ebank.cmbchina.com/*
http*://console.qingcloud.com/terminal/*
http*://www.taobao.com/*
http*://www.alipay.com/*