php.ini 위치 확인 [ad_1] 반응형 php –ini Parse error: syntax error, unexpected end of file 에러 발생시 해결 방법 php.ini short_open_tag Read More » December 29, 2017 No Comments
gz 파일 mysql 실행 [ad_1] 반응형 zcat /path/to/file.sql.gz | mysql -u ‘root’ -p your_database 반응형 [ad_2] Source link Read More » December 29, 2017 No Comments
우분투 리눅스 APACHE PHP MYSQL 설치/삭제 [ad_1] 반응형 * apache 설치/삭제 sudo apt-get install apache2 sudo apt-get remove apache2 (브라우저로 서버 IP 또는 도메인으로 접속하여 정상 Read More » December 29, 2017 No Comments
우분투 UFW [ad_1] 반응형 CentOS뿐만 아니라 Ubuntu에서도 iptables를 이용하기 때문에 ufw 방화벽을 사용하기 위해서는 활성화를 시켜줘야 합니다. 단순히 ufw만 활성화시켜서 사용하려고 할 Read More » December 28, 2017 No Comments
우분투 IP Table [ad_1] 반응형 iptables 방화벽 개요 테이블 (table) : 각 테이블 마다 기능이 다르고 사용자의 용도에 따라 알맞은 테이블을 Read More » December 28, 2017 No Comments
리눅스 SWAP SIZE 변경 [ad_1] 반응형 # sudo swapon -sFilename Type Size Used Priority/swapfile file 1048572 0 -1# sudo swapoff /swapfile # sudo fallocate Read More » December 28, 2017 No Comments
우분투 80 포트 이용 [ad_1] 반응형 sudo iptables -t nat -A PREROUTING -p tcp –dport 80 -j REDIRECT –to-port 8080 or Read More » December 28, 2017 No Comments
blicoin-cli 명령어 [ad_1] 반응형 blicoin-cli getaddressesbyaccount “” blicoin-cli getinfo blicoin-cli getaccountaddress “” 반응형 [ad_2] Source link Read More » December 18, 2017 No Comments
Etc. blicoin-cli 명령어 [ad_1] 반응형 blicoin-cli getaddressesbyaccount “” blicoin-cli getinfo blicoin-cli getaccountaddress “” 반응형 ‘컴퓨터 & 프로그래밍‘ 카테고리의 다른 글 REDIS Read More » December 18, 2017 No Comments