Skip to content

Instantly share code, notes, and snippets.

View roc26002w's full-sized avatar
:octocat:

Rocko roc26002w

:octocat:
View GitHub Profile
## install
[說明網址](https://kafka.apache.org/quickstart)
[下載網址](https://kafka.apache.org/downloads)
* 安裝步驟
* 下載
* wget http://ftp.mirror.tw/pub/apache/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz
* tar -xzf kafka_2.11-0.10.2.0.tgz
* cd kafka_2.11-0.10.2.0.tgz
# Options are:
# -n requests Number of requests to perform
# -c concurrency Number of multiple requests to make
# -t timelimit Seconds to max. wait for responses
# -p postfile File containing data to POST
# -T content-type Content-type header for POSTing
# -v verbosity How much troubleshooting info to print
# -w Print out results in HTML tables
# -i Use HEAD instead of GET
# -x attributes String to insert as table attributes
## Install
* apt-get install redis-server
## redis-cli commend line
* 檢查連線
* PING
* 查詢紀錄的 Key
* `keys *`
* 查詢紀錄的 Key 數量
* `info keyspace`
@roc26002w
roc26002w / install-teamcity.md
Created June 1, 2018 07:47 — forked from sandcastle/install-teamcity.md
Install TeamCity 9.0.3 on Ubuntu with Nginx
@roc26002w
roc26002w / _ide_helper.php
Created March 5, 2019 15:48 — forked from barryvdh/_ide_helper.php
Laravel IDE Helper for Netbeans / PhpStorm / Sublime Text 2 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.5.13 on 2017-09-28.
*
* @author Barry vd. Heuvel <[email protected]>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
exit("This file should not be included, only analyzed by your IDE");