- tzselect
- 클라우드서버 생성
- node js 버전확인
- npm버전확인
- 파이썬 반복문
- Node.js express install
- 디지털오션 서버생성하기
- 우분투 시간변경
- ubuntu node js install
- 디지털오션 클라우드서버 생성하기
- express install
- C언어
- index 생성
- ubuntu node js
- Ubuntu timezone
- 디지털오션 드로플릿
- 우분투 시간설정
- 파이썬
- c file read
- java 숫자를 문자로 변환하기
- mysql index 생성
- Python
- raspi-config
- 우분투 node js 설치
- node 버전확인
- c언어 파일 읽기
- 자바 파일 한줄씩 읽기
- node js express install
- 라즈베리파이4
- 자바 한줄씩 읽기
- Today
- Total
호그래머
라즈베리파이4 (Raspberry Pi 4 Model B) 기본세팅 원격설정 20.07.29 본문
라즈베리파이 원격설정
1. 인터넷 연결(WiFi 연결)
왼쪽 상단 라즈베리파이 메뉴버튼 클릭
메뉴에서 7번째 Preferences > Raspberry Pi Configuration 실행
Localisation 탭에서 Wireless LAN Country 변경
KR Korea (South) 선택
오른쪽 상단 블루투스 아이콘 옆 인터넷 열결 아이콘 클릭
사용 가능한 WiFi 선택하면 인터넷 연결 확인
2. SSH 활성화
다시 Raspberry Pi Configuration실행 Interfaces 탭에서 SSH Enabled
3. 라즈베리파이 아이피 확인
왼쪽 상단 4번째 터미널 아이콘 클릭
터미널에 ifconfig 명려 입력
wlan에서 아이피 확인 가능(스크린샷에서는 192.168.0.7)
4. putty 다운로드
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Download PuTTY: latest release (0.74)
This page contains download links for the latest released version of PuTTY. Currently this is 0.74, released on 2020-06-27. When new releases come out, this page will update to contain the latest, so this is a good page to bookmark or link to. Alternativel
www.chiark.greenend.org.uk
Alternative binary files에서 putty.exe(the SSH and Telnet client itself) 64-bit: putty.exe 다운로드
5. filezilla 다운로드
https://filezilla-project.org/download.php?type=client
Download FileZilla Client for Windows (64bit)
Download FileZilla Client for Windows (64bit) The latest stable version of FileZilla Client is 3.49.1 Please select the file appropriate for your platform below. Please select your edition of FileZilla Client FileZilla FileZilla with manual FileZilla Pro S
filezilla-project.org
Windows (64bit) Download FileZilla Client 다운로드 후 설치
6. 데스크탑(윈도우)에서 원격접속-putty
putty실행 Host Name에 라즈베리파이 아이피 입력 후 Open
라즈베리파이 초기 아이디 pi 비밀번호 raspberry
7. 데스크탑(윈도우)에서 원격접속-filezilla
filezilla실행
왼쪽 상단 파일 메뉴 밑 사이트관리자 아이콘 클릭
일반탭 설정 정보 입력
프로토콜 SFTP
호스트 라즈베리파이 아이피
사용자 pi
비밀번호 raspberry(라즈베리파이 초기 비밀번호)
연결
끝
1. 원격접속으로 라즈베리파이에 쉽게 접속 할 수 있습니다.
2. 인터넷 연결 필수입니다.
3. SSH 활성화
4. Raspberry Pi Configuration은 CLI에서 raspi-config 와 같은 기능을 가지고 있습니다.
참고링크
https://www.raspberrypi.org/documentation/configuration/raspi-config.md
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
https://filezilla-project.org/download.php?type=client#close
'Raspberry Pi' 카테고리의 다른 글
라즈베리파이4(Raspberry Pi 4 Model B) MariaDB(MySQL) 설치 20.08.05 (0) | 2020.08.05 |
---|---|
라즈베리파이4(Raspberry Pi 4 Model B) Node.js(V12.18.3) 설치 20.08.02 (0) | 2020.08.02 |
라즈베리파이4(Raspberry Pi 4 Model B) 기본세팅 비민번호 변경 20.07.31 (0) | 2020.07.31 |
라즈베리파이4 (Raspberry Pi 4 Model B) 기본세팅 시간설정 20.07.29 (0) | 2020.07.29 |
라즈베리파이4(Raspberry Pi 4 Model B) 시작하기 20.07.25 (0) | 2020.07.25 |