애플리케이션(22)
-
sendmail
https://confluence.curvc.com/pages/viewpage.action?pageId=32636966 SMTP 설치 가이드 - CentOS 7 - CURVC ALM Space - Confluence SMTP 설치 1.sendmail 설치 여부 확인 [root@mysql-2 ~]# rpm -qa |grep sendmail 2.sendmail 설치 sendmail : 메일 전송 에이전트sendmail-cf : sendmail 설정 [root@mysql-2 ~]# yum install -y sendmail sendmail-cf Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile confluence.curvc.com..
2019.04.16 -
telnet 설정
https://acet.pe.kr/397 리눅스 - telnet 설치 및 사용하기 node.js를 테스트 하다가...telnet을 해야하는데...아래처럼 되질 않았다.. [root@localhost nodejs]# telnet localhost 8000 -bash: telnet: command not found [root@localhost nodejs]# telnet -bash: telnet:.. acet.pe.kr
2019.04.16 -
ssh 포트 변경 시 오류
https://blog.inidog.com/p/201808031462 리눅스 SSH 접속 방법 (SSH 프로토콜 연결 허용 설정하기) - INIDOG 리눅스 SSH 접속 리눅스 서버에 접근하기 위해 직접 로컬 PC에서 터미널이나 그래픽 인터페이스를 활용하여 작업을 진행하거나, 원격지에서 호스트 접속을 위한 프토로콜을 사용한 연결이 있습니다. 또한 작업 방식에 따라 다양한 프로토콜을 사용해볼 수 있습니다. blog.inidog.com Redirecting to /bin/systemctl restart sshd.service Job for sshd.service failed because the control process exited with error code. See "systemctl status s..
2019.04.16 -
vsftpd
https://goddaehee.tistory.com/73 2. [CentOS7] 리눅스 FTP(vsftpd) 설치 및 설정 [CentOS7] 리눅스 FTP(vsftpd) 설치 및 설정 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ 리눅스 FTP 설치 / 설정 ] 입니다. :) ▶ FTP (File Transfer Protocol) - FTP는 약자그대로 파일을 전송하기 위한 규약... goddaehee.tistory.com
2019.04.16