[태그:] linux
-
APTSHIELD: A Stable, Efficient and Real-time APT Detection System for Linux Hosts (APTSHIELD : Linux 호스트를위한 안정적이고 효율적이며 실시간 적절한 감지 시스템)
Aptshield는 Linux 호스트를위한 안정적이고 효율적이며 실시간 적절한 감지 시스템입니다. 신뢰할 수 있고…
-
telnet localhost 22 테스트시 connect time out 에러 발생시
간혹 로컬 장비에서 telnet localhost 22 와 같이 테스트를 했는데 connect time…
-
Gitlab 설치 및 삭제
Gitlab 삭제 sudo gitlab-ctl uninstallsudo gitlab-ctl cleansesudo gitlab-ctl remove-accountssudo dpkg -P gitlab-ce…
-
apache2.4.1 / Jboss6 연동
/etc/apache/conf/httpd.conf 수정 ServerName xxx.xxxx.xxx.x:80 와 같이 서버네임 변경. <Directory "/var/www/cgi-bin"> …