Skip to content

Instantly share code, notes, and snippets.

View alf-ytakada's full-sized avatar
🏠
Working from home

Yuki Takada alf-ytakada

🏠
Working from home
View GitHub Profile
@zaru
zaru / minikube.md
Last active March 21, 2020 07:37
minikube 導入ドキュメント

インストールと起動

brew cask install minikube
minikube start
@cooldaemon
cooldaemon / README
Created March 12, 2010 15:09
Reconnection test for Net::RabbitFoot
% rabbitmq-server -detached
% perl test.pl
% rabbitmqctl list_connections pid
Listing connections ...
<rabbit@xxx.711.0>
...done.
% rabbitmqctl close_connection "<rabbit@xxx.711.0>" "go away"