We have added new functions to the toolbox and updated some of the existing commands with respect to the previous version v1.6. Because many readers are familiar with the layout of version 1.5 and version 1.6, we have tried to change it as little as
nRF51 SDK v10.0.0 ----------------- Release Date: Week 46 Highlights: - New BLE Peer Manager (experimental), replacement for the BLE Device Manager - FreeRTOS support - New ANT modules, additional examples, and new and expanded ANT+ profiles - Suppo
Gearman-Go 是 Gearman-API 的 Go 语言封装版本,示例代码:Worker:// Limit number of concurrent jobs execution.
// Use worker.Unlimited (0) if you want no limitation.
w := worker.New(worker.OneByOne)
w.ErrHandler = func(e error) {
log.Println(e)
}
w.AddServer("1
netspeed-cli 可以在linux下查看各网卡的当前传输速度。
使用方法:
Usage: run.py [options] 网卡名 ...Options: --version show program's version number and exit -h, --help show this help message and exit -B 显示单位为B -K
Borg 是一个支持去重和压缩的备份程序,同时也支持认证加密。其主要目的是提供一个高校而且安全的方法用于数据备份。数据的去重技术用于每日增量备份。使用方法:$ borg init /mnt/backup$ borg create /mnt/backup::Monday ~/Documents$ borg create --stats /mnt/backup::Tuesday ~/Documents
Archive name: Tuesday
Archive fingerprint: 387a5e
etorrent 是一个用Erlang语言开发的Bittorrent客户端,当前支持的 BEP:
BEP 03 - The BitTorrent Protocol Specification.
BEP 04 - Known Number Allocations.
BEP 05 - DHT Protocol
BEP 10 - Extension Protocol
BEP 12 - Multitracker Metadata Extension.
BEP 15 - UDP Tracke