2009年12月10日星期四

skypeproxy

这个工具临时找到的,就是使用 skype 创建 tunnel,需要双方同时使用这个工具。也很简单,命令行上面用 listen 或者 send 连接到对方的 skype 即可。

文件也不多
/usr/share/man/man1
/usr/share/man/man1/skypeproxy.1.gz
/usr/share/doc
/usr/share/doc/README.txt
/usr/share/doc/COPYRIGHT
/usr/share/doc/License.txt
/usr/bin
/usr/bin/skypelisten
/usr/bin/skypeforward
/usr/bin/skypeproxy

2009年10月20日星期二

mdbtools

mdbtools 是为了方便大家使用 MS access 数据库设计的命令行工具,含有下面一些东西:
/usr/bin/mdb-ver
/usr/bin/mdb-hexdump
/usr/bin/mdb-array
/usr/bin/mdb-parsecsv
/usr/bin/mdb-schema
/usr/bin/mdb-prop
/usr/bin/mdb-export
/usr/bin/mdb-header
/usr/bin/mdb-sql
/usr/bin/mdb-tables
/usr/share/man/man1/mdb-ver.1.gz
/usr/share/man/man1/mdb-tables.1.gz
/usr/share/man/man1/mdb-schema.1.gz
/usr/share/man/man1/mdb-sql.1.gz
/usr/share/man/man1/mdb-export.1.gz
/usr/share/doc/mdbtools/HACKING.gz
/usr/share/doc/mdbtools/AUTHORS
/usr/share/doc/mdbtools/changelog.Debian.gz
/usr/share/doc/mdbtools/copyright
/usr/share/doc/mdbtools/README
/usr/share/doc/mdbtools/NEWS.gz
/usr/share/doc/mdbtools/changelog.gz
/usr/share/doc/mdbtools/TODO
其中,mdb-ver 返回 mdb 文件的版本信息,mdb-schema 产生 schema,mdb-sql 用 SQL 查询 mdb,mdb-export 将 mdb 转换成为 CSV 文件,mdb-tables 返回一个 mdb 文件里面的表。