Docker 정리
엔진 sudo systemctl start docker sudo systemctl stop docker sudo systemctl enable docker #자동실행상태로 설정 docker version 컨테이너 실행 docker run = docker container run = docker image pull …
Docker 정리 Read More엔진 sudo systemctl start docker sudo systemctl stop docker sudo systemctl enable docker #자동실행상태로 설정 docker version 컨테이너 실행 docker run = docker container run = docker image pull …
Docker 정리 Read MoreOracle Cloud Setup by 우성짱 오라클 클라우드 가입하는 방법 오라클 클라우드 구획, 가상 네트워크, 방화벽, 공용IP 설정하기 오라클 클라우드 인스턴스 생성 및 SSH 접속하기 오라클 클라우드 Ubuntu 20.04 인스턴스 기본 …
Oracle Cloud Read More## # You should look at the following URL’s in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. …
Nginx 기본 설정 내용 Read MoreUbuntu에서 Tomcat 설치경로 HOME : /usr/share/tomcat9 CONF : /etc/tomcat9 LOG : /var/log/tomcat9 ROOT : /var/lib/tomcat9
Tomcat 요약정리 Read More설치 OS Update 확인 sudo apt update sudo apt upgrade -y 필요 패키지 설치 sudo apt install -y ca-certificates curl software-properties-common apt-transport-https gnupg lsb-release GPG Key 추가 sudo mkdir -p …
Docker 요약 Read More설치환경 Ubuntu 20.04.1 LTS 사전준비 sudo apt update sudo apt upgrade 설치하기(패키지) sudo apt install tomcat9 설치하기(수동) 패키지 설치를 하게 되면 폴더위치가 여러군데로 되고 이클립스에서 디버그 실행이 되지 않는등의 문제가 …
Tomcat설치 on Ubuntu Read More기본 설정파일 경로 /etc/nginx/sites-available 파일 default 원격에서 에디터등으로 파일을 직접 열 경우 파일권한 변경 파일의 소유자나 소유그룹을 변경한다. 원격 접속 계정에게 해당 파일에 대한 쓰기 권한(644, 664, 755, 775)을 준다. …
Nginx 설정 on Ubuntu Read More설치환경 Ubuntu 20.04.1 LTS 사전준비 sudo apt update sudo apt upgrade 설치하기 sudo apt install nginx 설치확인 apt-cache policy nginx service nginx status 방화벽 설정 방화벽 규칙을 초기화 하거나 sudo …
Nginx 설치 on Ubuntu Read More우분투 버전확인 cat /etc/issue 폴더 만들기 mkdir dir1 파일명 변경 mv file1 file2 파일이동 mv file1 dir1/ mv file1 file2 dir1/ 폴더이동 cp -r 원본폴더 목적지폴더 폴더명 변경 mv dir1/ …
Linux(Ubuntu) 명령어 요약 Read More