분류 전체보기(746)
-
아파치 설치
아파치 설치 yum -y install httpd 방화벽 오픈 firewall-cmd --permanent --add-service=http firewall-cmd --permanent --add-service=https firewall-cmd --reload 부딩시 자동 실행하도록 등록 systemctl enable httpd 아파치 시작 systemctl start httpd mod_jk 설치를 위한 패키지 설치 yum -y install gcc gcc-c++ httpd-devel Tomcat Connectors JK12 다운 wget -c 링크주소 압축풀기 tar zxvf 파일 설치된 디렉토리의 /native로 이동 ./configure --with-apxs=/usr/bin/apxs make mak..
2021.01.04 -
방화벽 셋팅(ver7 이상)
방화벽 상태 확인 : firewall-cmd --state > running or not running 방화벽 시작 or 종료 : systemctl start firewalld or systemctl stop firewalld 포트 추가 firewall-cmd --permanent --add-port=8080/tcp firewall-cmd --reload 서비스 추가 firewall-cmd --permanent --add-service=http firewall-cmd --permanent --add-service=https 설정 조회 :firewall-cmd --list-all target: default icmp-block-inversion: no interfaces: wlp2s0 sources: se..
2021.01.04 -
포트 셋팅
/conf/server.xml에서 아래 수정
2021.01.04 -
OS Bit 확인
getconf LONG_BIT
2021.01.04 -
mftraining 처리할 수 있는 tr 갯수 제한 있음
리눅스에서 64개까지 가능 윈도우에서 115개까지 가능 에러 No such file or directory: './static/ocr/pffmtable' shapetable 파일을 지워야 초기화 됨
2021.01.04 -
shapeclustering 효과 없음
단, mftraing 수행시, 에러가 발생하는 경우 사용하면 해결되는 경우가 있음
2021.01.03