2022年10月25日 星期二

netcat 使用

 netcat 可分兩種執行模式client mode和server mode。可以使用client mode去確認TCP/UDP port是否開啟。


##############################

參數:

-z :  -z: Zero-I/O mode (Don’t send any data, just emit a packet without payload)

-l:    localhost

 -v 則是會顯示該port 

##############################

TCP:

開啟 server :

nc -l 8080


傳送封包:

nc -z 127.0.0.1 8080


傳送檔案

https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections


##############################

UTP:

傳送封包:

nc -zu  ip port



##############################

參考

1. https://unix.stackexchange.com/questions/589561/what-is-nc-z-used-for

2, https://blog.gtwang.org/linux/linux-utility-netcat-examples/

3. https://shazi.info/netcat-%E7%B6%B2%E8%B7%AF%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7-nc%E6%8C%87%E4%BB%A4-%E7%AD%86%E8%A8%98/

2022年10月20日 星期四

rabbitmq fix

 1. problem network partion

https://www.cnblogs.com/liyongsan/p/9640361.html

2022年10月19日 星期三

grafana

 https://opensource.dwins.com/?p=463

https://ithelp.ithome.com.tw/articles/10293304

https://logz.io/blog/grafana-vs-kibana/

Jupyter network on dockerfile

 https://datadiaries.dev/running-python-310-and-jupyter-notebook-on-a-docker-container


https://tw511.com/a/01/52544.html

mariadb partition

 1. good 

https://ithelp.ithome.com.tw/articles/10276752


2. other

https://dba.stackexchange.com/questions/219748/how-do-i-add-a-partition-to-an-existing-table-in-mariadb-mysql


https://ithelp.ithome.com.tw/articles/10231019


https://ithelp.ithome.com.tw/articles/10081041


https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/partitioning-columns-range.html


https://medium.com/ricos-note/sql-server-%E5%96%84%E7%94%A8partition-table-1%E7%B0%A1%E4%BB%8B-4f7fabace89a

https://stackoverflow.com/questions/6093585/how-to-partition-a-table-by-datetime-column-

rabbitmq release

 

Rabbitmq 3.10 Release Overview

https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.9



RabbitMQ 3.10.9


https://www.rabbitmq.com/versions.html

ubuntu searial rj32

 https://it001.pixnet.net/blog/post/325021405-it%E4%BA%8B%E4%BB%B6%E7%B0%BF-%E6%80%8E%E9%BA%BC%E7%94%A8ubuntu%E9%80%A3%E6%8E%A5%E7%B6%B2%E8%B7%AF%E8%A8%AD%E5%82%99%E7%9A%84serial-conso