728x90 bash2 클라우드 데이터베이스 연결 (postgres,elephantsql,bash)_Day44(3) 클라우드 데이터베이스는 원격으로 관리되는 데이터베이스 URI 보통 원격으로 연결을 할 때에는 URI 형식 으로 연결을 하게 됩니다. URI 는 논리적 혹은 물리적 리소스를 찾을 때 사용 형식) 서비스://유저_이름:유저_비밀번호@호스트:포트번호/경로 예) postgres://admin:password@databases.com:5432/main_db 서비스: postgres 유저 이름: admin 유저 비밀번호: password 호스트: databases.com 포트번호: 5432 경로 (혹은 데이터베이스 이름): main_db ElephantSQL 서비스 이용 가입 후 '도커'로 연결해보기 docker pull postgres (도커허브에서 postgres 이미지 가져오기) 컨테이너 실행 $ docker.. 2021. 3. 9. Terminal vs. Bash vs. Command line 차이를 알아보자_Day41(3) terminal emulator is the window bash is the language that runs in most terminal emulators (zsh , bash , shell = langauge) how do I copy and paste in bash => 매우 멍청한 질문 visual studio code : 코드 에디터 (+ 터미널 작업까지 수월하게 도와주는) bash : 터미널에서 사용하는 언어 (zsh도 있음)(shell도 하나의 언어) terminal : 언어를 칠수 있는 창 command line : 언어타이핑 " git bash를 실행시켜 bash 언어를 사용할수도있고 VScode에서 터미널을 연 뒤 , bash 를 설정한 뒤에 VScode에서 입력해도 됨 " prom.. 2021. 3. 4. 이전 1 다음 728x90