If you have a domain name, you can use it for your github pages. This solution basically comes from here with some minor differences.
MOZILLA_FIVE_HOME error in Eclipse
Fix Ubuntu 12.04 Startup 'colord' Error
From here.
My Tip 61
Add application shortcut to dash in ubuntu 12.04
In dash of Unity, there’s no obvious way to add a new application shortcut in it. Here the solution(from here).
Ubuntu 12.04 login screen resolution problem
After I installed Ubuntu 12.04, Unity shows me many unsatisfied flaws. One of them is: when the computer starts and the login screen is been displayed, the monitor complains “resolution out of range”.
Preview Unpublished Items in Octopress by Modifying Rakefile
When using octopress, if I want to preview an unpublished item(indicated in the yaml front matter), I have to manually modify the line from “published: false” to “published: true” first, then preview it. What I want is to automatize it.
Study Note: Internet Protocol Part I
Here is my study note of RuanYiFeng’s “Internet Protocol Suite Part I“ blog.
Ruby Code: Export Alumni Messages from Chinaren
I want to do this because my high school class has a lot of messages there(over 4k items during the last 10 years). Here is the brief introduction about how I did this.
Ruby学习笔记第四篇: rake
Rake is a build tool written in Ruby. You can compare it to make in the C world and ant in the Java world. However, it has something over them.