201910¶
wb2osz/direwolf: Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md¶
- ARPS en/decorder. its can be used for ham radio.
SNMPWhereIsHe/SNMPWhereIsHe.sh at master · recuraki/SNMPWhereIsHe · GitHub¶
- SNMPでmac addr tableをみてどのint配下にいるかを出す.
Travel Backpack 45L: よさげ¶
Varnish HTTP Cache — Varnish HTTP Cache¶
- fastlyで使っている
- HTTP Contents Cashe
- monitoring with DataDog
InfluxDB, innodb¶
DEMUX Interface in Junos¶
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でもすれば終わりだった.
P4もぎるならbmx2使え.¶
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¶
- edge computing likeなかんじ.
- WASM
- Lucet & Cranelift
- birdもOSSコントリとして手がけている
- TODO: direct server return
- TODO: server pushのしくみ
- clinetに投げるコンテンツを読んでその中身のリソースも一緒に送る?
- istio
- Kiali: Service mesh observability and configuration
- 量子暗号
- jazzband/django-debug-toolbar: A configurable set of panels that display various debug information about the current request/response.
- Akamai と Fastly の事例を聞くために「CDN Study」に参加した - kakakakakku blog
光通信のreference¶
- 光ファイバ通信入門 改訂5版
- 実務に役立つ光ファイバ技術200のポイント
- すべてが解る!光ファイバ通信
- 光ファイバ通信(第6版)
- 光・無線伝送技術の基礎と応用 コロナ社
- OHM大学テキスト 光通信工学
- コヒーレント光,ホモダイン検波とかについてはこれがよさそう.