Today when I was revisiting Octopress and reading the 3rd party plugins list, I found an insteresting one “QR-Code“, which can display the QR code of your post URL in the Octopress sidebar.
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?
Creative Commons: 知识共享协议
本文参考并引用了维基百科的”Creative Commons“条目和”知识共享“条目。
Eclipse Error on Ubuntu
A Dip in OSGi
Start SSH Service on Ubuntu
Mount Remote SSH Server as Local Directory via 'sshfs'
这个想法的灵感来自这篇文章。该文提到了在Mac OS下使用FUSE for OS X和Macfusion实现了“将远程服务器的文件系统映射成本地文件系统的一部分(通过SSH)”。
于是很自然地,我相信在Linux下也有对应的软件可以做同样的事情。
This idea was inspired by this article, which mentioned that the author used FUSE for OS X and Macfusion to map the remote server as a local directory via SSH.