일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- MySQL
- MOUNT
- 라라벨
- tw_cli
- php
- 명령어
- fstab
- CentOS
- ftp
- php5
- AIR
- xampp
- Linux
- nateon
- Trac
- Subversion
- redmine
- vsftpd
- Laravel
- APM
- httpd.conf
- GlusterFS
- Fedora
- VirtualBox
- ubuntu
- VMware
- exception
- JavaScript
- Network
- BIND
- Today
- Total
목록IT관심분야 (95)
어제와 똑같이 살면서 다른 미래를 기대하지 말자
1. fail2ban 설치# yum install epel-release# yum install fail2ban 2. 설정# vi /etc/fail2ban/jail.d/sshd.local iptables 이용 설정[ssh-iptables]enabled = truefilter = sshdaction = iptables[name=SSH, port=ssh, protocol=tcp]logpath = %(sshd_log)smaxretry = 3bantime = 86400 firewalld 이용 설정[sshd]enabled = trueport = ssh#action = firewallcmd-ipset (이미 fail2ban에 정의되어 있다)logpath = %(sshd_log)smaxretry = 3bantime ..
1. 현재 적용중인 charset 확인# localeLANG=ko_KR.UTF-8LC_CTYPE="ko_KR.UTF-8"LC_NUMERIC="ko_KR.UTF-8"LC_TIME="ko_KR.UTF-8"LC_COLLATE="ko_KR.UTF-8"LC_MONETARY="ko_KR.UTF-8"LC_MESSAGES="ko_KR.UTF-8"LC_PAPER="ko_KR.UTF-8"LC_NAME="ko_KR.UTF-8"LC_ADDRESS="ko_KR.UTF-8"LC_TELEPHONE="ko_KR.UTF-8"LC_MEASUREMENT="ko_KR.UTF-8"LC_IDENTIFICATION="ko_KR.UTF-8"LC_ALL= 2. charset 변경 (UTF-8 => EUC-KR로 변경 시)# vi /etc/sysco..
Node-Webkit 개발환경 구축 (windows) # npm install -g yo# npm install -g grunt bower# npm install -g generator-node-webkit# yo node-webkit# bower install bootstrap --save# bower install bootstrap --save# bower install angular --save# bower install angular-route --save# bower install jquery --save# npm install lowdb --save# npm install# bower install On Linux# grunt dist-linux // 64bit# grunt dist-linux..
1. Ruby 버전 업그레이드 (루비버전관리툴 설치 rvm)# yum install gcc-c++ patch readline readline-devel zlib zlib-devel # yum install libyaml-devel libffi-devel openssl-devel make # yum install bzip2 autoconf automake libtool bison iconv-devel # curl -L get.rvm.io | bash -s stable에러발생... 에러문구를 잘 확인해보면 해결 가능함.(# gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3) # source /et..
[Home/End] 키를 라인 첫번째, 마지막으로 변경하고 싶은경우 - Use PC Style Home/End 체크 Left Commend와 Left Control 키를 변경하고 싶은경우- Commend_L to Control_L 체크- Control_L to Commend_L 체크 한영키Space키 옆 2개의 키를 '한/영'키와 '한자'키로 사용하기- 한글 101키 키보드 (오른쪽에 Alt, Ctrl키가 없는 키보드) 체크- Shift+Space를 한/영키로 사용하기 체크
Install New Software URLhttp://studio-jenkins.appcelerator.org/job/studio3-feature-development/lastSuccessfulBuild/artifact/dist/
1. 요세미티 다운로드2. USB 포멧 (포멧 시 USB란 이름으로 설정한 경우)3. 아래 명령어 실행 # sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction참고 : http://macnews.tistory.com/2440
ERROR 1418 (HY000) at line 6735: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) [mysqld] log-bin-trust-function-creators=1 설정 후 mysqld 재시작