分类目录

Howto: 安装配置CentOS文件同步

Homepage: inotify-tools

master: the source host slave: the destination host

1. Download inotify-tools package and installation

master # cd ~ master # wget https://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gz master # tar zxvf inotify-tools-3.14.tar.gz master # cd inotify-tools-3.14 master # ./configure master # make master # make install

2. Generate the SSH KEY to access without the password

master # [...]

Howto: GTD tools

EverNote: win/mac/web & iPad/iPhone/Android/BlackBerry/Palm/WinMobile DropBox: win/mac/linux & iphone/ipad/andriod/blackberry Blocked! RTM (Remember The Milk): web OmniFocus: mac/iphone/ipad, trial mode for 14 days Things: mac/iphone/ipad

Refer to: What is GTD 【幸福课】如何提高创作型任务的效率?(MAC版) GTD软件工具列表

Howto: Translation

Gettext Gettext 主页 简介:是GNU国际化与本地化(i18n)函数库。它常被用于编写多语言程序。

xgettext: 源代码 => .pot模板文件 # xgettext –help e.g. # xgettext -LPHP /xxx/yyy/zzz.php

# xgettext –help Usage: xgettext [OPTION] [INPUTFILE]…

Extract translatable strings from given input files.

Mandatory arguments to long options are mandatory for short options too. Similarly for optional arguments.

Input file location: INPUTFILE … input files -f, –files-from=FILE [...]