aws, linux, LAMP, apache, docker
1. Yum 설치된 Nginx 버전과 동일한 source 다운로드 2. nginx 다운로두 후 압축 해제 된 폴더에서 3. 설치 할 모듈 다운로드 ex) ngx_pagespeed
[...]
1. 설치 1) source 파일을 다운받아 컴파일 하든지 : https://goaccess.io/download 2) yum -y install goaccess * nginx log format log_format main ‘$http_x_forwarded_for
[...]
공식문서 : https://aws.amazon.com/ko/premiumsupport/knowledge-center/copy-s3-objects-account/ 1. 새로운 계정에서 정책 생성 : https://console.aws.amazon.com/iam/home#/policies { “Version”: “2012-10-17”, “Statement”: [ { “Effect”: “Allow”, “Action”: [ “s3:ListBucket”, “s3:GetObject” ], “Resource”:
[...]
NodeJs 설치 참고 https://github.com/nodesource/distributions CentOS 7 (64-bit) NodeJS 10.x curl -sL https://rpm.nodesource.com/setup_10.x | bash – yum info nodejs yum install -y nodejs node
[...]
Centos 7 python 3.7.2 & python 2.7 함께 설치 yum install gcc openssl-devel bzip2-devel libffi-devel wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz tar xvfz Python-3.7.2.tgz cd Python-3.7.2 ./configure
[...]
외부 linux 시스템에서 aws ec2 linux 접근시 pem key 파일 사용하기 puttygen 프로그램으로 private keyfile 생성 후 (ppk) ssh : ssh -i /path/to/private/keyfile
[...]