Post Revision Plugin for Pelican
I used to have a post revision plugin for Octopress and I love it. Here is my effort to achieve the same effect in Pelican.
more ...I used to have a post revision plugin for Octopress and I love it. Here is my effort to achieve the same effect in Pelican.
more ...I have been attending the Google Mobile Summit for past two days. I'll share some of the exciting projects that Google is doing as well as my personal take away from them.
more ...I this post I will talk about the extra steps to build a usable Lollipop (5.1.1) ROM for LG Nexus 5 (hammerhead) device. Most of the functionalities work out of box (bluetooh, Wifi tethering, camera, etc), but there are some show-stoppers.
more ...One of the PhoneLab participants accidentally forgot the PIN code for his phone, thus can not access the phone at all. There are tremendous tutorials online on how to solve this. This is what I tested and worked.
more ...Vim has great built-in spell checking. Even better, when editing source code files, it is smart enough to know not do spell checking in source code, which is quite neat. However, it will still do spell checking for string literals. Most of the times, this is not desired. This post shows how to tell VIM only do spell checking in comments when editing code files.
more ...I used to be able to change the MAC address of WAN interface by specifying
macaddr
option in /etc/config/network
. However, due to unknown reason,
this no longer works in snapshot builds. Here is how to achieve the same effect
using init scripts.
Here are the steps and caveats to setup a proper mail list on Ubuntu server. The instructions are are for Ubuntu 14.04 LTS, and should be easy to adapt for other platforms.
more ...In one of my projects I need to track every screen touch event in background. That is, my app needs to be "invisible" while capturing every screen touch. Here is how I achieved this.
more ...