201910

SNMPWhereIsHe/SNMPWhereIsHe.sh at master · recuraki/SNMPWhereIsHe · GitHub

  • SNMPでmac addr tableをみてどのint配下にいるかを出す.

Varnish HTTP Cache — Varnish HTTP Cache

InfluxDB, innodb

perl面白記号hello world

% perl -v

This is perl 5, version 18, subversion 4 (v5.18.4) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)

Copyright 1987-2013, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

% cat helloworld.pl
use re 'eval';
''=~('(?{'.('[[).[|`%,,/`[/[@$'^'+)@@/^(@@@@@,@),@').'!
"})')
% perl helloworld.pl
Hello world!

GNSSモジュール+アンテナ

  • http://akizukidenshi.com/catalog/g/gK-13850/

特別高圧

  • (電柱)22kV,33kV
  • (鉄塔)66kV,77kV110kV,154kV,220kV,500kV

journalctl -S "2019-10-08 11:40:00" -U "2019-10-08 12:00:00" -u --no-pager | less

よく使うElasticSearchのクエリ(スナップショット) - Qiita

curl -XPUT localhost:9200/_snapshot/<name_of_repo> -H 'Content-Type: application/json' -d'
{
  "type": "fs",
  "settings": {
    "location": "/etc/elasticsearch/snapshots/"
  }
}'
curl -XPUT 'localhost:9200/_snapshot/<name_of_repo>/20191008_1?pretty&wait_for_completion=true' -H 'Content-Type: application/json' -d '{
    "indices": "*",
    "ignore_unavailable": "true",
    "include_global_state": false
 }'

curl -XGET 'http://localhost:9200/_snapshot/<name_of_repo>/*'

GTP/PMIP

auto dropchecker probeよくないですか.

  • 無線接続が頭にあって,差しっぱにしておけばよい.
  • マスタから全無線接続端末(probe)にどのコマンドリストを実行すればいいかだけ書いておく.
  • 電源問題...
  • 考えてみればraspberry piで無線と有線出して無線側からsshしてansibleでもすれば終わりだった.

AOC: Active Optical Cable

  • Fibre + SFF module

MPLS JAPAN # 2019-10-15 09:40:24 YudaiHashimoto

  • KDDIでルータ作ってみた
    • tomahawkなチップなhw switch 100G x 32port
    • base os: open network linux
      • mgmtはlinuxベースのものをそのまま.,docker導入
    • routingdはfrr
    • switch fabric darmonが開発対象
      • コンセプトはオープンなものを積極的に採用.
      • go, open nsl, netlink, openconfigd, grpc
    • ホストOSに依存しない設計にする.
      • プロセス空間は別に分ける,ネットワーク空間は共通にする.
  • IIJにおけるホワイトボックス
    • SONiCサポート.フリーNOSもこれに集約されてきた.
    • メーカもSONiCサポートに積極的
    • 品質はお察し.
  • ebikenさん

fastly yamagoya