From here.
Install Skype in Ubuntu
For Microsoft is replacing MSN messenger to Skype, it’s time to consider use Skype in Ubuntu, here is the instructions how to install Skype in Ubuntu(from here):
Generate SSH RSA key Pair
“SSH key pair” can be used to ssh access. Generating such a pair is as easy as following the below instructions. One key is that you can change the default output directory/file when you’re prompted to do so in line 3.
Github ssh Error: Agent admitted failure to sign
Today I got this error when using github:
1 | $ git pull origin master |
Add 'cloud_tag' and 'category_list' Plugins to Octopress
From here.
Add 'QR-Code' Plugin to Octopress
Thanks Letter from Wikimedia Foundation in 2011
Today when I was browsing the unread emails in my mailbox, I found this thanks letter from Wikimedia Foundation last year, after I donated $10 to Wikipedia.
Unrecognized Characters Solution of Google Earth in Ubuntu 12.04
Using Google Earth on Ubuntu 12.04 with your locale setting as Chinese(zh_CN.UTF-8) will cause the unrecognized characters problem.
I tried some solutions online, such as removing the “libQt*“ files under “opt/google/earth/free/“ directories but it didn’t work on my Ubuntu 12.04 environment.
Here is my solution.
Three Eclipse Problems I Met
Is updating via Update Manager equivalent to updating with apt-get?
I found something weird when I was using “apt-get”: for some packages, usually the linux kernel packages, they won’t be upgraded when I use “apt-get upgrade” command, but they do been upgraded when I run the upgrade from the “Update Manager” program. Why?