need PK compat. v4.5 (can do v2.1)

If you are getting this error need PK compat. v4.5 (can do v2.1) from unzipping a zip file in command line, or been stuck in the zip cpgz cycle, the reason is that the zip file was created by PKZIP, but the unzip binary in osx cannot uncompress that. All you need is to install p7zip. brew install p7zip If you got permission issues Could not link p7zip. Unlinking…, then you will need to temporarily open up some of your directories. ...

December 30, 2013 · 1 min · birdchan

深宵小巴

[youtube &w=640&h=360] 雞髀,有時誤作(雞脾),是整隻雞最多肉的部位,其肉多而瘦,富有雞鮮味,肉質頗堅實,可分為雞上腿和雞下腿。 在香港,雞髀有多種食用方法,例如油炸、鹵水、燒烤等。 --維基百科 Chicken leg, the part of a chicken that has the most flesh. The flesh is tender. In Hong Kong, there are many ways to cook chicken legs. They can be deep fried, marinated, barbecued etc. -- wikipedia Ref: http://zh.wikipedia.org/wiki/雞腿 http://zh-yue.wikipedia.org/wiki/雞髀

December 30, 2013 · 1 min · birdchan

Initialize Java Tooling

My ADT got stuck showing Initialize Java Tooling at 1%. This is how you disable that. Open Preferences, then Run/Debug -> Perspectives -> Java Application -> Eclipse JDT Launcher, for Debug pick None. Then click OK, and restart ADT. Ref: http://stackoverflow.com/questions/14642447/how-can-i-disable-initialize-java-tooling-while-eclipse-start

December 27, 2013 · 1 min · birdchan

Rankings of Most Expensive Places to Rent (Dec 2013)

RankCityMedian 1BR ($)1San Francisco2,8502New York2,7003Washington DC1,9004San Jose1,8325Boston1,7306Chicago1,5007Miami1,5008Seattle1,4459Los Angeles1,39510Oakland1,37511San Diego1,30512Philadelphia1,19513Portland1,10014Long Beach1,05015Baltimore1,00216Minneapolis94017Dallas93418Denver92619Austin89020Virginia Beach88921Houston80022Atlanta79523Nashville79024Raleigh76925Charlotte760RankCityMedian 1BR ($)26Sacramento73027San Antonio70528Columbus69129Milwaukee67030Omaha66031Ft. Worth65032Colorado Springs65033Fresno64034Phoenix63535Kansas City63036Las Vegas62537Albuquerque62538Arlington60539Jacksonville60040Louisville60041Mesa60042Indianapolis59943Cleveland59944El Paso58445Detroit57646Memphis57447Oklahoma City55048Tulsa55049Tucson50050Wichita452 Ref: http://priceonomics.com/where-in-america-can-you-get-a-good-deal-on-rent/

December 24, 2013 · 1 min · birdchan

Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException

If you keep getting this error Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException, then just add the Support Library. Right click on your project, then Android Tools -> Add Support Library… Then just follow the steps to install that. I am using API 19 (Android 4.4), and I am not downgrading! =) Ref: http://techlovejump.in/2013/11/how-to-solve-unable-to-execute-dex-java-nio-bufferoverflowexception-check-the-eclipse-log-for-stack-trace/

December 16, 2013 · 1 min · birdchan

C-SPAN: Joe Wong at RTCA Dinner

[youtube &w=640&h=480] Transcripts: http://huang-nao.blogspot.com/2010/04/joe-wong-at-rtca-dinner-show-and.html http://penn0.wordpress.com/2010/03/27/%E6%88%91%E5%BD%95%E5%86%99%E7%9A%84%E5%85%A8%E6%96%87%E7%A8%BFjoe-wong-at-rtca-dinner-c-span/

December 12, 2013 · 1 min · birdchan

Guy Brings His White Girlfriend To Barbershop And Gets Hated On

http://www.ebaumsworld.com/media/embed/83722045

December 10, 2013 · 1 min · birdchan

Installing bitcoin in ubuntu

Get the source first git clone https://github.com/bitcoin/bitcoin.git cd bitcoin You can read doc/build-unix.md, or follow along. This step should be no problem. ./autogen.sh This step may give you some issues… ./configure If you encounter configure: error: libdb_cxx headers missing sudo apt-get install libdb5.1++-dev If you encounter configure: error: Found Berkeley DB other than 4.8, required for portable wallets (–with-incompatible-bdb to ignore), run the following command instead. You can always send your bitcoins to another wallet. ...

November 26, 2013 · 2 min · birdchan

See Bandwidth Usage in Ubuntu

Install nethogs. It’s somewhat like top or nettop. sudo apt-get install nethogs To run sudo nethogs Keyboard shortcuts while you are in the nethogs interface. m : Cycle between display modes (kb/s, kb, b, mb) r : Sort by received. s : Sort by sent. q : Quit and return to the shell prompt. Command line options: -d delay for refresh rate. -h display available commands usage. -p sniff in promiscious mode (not recommended). -t tracemode. -V prints Version info. ...

November 26, 2013 · 1 min · birdchan

Enable USB debugging

At first, my Android Device Chooser wasn’t showing any of my connected android devices. I did some reinstalling and rebooting, but nothing changed. Then I did some google searches and I was told to enable the USB debugging mode by going to Settings > Applications > Development. I checked my Settings app but couldn’t find that. I thought I was crazy so I checked a couple times but still couldn’t find it. Later on I read that the Developer options is hidden for Android 4.2 and newer, mine is 4.3… @#%^%@#$@#$@. ...

November 25, 2013 · 1 min · birdchan