개발
2020/02/27
PyCharm boto3 autocomplete
›
1. Install mypy $ pip install -U mypy 2. Install PyCharm mypy plugin - Plugins > Marketplace > Mypy 3. Set path to mypy in mypy plugin...
2020/02/26
Serverless Lambda Environment Variables
›
# serverless.yml service: service-name provider: name: aws environment: FOO: bar functions: hello: handler: handler.hello ...
2020/02/05
DataGrip Athena 연동
›
1. Athena JDBC Driver 다운로드 - https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html 2. Driver 추가 - [+] 아이콘 > Driver ...
2019/04/04
MySQL 슬레이브 추가를 위한 mysqldump를 기존 슬레이브에서 실행
›
mysqldump on slave mysql replication backup on slave mysqldump for additional slave Master에 영향을 주지 않고 특정 슬레이브에서 덤프를 하고 싶을때 mysqldump o...
2017/12/22
PHP Session handler Redis 설정
›
Ubuntu 12.04, PHP 5.x 기준 PhpRedis 설치 su cd /tmp git clone https: //github.com/nicolasff/phpredis.git cd phpredis ph...
2017/12/21
Let’s Encrypt SSL 인증서 설치 경로 변경
›
(Let’s Encrypt config directory change) (Let’s Encrypt certificate directory change) (/etc/letsencrypt change) * --config-dir 옵션으로 키파일...
uCloud NAS 연결
›
- Ubuntu 12.04 기준 사전 확인 과정 중 root 계정 필요 마운트하려는 서버에서 lshw -C network 실행시 eth1 항목이 확인되지 않는다면 uCloud 콘솔에서 CIP 연결 필요함 eth1 int...
2017/12/05
Hshare Demon Install (CentOS 6.9)
›
==================== Hshare Install CentOS 6.9 ==================== su yum update -y ## build-essential yum groupinstall 'Devel...
2017/03/20
[CodeIgniter] URL에서 index.php 제거
›
1. httpd.conf 1) rewrite_module 활성화 #LoadModule rewrite_module modules/mod_rewrite.so 라인 주석 해제 2) .htaccess 사용을 위해 AllowOverride 옵션을...
2017/02/28
[Tomcat] catalina.out 날짜별 생성
›
Tomcat catalina.out daily logrotate 1. logrotate 설정 디렉토리로 이동 $ cd /etc/logrotate.d/ 2. 설정 파일 생성 $ nano tomcat /var/local/tomcat/log...
›
홈
웹 버전 보기