Doc at: https://kroki.io/examples.html#blockdiag
http://blockdiag.com/en/blockdiag/examples.html
Mix.install([Doc at: https://kroki.io/examples.html#blockdiag
http://blockdiag.com/en/blockdiag/examples.html
Mix.install([| ; switch between keyboards usingby pressing both shift keys | |
| ; http://kbd-intl.narod.ru/images/ru-typewriter.png | |
| setxkbmap -option grp:switch,grp:shifts_toggle,grp_led:scroll fr,ru |
| nix-shell -p libffi openssl | |
| nix-env -i nodejs | |
| mkdir ~/.mutable_node_modules | |
| npm config set prefix '~/.mutable_node_modules' | |
| # add bin to .bashrc | |
| vim .bashrc | |
| mkdir bin | |
| ln -s ~/.mutable_node_modules/bin/ ~/bin |
| from pyftpdlib import ftpserver | |
| authorizer = ftpserver.DummyAuthorizer() | |
| authorizer.add_user("a", "a", "/tmp", perm="elradfmw") | |
| authorizer.add_anonymous("/tmp") | |
| handler = ftpserver.FTPHandler | |
| handler.authorizer = authorizer | |
| address = ("0.0.0.0", 21) |