Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
2017 SW교육 학생동아리 Lecture 1.
Search
Jinny You
December 04, 2017
Education
0
80
2017 SW교육 학생동아리 Lecture 1.
2017 SW교육 학생동아리에서 진행한 "리눅스 서버를 연동한 드론 소프트웨어 프로그래밍"강의 자료입니다.
Jinny You
December 04, 2017
Tweet
Share
More Decks by Jinny You
See All by Jinny You
인디 앱 개발자와 Flutter
tinyjin
0
240
모던 웹 기술로 C++ 렌더링 엔진 테스트 자동화하기
tinyjin
0
16
그래픽 엔진 포팅 사례로 배우는 웹어셈블리 웹 컴포넌트 개발부터 디버깅, 최적화까지
tinyjin
0
170
韩国的打卡地:你喜欢海边吗?
tinyjin
0
21
LottieFiles로 시작하는 빠르고 효율적인 애니메이션 핸드오프
tinyjin
0
49
エンジニアが見つめるLottieアニメーション
tinyjin
0
69
ThorVG's Lottie Model in Action
tinyjin
0
150
국민대학교 사제동행 세미나
tinyjin
0
260
Cumulus - Application Weakness Monitoring Software
tinyjin
0
36
Other Decks in Education
See All in Education
Carving the Way to Ruby Engineering
koic
3
480
Requirements Analysis and Prototyping - Lecture 3 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
850
BrightonSEO, San Diego, CA 2024
mchowning
0
100
1216
cbtlibrary
0
250
Chapitre_1_-__L_atmosphère_et_la_vie_-_Partie_2.pdf
bernhardsvt
0
210
Chapitre_1_-__L_atmosphère_et_la_vie_-_Partie_1.pdf
bernhardsvt
0
230
HCI and Interaction Design - Lecture 2 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
870
オープンソース防災教育ARアプリの開発と地域防災での活用
nro2daisuke
0
210
Web Application Frameworks - Lecture 4 - Web Technologies (1019888BNR)
signer
PRO
0
2.6k
Image Processing 1 : 1.Introduction
hachama
0
470
ルクソールとツタンカーメン
masakamayama
1
1.1k
Algo de fontes de alimentación
irocho
1
450
Featured
See All Featured
Practical Orchestrator
shlominoach
186
10k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
170
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
A designer walks into a library…
pauljervisheath
205
24k
Fireside Chat
paigeccino
34
3.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
How to Ace a Technical Interview
jacobian
276
23k
Adopting Sorbet at Scale
ufuk
73
9.1k
Transcript
Lecture 01 2017 SW교육 학생동아리 서버란 뭔가? 라즈베리파이 원격 접속
해보기
프로 서버란? 게임이나 앱을 사용하며 많이 들어온 서버... 과연 이것이
무엇인지 우리는 정확히 알고 있을까? 서버(SERVER) 클라이언트(게임, 앱) 에게 네트워크를 통해 정보나 서비스를 제공하는 컴퓨터
프로 서버란? 클라이언트 서버 로그인 성공 or 실패 클라이언트 &
서버 매커니즘
프로 현재까지 진행된 내용 라즈베리파이에 라즈비안 설치 후 공유기에 연결
포트포워딩으로 외부에서 접속 허가
프로 그룹별 허가 서버 팀 A 팀 B ssh ssh
vnc vnc 공유기 주소 175.112.236.132
프로 라즈베리파이 원격 접속 SSH (Secure Shell) VNC (Virtual Network
Computing) 관련 강좌 : http://blog.naver.com/wlsdml1103/221152920316
프로 SSH(Secure Shell) : 컴퓨터의 터미널(커맨드창)에 원격 접속하는 방법 Putty
프로그램 사용 다운로드 http://software.naver.com/software/summary.nhn?softwareId=MFS_116451 네이버에 Putty 검색 후 다운로드
프로 Putty 원격 접속 실습 Host Name란에 각 그룹별로 부여받은
라즈베리파이 IP 주소 입력 후 [Open]
프로 Putty 원격 접속 실습 로그인 필요! 계정은 기본 계정
이용 ID : pi PW : raspberry 라즈비안은 리눅스 OS를 기반으로 하므로 리눅스 커맨드 사용 가능! 실습 권장!
프로 VNC(Virtual Network Computing : 컴퓨터의 GUI환경에 원격 접속하는 방법
다운로드 https://www.realvnc.com/en/connect/download/viewer/ Real VNC Viewer 사용 Real VNC Viewer 검색 후 다운 또는 아래 URL
프로 Real VNC VIewer 원격 접속 실습 상단의 입력란에 라즈베리파이
서버 IP 입력 후 엔터 [Continue]를 통해 연결 승인
프로 Real VNC VIewer 원격 접속 실습 로그인 필요! 마찬가지로
계정 입력 후 [OK] ID : pi PW : raspberry
프로 다음시간에는... Node JS 설치 실습 -> 간단한 웹 서버
만들어보기 -> 웹 브라우저 클라이언트를 통한 웹 서버 접속
프로 질문 질문 받는다 적극적으로 질문 하여라!!!!
감사합니다. 2017 SW교육 학생동아리