Visual Studio Code 설정
Extensions Prettier Code formatter Setting 단축키는 Ctrl + , Settings – Default formatter에서 Prettier 선택 Settings -> Format On Save 체크 Settings -> Prettier -> Single Quote 체크(Format시에 큰따옴표를 작은 …
Visual Studio Code 설정 Read MoreExtensions Prettier Code formatter Setting 단축키는 Ctrl + , Settings – Default formatter에서 Prettier 선택 Settings -> Format On Save 체크 Settings -> Prettier -> Single Quote 체크(Format시에 큰따옴표를 작은 …
Visual Studio Code 설정 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 More== 설치 == * Download * 설치 * 사용자 등록 git config –global user.name “사용자이름” git config –global user.email “이메일주소” * 사용자 확인 git config –list
Git 요약 정리 Read MoreJDK설치 Windows JDK Download JDK 설치 시스템 변수 등록 : JAVA_HOME : JDK 설치 경로 PATH 추가 : %JAVA_HOME%\bin Ubuntu sudo apt update sudo apt upgrade -y sudo apt install …
Java 요약 정리 Read MorePIP 재설치 sudo apt remove –purge python-pip sudo apt remove python3-pip wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip.py
Python 요약 정리 Read More== DDL == === Database 삭제 === DROP DATABASE DATABASE이름; === Backup, Restore === mysqldump -u root -p 백업할DB이름 > 저장할파일명.sql mysql -u root -p 복원할DB이름 < 백업파일명.sql == DML …
MySQL 요약정리 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