0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

2019-02-06 Raspberry Pi 3 Model B > セットアップ (raspbian Stretch) > 固定IP設定 + SSH接続設定 + lxsessionでの開通確認

Last updated at Posted at 2019-02-06
Raspberry Pi 3 Model B (以下RPi3)
Raspbian Stretch 

概要

  • Raspbianのセットアップ
    • raspbian Stretch
  • 固定IP設定
  • SSH接続設定
  • lxsessionでの開通確認

NOOBSからのインストール

microSDにNOOBSのファイルを書込み、NOOBSからセットアップしました。

情報感謝です。

https://www.raspberrypi.org/downloads/noobs/
NOOBS
Offline and network install
Version 3.0.0
Release date: 2018-11-16
を使用しました。

固定IPアドレス設定

過去にRPi2の時に/etc/network/interfacesを設定していたが、そのファイルを見た時のメッセージから、そのファイルを編集するのは正しくない、と気づいた。

を参考に/etc/dhcpcd.confを設定しました。

情報感謝です。

SSH接続の有効化

SSH接続は初期状態では接続できません。

情報感謝です。

上記の「GUIで設定する方法」を参考に設定しました。
(スタートメニュー > 設定 > Raspberry Piの設定 > インターフェイス > sshを有効に)

lxsessionでの開通確認

自分の記事を参考にSSH接続とLXsessionの起動を確認した。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?