Skip to content

Instantly share code, notes, and snippets.

@naitwo2
naitwo2 / Pallax_Reinstall.md
Last active January 10, 2017 03:36
【PALalllax】再インストール手順

※改修バージョン:https://github.com/ap-communications/PALallax/releases/tag/v2.0.5

エラー内容

「PALallax_install.sh」実行時に以下のエラーが発生する。
その他エラーでインストールが完了しない場合は、以下の手順では解決できませんので、別途お問い合せ下さい。

The GPG keys listed for the "TreasureData" repository are already installed but they are not correct for this package.
@naitwo2
naitwo2 / Firewalld_TCP_6514-1.sh
Last active August 30, 2016 07:38
Firewalld_TCP_6514
cat <<EOF> /etc/firewalld/services/syslog_tcp_ssl.xml
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>SYSLOG_TCP_SSL</short>
<description>SYSLOG protocol</description>
<port protocol="tcp" port="6514"/>
</service>
EOF
curl -kL https://bootstrap.pypa.io/get-pip.py | python
pip install elasticsearch-curator
test,S5,S4,S3,S2
1.29,2.25,3.91,4.59,5.58
0.82,2.31,4.24,4.95,4.26
0.87,2.4,2.81,4.78,4.19
1.12,2.49,4.25,4.29,5.78
1.09,2.58,3.75,5.11,4.1
0.99,2.28,3.49,3.51,5.2
1.18,2.06,2.85,4.6,5.38
0.95,2.51,3.35,4.34,4.22
1.25,2.82,3.69,6.01,4.3
@naitwo2
naitwo2 / 0_reuse_code.js
Created October 15, 2015 04:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console