본문 바로가기

반응형

프로젝트 설정

(59)
[Docker] 컨테이너 내부에서 자신의 ID 확인하기 도커 컨테이너에 들어왔는데 실행해놓은 컨테이너가 많아서 내가 어디 컨테이너에 있더라??? 를 많이 한다. 또는 다른 사람이 screen 에서 작업을 진행했는데 어디 컨테이너에 들어가서 작업했는지 모른다면 눈물이 흐른다.😥 그때 컨테이너 내부에서 자신을 알 수 있나??? 하고 찾아봤는데 안보이는것이다. 근데 회사의 천재님께 물어봤더니 이름 알아보는거는 없다고 해서 좌절... 했는데!!!! 자신의 컨테이너 ID는 알 수 있다고 한다. 그거면 되지!!!!!! 히힣.. 행복해서 적어놓는다. cut -c9- < /proc/1/cpuset
[nginx] nginx 설치 (feat. ubuntu 18.04 & 20.04) http://nginx.org/en/linux_packages.html#Ubuntu nginx: Linux packages nginx: Linux packages Supported distributions and versions nginx packages are available for the following Linux distributions and versions: RHEL/CentOS Version Supported Platforms 7.4+ x86_64, ppc64le, aarch64/arm64 8.x x86_64, aarch64/arm64, s390x Debian nginx.org 사전 필요한 package install Install the prerequisites Nginx Package ..
[AWS] FTP 지원 서버 만들기 (feat. AWS Transfer Family) Transfer Family란 ? 스토리지 서비스 안팎으로 파일을 전송할 수 있는 보안 전송 서비스 지원 프로토콜 SSH(Secure Shell) 파일 전송 프로토콜(SFTP) FTPS(파일 전송 프로토콜 보안) 파일 전송 프로토콜(FTP) https://docs.aws.amazon.com/transfer/latest/userguide/what-is-aws-transfer-family.html What is AWS Transfer Family? - AWS Transfer Family For FTP and FTPS data connections, the port range that Transfer Family uses to establish the data channel is 8192–8200. docs...
[iOS] Xcode12 Build Error https://jusung.github.io/Xcode12-Build-Error/ [Xcode] Xcode12에서 시뮬레이터 빌드 오류 원인 및 해결방법 이번 포스트에서는 Xcode12에서 시뮬레이터에 빌드시 오류가 발생하는 원인과 해결방법에 대해 알아 보겠습니다. 포스트가 제법 깁니다. 😅 jusung.github.io https://stackoverflow.com/questions/63646607/xcode-12-using-firebase-pods-lexical-or-preprocessor-issue-pb-h-file-not-fou
[redis] windows redis 설치 redis 설치 https://github.com/microsoftarchive/redis/releases/tag/win-3.2.100 Redis-x64-3.2.100.msi 체크!!! Add the Redis installation folder to the PATH environment variable. redis down https://pypi.org/project/redis3/
[nginx] 정적 폴더(build) 2개 이상 연결하기 (feat. override location directive in Nginx) https://tonny.medium.com/how-to-use-nginx-to-service-multiple-react-apps-641501e92581 How to use Nginx to service multiple React apps I developed multiple SPAs from admin dashboard, merchant portal to user end, but only had one server for them. How to … tonny.medium.com
[Docker] host(local)와 container 파일 복사 docker cp cp의 명령어는 쉽다. docker cp 원천파일경로 복사할곳경로를 적으면 된다. 호스트 정보는 경로 그대로 적으면 된다. ex1) /ubuntu/ ex2) /ubuntu/test.txt container 정보는 container_name:경로와 같이 컨테이너 이름과 경로 사이에 : 이걸 적어서 적어주면 된다. ex1) test_container:/root/data/ ex2) test_container:/root/data/test.txt 아래 예시를 보면 정확하게 알 수 있다. 컨테이너 > 호스트 파일 복사 docekr cp 컨테이너이름:컨테이너내부_파일경로 호스트_경로 docker cp container_name:/container_inner_address/file_name.exe h..
[AWS] EC2 종료 Error The instance 'instandce id' may not be terminated. Modify its 'disableApiTermination' instance attribute and try again. 종료 방지 기능 활성화 제거 선택 > 작업 > 종료방지기능변경 > 활성화 체크 제거 > 저장 > 종료

반응형