Development10 [VSCode]SSH를 활용한 플랫폼(Windows->Ubuntu) 간 개발 환경 통합 1. 개요SSH(Secure Shell)은 동일한 네트워크 대역에 존재하는 서로 다른 운영체제 PC끼리 원격으로 연결을 가능하게 한다. 이를 통해 보안이 보장된 환경 속에서 Windows PC로 Ubuntu PC를 제어하거나 파일을 송수신할 수 있다. VSCode에서도 SSH 기능을 지원하는데, 이를 통해 동일한 네트워크 내에 존재하는 다른 PC에서 코딩, 디버깅, 실행 등 작업을 수행할 수 있다. 또한, 1기기에 N대의 PC가 SSH로 연결을 할 수 있기 때문에, 협업에도 안성맞춤이다.2. 작업 환경호스트 PC : Windows 11클라이언트 PC : Ubuntu 18.04(VMware)3. Windows PC에서 VSCode 실행 좌측 메뉴 탭을 보면 Extensions라는 곳을 클릭. 검색창에 ss.. 2025. 1. 27. [VMware]네트워크 설정 1. 호스트와 가상머신의 IP 주소 확인 Windows 터미널이나 명령 프롬프트 등에서 ipconfig라는 커맨드를 입력해본다. Wi-Fi나 이더넷으로 연결이되어 정상적으로 인터넷과 통신할 수 있을 때의 IPv4 주소는 위와 같다. VMware에 설치된 Ubunbu에서 ip를 볼 수 있는 커맨드인 ifconfig를 찍어보면 저렇게 나온다.혹시 저런 메시지가 나오지 않는다면 설치가 안 된 것이니 아래의 커맨드를 입력해서 모듈을 설치한 다음 다시 커맨드를 입력해본다.sudo apt install net-tools PC 내에서 또 다른 PC를 돌리는 것이기 때문에 호스트 주소가 다른 것은 이해가 간다.근데 네트워크 주소 범위까지 다른 건 다소 이해가 가지 않는데, 이를 알기 위해선 VMware의 네트워크 설정.. 2025. 1. 26. [Ubuntu]데스크탑에 우분투(Ubuntu) 설치: BalenaEtcher 사용법 포함 1. Ubuntu ISO 다운로드https://ubuntu.com/download Get Ubuntu | Download | UbuntuDownload Ubuntu desktop, Ubuntu Server, Ubuntu for Raspberry Pi and IoT devices, Ubuntu Core and all the Ubuntu flavours. Ubuntu is an open-source software platform that runs everywhere from the PC to the server and the cloud.ubuntu.com 공식 홈페이지 들어간 다음 데스크탑 및 서버 버전을 다운로드할 수 있다.그러나 현재 기준 가장 최신 버전인 24.04만 다운로드 가능하다. 홈페이지를.. 2025. 1. 26. [VMware]Windows에서 Ubuntu 사용하기 1. VMware 홈페이지 방문https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion Desktop Hypervisor Solutions | VMwareVMware Workstation and VMware Fusion desktop hypervisors are the industry leaders in local virtualization. Learn how VMware’s local virtualization solutions provide an easier way to build, test and deliver any app for any device or cloud.www.vmware.com위 사이트에 들어가서 Downlo.. 2025. 1. 26. [VSCode]Windows에서 VSCode 설치 1. Visual Studio Code 다운로드https://code.visualstudio.com/ Visual Studio Code - Code Editing. RedefinedVisual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.code.visualstudio.com Download for Windows를 다운로드 클릭.클릭할 경우 자동으로 다운로드가 될 .. 2025. 1. 26. [Arduino IDE]아두이노 통합 개발 환경(IDE) 설치 1. Arduino IDE 다운로드https://www.arduino.cc/ Arduino - Home www.arduino.cc 공식 홈페이지에 들어가서 상단의 SOFTWARE를 클릭. 본인의 os에 맞는 걸 선택하면 된다. 필자는 Windows11과 Ubuntu를 둘 다 사용하기 때문에 둘 다 다루겠다.참고로 Linux의 경우엔 Zip 파일보단 Appimage로 다운로드 받는 게 더 편하다. 다운로드를 하면 다음과 같은 창이 나온다.Arduino의 발전을 위해 기부를 하고 싶지만 필자는 돈이 없고, 독자들은 돈을 아껴야하기 때문에 Just Download만 하자...2. (Windows) Arduino IDE 설치 설치 실행 파일을 실행시키면 약관 동의, 설치 폴더 위치 등을 고르게 되있다.이건 알.. 2024. 12. 30. 이전 1 2 다음