OS/Linux4 Rocky Linux 9.x OS Firewalld port open Rocky Linux 9.x OS Firewalld port OpenAvamar port Openfirewall-cmd --permanent --add-port=28001-28002/tcp firewall-cmd --permanent --add-port=29000/tcp firewall-cmd --permanent --add-port=30001-30010/tcp firewall-cmd --permanent --add-port=27000/tcp firewall-cmd --permanent --add-port=3008/tcp firewall-cmd --permanent --add-port=27500/tcpNetWorker Port Openfirewall-cmd --permanent --add-port=793.. 2024. 5. 31. Linux 폴더의 파일개수 세기 Linux 에서 폴더를 지정 하위폴더의 파일 개수를 확인 할때 사용하는 명령어 find /폴더/경로 -type f | wc -l ex) [root@Test /]# find /tmp -type f |wc -l 5 [root@Test /]# find /etc/sysconfig/ -type f |wc -l 77 [root@Test /]# 2022. 5. 23. BUG: soft lockup - CPU#0 Stuck for 67s! [migration/0:5] 보호되어 있는 글 입니다. 2021. 10. 5. RSA error SSH Error messages ============================================================ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host.. 2021. 4. 15. 이전 1 다음