Sunday, July 27, 2014

Download pandora songs

Chrome, right click -> inspect element
choose Network tab
skip to the next song, sort the downloaded files by size
right click to the new tab and save the song


http://www.youtube.com/watch?v=XIpH_jGjxhI

Friday, July 25, 2014

Parse error at line 1: missing colon in auxiliary data

I had the same problem, but I could solve with two following command

sed 's/[ \t]*$//g' samfile > clean.sam(same with Thomas)
tr -d \\r < samfile > samfile.2

Wednesday, July 23, 2014

Windows 8 language shortcut, change language

alt + shift

Download without installing downloader

Use Filehippo

or,

when downloading using sourceforge, just google the software and click direct download before the count-down ends

Thursday, July 17, 2014

Be aware of a new type of facebook spam from lopsidedidea52.sam76.com

This website , whose index page is currently closed temporarily though, exploits a new strategy to spam your facebook.

Whenever your friend shares a video post, commenting "Fantstic""GOld arm" or whatever naive single words, don't be too curious about that.

Once you click into the video that looks like a youtube production, you will enter the website, asking you to type a captcha to unlock the video. However, it is not a captcha at all!!!

The enter button in the captcha box is actually a share button on facebook. In other words, by typing the captcha word and then click enter, what you really technically do is entering a comment and sharing it on facebook. That also explains why the captcha words are always like "fantastic" and people sharing their videos always leave a single word comment.

Clever strategy, isn't it?

Sunday, July 13, 2014

[已解决]windows 8 蓝屏问题

在退出有道词典的时候点击最小化到托盘会导致蓝屏

试过360了没用

建议移除有道

Saturday, July 12, 2014

Disable Bing search page when you open chrome

1. click the top right button and click settings
2. In the section "On Startup" pick " " and click "set pages"
3. click the cross on the right of the bing search page
4. Click "OK"

Now restart chrome and see whether it's still there

Sunday, July 6, 2014

find function and -mtime --- by Ioannis

If an important txt seems to be misplaced and you can't find it after an hour of searching here and there:
find ~/ -mtime -7 -print | grep txt