1. OverviewNAVER 주최 개발자 컨퍼런스 DEVIEW 2017에 참석하고, Day1, Day2에 참석한 Session에 대한 리뷰입니다.DEVIEW 2017은 2017년 10월 16일(월) ~ 2017년 10월 17일(화) 양일간, 서울 COEX Grand Ballroom 에서 개최되었습니다.DEVIEW에 대한 자세한 내용은 https://deview.kr 에서 확인 가능합니다.2. Schedule2-1. Day 12017년 10월 16일(월)시간 주제 발표자 발표자료 링크 10:00 ~ 10:40 키노트 송창현 NAVER LABS 11:00 ~ 11:45 책 읽어주는 딥러닝 김태훈데브시스터즈 설명 발표자료 음성합성 데모 12:00 ~ 12:45 Clova Platform: 인공지능을 엮는 기..
ssh 로 접속후 crond 재시작 후 crond 에서 실행하는 스크립트에 변수가 한글이 들어가면 에러가 나는 경우가 발생했다.알고보니, 접속하는 로컬의 locale 설정이 원격지에 ssh 접속 시 적용이 되었고,로컬의 LANG=en_US 환경이 적용된 상태에서 crond가 재시작 되어 crond에서 실행하는 스크립트에 영향을 미친 것이었다. =ㅁㅠ ssh 접속할때 locale(LANG, LC_*) 전달은로컬 /etc/ssh/ssh_config 파일에 SendEnv LANG LC_* 설정이 존재하면 ssh 접속시 locale 설정이 같이 전송되고,원격 /etc/ssh/sshd_config 파일에 AcceptEnv LANG LC_* 설정이 존재하면 ssh 클라이언트에 전송된 locale 설정을 적용하도록 ..
현재 Ansible 컨트럴 서버는 python2는 2.6이상, python3는 3.5 이상이 설치 되어있어야한다.설치 방법은 어러가지가 있으나, pip 로 설치하면 의존성 패키지까지 바로설치 되기 때문에 제일 간편하게 설치할 수 있다. python 설치easy_install pippip install ansible 기본값 설정 파일 /etc/ansible/ansible.cfg 생성기본 설정 파일 : https://raw.githubusercontent.com/ansible/ansible/devel/examples/ansible.cfg설정 디스크립션 : http://docs.ansible.com/ansible/latest/intro_configuration.html inventory 설정 파일 /etc/a..
접근 제어 디렉토리에 .htaccess 파일을 생성 12345678910Order allow,denyAllow from 111.111.111.111Allow from 222.222.222.222 Order allow,denyAllow from allcs 위와 같이 설정하면, 해당 디렉토리 모든 파일 접근은 111.111.111.111, 222.222.222.222 IP에서만 접근 가능하고,service.php 파일에 대해서만 모든 IP에서 접근 가능하게 된다.
tendo 모듈 설치 easy_install tendopip install tendo 12from tendo import singletonme = singleton.SingleInstance()cs 기존 스크립트에 위 내용만 추가 해주면 되고, 인스턴스가 실행중이면 에러 발생 시키고 sys.exit(-1) 됨최신 singleton.py 스트립트는 https://github.com/pycontribs/tendo/blob/master/tendo/singleton.py 여기서 확인하면 됨 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667..
서버이전 소스/타겟 서버들에 Web Deploy 툴 설치https://www.microsoft.com/ko-kr/download/details.aspx?id=43717소스 서버 패키지 생성"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:metakey=lm/w3svc/1 -dest:package=C:\iis_site1_package.zip소스 서버 C:\iis_site1_package.zip 파일을 타겟 서버로 복사타겟 서버 이미생성된 site2에 패키지 복원"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package=C..
ftp_upload_example.ps112345678910111213141516171819202122$ftphost = "%(host)s"$ftpport = %(port)s$ftpusername= "%(user)s"$ftppassword = "%(passwd)s" $filename = [io.path]::GetFileName("%(file_full_path)s")[Net.ServicePointManager]::ServerCertificateValidationCallback ={$true}$ftpURL = "ftp://{0}:{1}/{2}" -f $ftphost, $ftpport, $filename$ftp = [System.Net.FtpWebRequest]::Create($ftpURL)$ftp = [Sy..
- Total
- Today
- Yesterday
- 예제
- Ansible
- 명령어
- 외부링크
- httpd
- Module
- Linux
- 이슈처리
- PowerShell
- RESTful
- deview
- client
- engineering
- code
- MariaDB
- 코드
- monitoring
- Windows
- File
- Python
- 번역
- check
- limits
- apache
- configuration
- example
- Web
- error
- command
- mysql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |