본문 바로가기

반응형

Tool

(17)
[vscode] aws ec2 ssh 접속하기 (feat. Windows) 기본 자료 https://24hours-beginner.tistory.com/278 [VSCode] SSH 연결하기 (+ Docker Container 접근) Ubuntu 18.04 서버안의 Docker(도커) container(컨테이너)에서 프로젝트를 테스트하고 있는데 vim밖에 사용이 안된다. 그래서 windows환경에서 연결하여 작업을 해보고자 vscode로 ssh연결을 시도하였다. 1. 준 24hours-beginner.tistory.com config 파일 작성 vscode > F1 > Remote-SSH: Open SSH Configuration File> config 파일 작성 Host test HostName 113.37.19.172 User ubuntu ForwardAgent yes Id..
[VSCode] SSH 연결하기 (+ Docker Container 접근) Ubuntu 18.04 서버안의 Docker(도커) container(컨테이너)에서 프로젝트를 테스트하고 있는데 vim밖에 사용이 안된다. 그래서 windows환경에서 연결하여 작업을 해보고자 vscode로 ssh연결을 시도하였다. 1. 준비물 vscode Remote Development(vscdoe extension) Remote - SSH(vscdoe extension) Remote - WSL(vscode extension) (선택) 에러 해결 (선택) [VSCode] VSCode 원격 서버 연결 장애 (feat. Remote SSH) [error?] 무한 로딩 or 무한 패스워드 입력 vscode에서 서버로 ssh 접속을 하기 위해서 remote-ssh extension 은 서버에 무언가 설치?를..
[vscode] 원격지 docker container 연결하기 (WSL) 원격지 도커 컨테이너 접속하기 Connecting to a remote docker container 준비물 Materials 1. Visual Studio Code 2. Visual Studio Code Extension - Remote Development 원격-SSH 및 원격 컨테이너 확장 외에도 원격-WSL 확장을 포함하여 컨테이너, 원격 컴퓨터 또는 WSL의 모든 폴더를 열 수 있도록 합니다. 이거 눌러서 Remote Development 다운로드 https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack 중요!!주의!! 원격 WSL 확장을 설치 하려면 VS Code의 1.35 버전..
[vscode] 원격지 docker container 연결하기 원격지 도커 컨테이너 접속하기 Connecting to a remote docker container 준비물 Materials 1. Visual Studio Code https://code.visualstudio.com/download 2. Visual Studio Code Extension - Remote Development 원격 개발 확장 팩인 Remote Development 익스텐션 설치 원격-SSH 및 원격 컨테이너 확장 외에도 원격-WSL 확장을 포함하여 컨테이너, 원격 컴퓨터 또는 WSL의 모든 폴더를 열 수 있도록 합니다. 이거 눌러서 Remote Development 다운로드 or 아래링크 https://marketplace.visualstudio.com/items?itemName=ms..
[C언어] 간단한 C/C++ 코드 테스트 사이트 (c언어 웹 컴파일) https://rextester.com/l/c_online_compiler_gcc compile c gcc online rextester.com http://codepad.org/ codepad codepad was created by Steven Hazel, one of the founders of Sauce Labs. codepad.org
캡처툴 picpick.app/ko/ 픽픽(PicPick) - 올인원 그래픽 디자인 도구 (화면 캡처, 이미지 편집, 색상 추출, 눈금자, 각도기, 픽픽(PicPick) - 올인원 그래픽 디자인 도구 (화면 캡처, 이미지 편집, 색상 추출, 눈금자, 각도기, 십자선 등) picpick.app getsharex.com/ ShareX - The best free and open source screenshot tool for Windows ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows up..
[Vim] Vim 자주 사용하는 명령어 여기가 진짜 잘되어 있음 https://gmlwjd9405.github.io/2019/05/14/vim-shortkey.html [VIM] vim 유용한 단축키 정리 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io 목차 이동관련 편집관련 1. 이동 관련 명령어 모드 키 비고 커서 좌로 이동 표준 h 커서 아래로 이동 표준 j 커서 위로 이동 표준 k 커서 오른쪽으로 이동 표준 l(소문자 L) 커서 줄의 처음으로 이동 표준 - 줄 이동 표준 1. 원하는 줄 입력 2. Shift + g 파일 맨 끝 줄로 커서 이동 표준 Shift + g 2. 편집 관련 명령어 모드 키 비고 입력모드 나가기 입력 ESC 커서 뒤에 입력모..
VSCode 단축키 설정 / 변경 (window)(내가 많이 쓰는 Visual Studio Code 단축키 ) 0. 기본 단축키 https://code.visualstudio.com/docs/introvideos/basics Getting started with Visual Studio Code Download and learn the basics of Visual Studio Code. code.visualstudio.com 영어 되시는 분들 : https://code.visualstudio.com/docs/getstarted/keybindings Visual Studio Code Key Bindings Here you will find the complete list of key bindings for Visual Studio Code and how to change them. code.visualstudio..

반응형