개발 (326) 개발/linux 리눅스 iptable 관리 iptables 관리 centos7 centos5service iptables startservice iptables stop 시작 프로그램에 등록chkconfig --listchkconfig iptables on 2017.01.12 개발/linux MariaDB + apache + php sql + apache + php shell> groupadd mysqlshell> useradd -g mysql mysqlshell> cd /usr/localshell> gunzip ln -s full-path-to-mysql-VERSION-OS mysqlshell> cd mysqlshell> chown -R mysql .shell> chgrp -R mysql .shell> scripts/mysql_install_db --user=mysqlshell> chown -R root .shell> chown -R mysql datashell> bin/mysqld_safe --user=mysql & ./bin/mysq.. 2017.01.11 개발/구글 구글 크로미움 기반 크롬 개발자 버전 크롬 개발자 센터 http://dev.chromium.org/getting-involved/dev-channel 구글 크롬 배포 버전 Windows 64-bitStable channel for Windows (64-bit)Beta channel for Windows (64-bit)Dev channel for Windows (64-bit)Canary build for Windows (64-bit) (크롬과 다른 프로파일 사용)Windows 32-bit Stable channel for Windows (32-bit) Beta channel for Windows (32-bit) Dev channel for Windows (32-bit) Canary build for Windows (32-bit) (크롬과 다른.. 2017.01.04 개발/팁 페이스북 컬러 페이스북 컬러 Color Hex RGB #3b5998 (59,89,152) #8b9dc3 (139,157,195) #dfe3ee (223,227,238) #f7f7f7 (247,247,247) #ffffff (255,255,255) 2017.01.04 개발/linux centos7 네트워크 구성 게이트 웨이vi /etc/sysconfig/network설정 파일vi /etc/sysconfig/network-scripts/ifcfg-*DNS 설정vi /etc/resolv.conf포트vi /etc/services프로토콜vi /etc/protocols - 네트워크 재시작systemctl restart network route에서 장비가 엉망이라면 강제 지정한다 vi /etc/udev/rules.d/70-persistent-net.rules 70-persistent-net.rules 이 없다면 만들고 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:4F:00:8B", ATTR{dev_id}=="0x0", ATTR{type}.. 2017.01.02 개발/linux centos7 firewalld 중지 systemctl stop firewalld - 부팅 뒤에도 실행 안되게끔 systemctl disable firewalld firewall-cmd --get-default-zone 1. 포트 등록 방법 1 firewall-cmd --permanent --zone=public --add-port={9000,9001}/tcp 방법 2 firewall-cmd --permanent --zone=public --add-port=9000/tcp firewall-cmd --permanent --zone=public --add-port=9001/tcp 방법 3 (포트를 범위로 지정하여 허용할 수 있습니다.) firewall-cmd --permanent --zone=public --add-port=9000-901.. 2017.01.02 이전 1 ··· 7 8 9 10 11 12 13 ··· 55 다음