본문 바로가기
728x90

개발/Linux102

gsjava python3 No module named 'Cryptodome' root@pnstest:/utm/log/xenics/log# python3 test.py Traceback (most recent call last): File "test.py", line 3, in from Cryptodome.Cipher import AES ModuleNotFoundError: No module named 'Cryptodome' pip3 install pycryptodomex 2023. 8. 31.
gsjava openssl openssh 최신 버전 다운로드 주소 openssh https://www.openssh.com/openbsd.html OpenSSH: for OpenBSD Since OpenSSH is developed by the OpenBSD group, OpenSSH is included in the base operating system, starting at OpenBSD release 2.6. So there's nothing to install or add to your system. However, due to newer features or other patches, you may wish to upgrad www.openssh.com openssl 최신 버전 다운로드 주소 https://www.openssl.org/source/ /sour.. 2023. 8. 11.
gsjava MQTT MQTT란? MQTT는 Message Queue Telemetry Transport의 약자로 낮은 전력, 낮은 대역폭 환경에서도 사용할 수 있게 설계된 포로토콜이다. 주로 IoT, M2M 등에 주로 사용된다. apt install mosquitto mosquitto-clients 서비스 등록 * 실행 & 확인 systemctl enable mosquitto.service systemctl start mosquitto.service systemctl status mosquitto.service 테스트 mosquitto_pub -h 'IP주소' -t 'topic' -m 'message' ping 이 없는 경우 apt-get install iputils-ping 2023. 7. 31.
route 삭제 1. 주소를 이용한 테이블 삭제 route del -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.254 2. 어뎁터를 이용한 테이블 삭제 route del -net 192.168.0.0 netmask 255.255.255.0 dev eth0 2023. 7. 11.
728x90