목록linux (2)
권형&오형의 일상
리눅스 iptables: 방화벽 규칙 적용 중: iptables-restore: line 1 failed
linux centos 6.xiptables: 방화벽 규칙 적용 중: iptables-restore: line 1 failed 1. iptables -F-> 웬만하면 /etc/init.d/iptables 기존 설정 파일 백업하는게 좋을듯-> 초기화 2. /etc/init.d/iptables save-> 저장 3. service iptables restart /etc/init.d/iptables restart-> 서비스로 등록했다면 재시작 -> 아니면 경로로 재시작
개발/ETC
2018. 7. 16. 14:20
* centos6의 node, angular cli, git 설치 및 에러
centos6에 node js 설치 node version : https://nodejs.org/dist/-> https://www.lesstif.com/pages/viewpage.action?pageId=17105412-> gccc 버전이 낮을 경우 아래 참고 gcc를 먼저 깔아야 하는데 centos6 기본버전이 4.4.7임 노드 컴파일 안됨. 이럴 때 devtoolset이용. -> https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/ -> http://www.snoopybox.co.kr/1754 (참고) gcc 환경변수 추가 vi /etc/profile DEVTOOLSET=/opt/rh/devtoolset-3 PATH=$DEVTOOLSET/..
개발/ETC
2018. 7. 12. 15:25