| 1 | = 2012-04-06 = |
| 2 | |
| 3 | == manpages == |
| 4 | |
| 5 | * 把 manpage 變彩色 - 如果您用的 pager 是 less 的話 |
| 6 | * [http://www.tuxarena.com/2012/04/tutorial-colored-man-pages-how-it-works/ Tutorial: How to Color Man Pages & How It Works] - 把底下這段加入 .bashrc |
| 7 | {{{ |
| 8 | export LESS_TERMCAP_mb=$(printf '\e[01;31m') # enter blinking mode - red |
| 9 | export LESS_TERMCAP_md=$(printf '\e[01;35m') # enter double-bright mode - bold, magenta |
| 10 | export LESS_TERMCAP_me=$(printf '\e[0m') # turn off all appearance modes (mb, md, so, us) |
| 11 | export LESS_TERMCAP_se=$(printf '\e[0m') # leave standout mode |
| 12 | export LESS_TERMCAP_so=$(printf '\e[01;33m') # enter standout mode - yellow |
| 13 | export LESS_TERMCAP_ue=$(printf '\e[0m') # leave underline mode |
| 14 | export LESS_TERMCAP_us=$(printf '\e[04;36m') # enter underline mode - cyan |
| 15 | }}} |
| 16 | |
| 17 | == Data Scientist == |
| 18 | |
| 19 | * [[Image(http://8.mshcdn.com/wp-content/uploads/2012/01/data.jpg)]] |
| 20 | |
| 21 | == Sensor Network / Smart Home == |
| 22 | |
| 23 | * http://www.dash7.org - DASH7 - 基於 RFID 的智慧家庭網路 |
| 24 | * [[Image(http://www.dash7.org/images/stories/14-06-2011_3-49-22_PM.png)]] |